4
0
Fork 0
mirror of https://github.com/rocky-linux/peridot.git synced 2025-01-09 18:40:56 +00:00
peridot/vendor/github.com/ProtonMail/go-mime
2022-07-07 22:13:21 +02:00
..
.gitignore Initial commit 2022-07-07 22:13:21 +02:00
BUILD.bazel Initial commit 2022-07-07 22:13:21 +02:00
encoding.go Initial commit 2022-07-07 22:13:21 +02:00
go.mod Initial commit 2022-07-07 22:13:21 +02:00
go.sum Initial commit 2022-07-07 22:13:21 +02:00
LICENSE Initial commit 2022-07-07 22:13:21 +02:00
parser.go Initial commit 2022-07-07 22:13:21 +02:00
README.md Initial commit 2022-07-07 22:13:21 +02:00
utf7Decoder.go Initial commit 2022-07-07 22:13:21 +02:00

Go Mime Wrapper Library

Download/Install

Run go get -u github.com/ProtonMail/go-mime, or manually git clone the repository into $GOPATH/src/github.com/ProtonMail/go-mime.