aboutsummaryrefslogtreecommitdiff
path: root/lib/email/message.go
AgeCommit message (Expand)Author
2025-01-23all: use for-range with numericShulhan
2025-01-22lib/bytes: replace Copy and Concat with standard libraryShulhan
2024-08-04lib/email: export the field Fields in HeaderShulhan
2024-08-03lib/email: decode the message body based on content-transfer-encodingShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
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
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-02-28lib/email: set the Date and Message-ID on Message PackShulhan
2022-02-27lib/email: make Message Pack works with single text or HTML partShulhan
2022-02-27lib/email: make the NewMultipart test working by mocking EpochShulhan
2022-02-27lib/email: add methods to modify MessageShulhan
2022-02-25lib/email: change the Header and Body fields on Message to non-pointerShulhan
2022-02-24lib/email: set the header Date field on NewMultipartShulhan
2020-05-14email: add function to create multipart text and HTML messageShulhan
2019-10-21all: fix and add missing commentsShulhan
2019-03-05bytes: change the Copy return type to non pointerShulhan
2019-02-15email: implement signing message with DKIM methodShulhan
2019-02-14email: remove header.String() in favor of Simple() or Relaxed()Shulhan
2019-02-14email: implement DKIM verify on messageShulhan
2019-02-06lib/email: add methods to canonicalize bodyShulhan
2019-02-05lib/email: replace all occurrance if '\r' and '\n' with constantsShulhan
2019-02-05lib/email: move content of Message type to its own fileShulhan