aboutsummaryrefslogtreecommitdiff
path: root/lib/email/fieldtype.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2023-07-14lib/email: refactoring, replace field with type []byte to stringShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2020-06-06all: use default linter optionsShulhan
2019-10-21all: fix and add missing commentsShulhan
2019-06-14all: fix nolint formatShulhan
2019-02-15all: fix the usage of "iota"Shulhan
2019-02-14email: implement DKIM verify on messageShulhan
2019-02-05lib/email: implement MIME header fields as defined in RFC 2045Shulhan
2019-02-05lib/email: unpack field value that contains address(es)Shulhan
2019-02-05lib/email: new package for working with Internet Message FormatShulhan