aboutsummaryrefslogtreecommitdiff
path: root/lib/email/email.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-08-03lib/email: decode the message body based on content-transfer-encodingShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-13lib/ascii: replace package "math/rand" with "crypto/rand"Shulhan
2023-09-11lib/email: add comment to exported constant and methodsShulhan
2023-07-14lib/email: refactoring, replace field with type []byte to stringShulhan
2023-06-04lib/email: handle obsolete white spaces and comment when unpacking dateShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-02-28lib/email: set the Date and Message-ID on Message PackShulhan
2022-02-27lib/email: make the NewMultipart test working by mocking EpochShulhan
2022-02-24lib/email: set the header Date field on NewMultipartShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-14email: add function to create multipart text and HTML messageShulhan
2019-06-14all: fix nolint formatShulhan
2019-03-01all: fix warnings from linterShulhan
2019-02-05lib/email: move content of Message type to its own fileShulhan
2019-02-05lib/email: replace Body.Unpack with ParseBodyShulhan
2019-02-05lib/email: rename Header.Unpack to ParseHeaderShulhan
2019-02-05lib/email: change Email type to MessageShulhan
2019-02-05lib/email: implement reading multipart message bodyShulhan
2019-02-05lib/email: new package for working with Internet Message FormatShulhan