aboutsummaryrefslogtreecommitdiff
path: root/lib/email/mime.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-09-04all: fix various linter warningsShulhan
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-11lib: fix method signature for WriteToShulhan
2023-07-14lib/email: refactoring, replace field with type []byte to stringShulhan
2023-04-08lib/email: refactoring ParseBodyPart using libbytes.ParserShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-02-27lib/email: reorder the MIME header to write the mime-version firstShulhan
2022-02-27lib/email: make Message Pack works with single text or HTML partShulhan
2022-02-25lib/email: store the unpacked content type into MIMEShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-05-14email: add function to create multipart text and HTML messageShulhan
2019-02-14email: remove header.String() in favor of Simple() or Relaxed()Shulhan
2019-02-05lib/io: rename Reader SkipSpace to SkipSpacesShulhan
2019-02-05lib/email: update affecting by refactoring on lib/io.ReaderShulhan
2019-02-05lib/email: replace all occurrance if '\r' and '\n' with constantsShulhan
2019-02-05lib/email: rename Header.Unpack to ParseHeaderShulhan
2019-02-05lib/email: implement reading multipart message bodyShulhan
2019-02-05lib/email: new package for working with Internet Message FormatShulhan