aboutsummaryrefslogtreecommitdiff
path: root/lib/email/contenttype.go
AgeCommit message (Expand)Author
2025-01-23all: use for-range with numericShulhan
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
2023-05-30lib/email: make the ContentType match case insensitiveShulhan
2023-05-30lib/email: fix parsing multiple parameters in ContentTypeShulhan
2023-04-09lib/bytes: return the number of skipped chars on Skip(Horizontal)SpacesShulhan
2023-04-08lib/io: refactoring ParseContentType using lib/bytes#ParserShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-02-27lib/email: make Message Pack works with single text or HTML partShulhan
2022-02-27lib/email: add methods to modify MessageShulhan
2020-05-14email: add function to create multipart text and HTML messageShulhan
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: fix linter warnings on global var and inefficient assignmentsShulhan
2019-02-05lib/email: implement MIME header fields as defined in RFC 2045Shulhan