aboutsummaryrefslogtreecommitdiff
path: root/lib/email/field_test.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-08-03lib/email: allow message that end lines with LF onlyShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-07-14lib/email: refactoring, replace field with type []byte to stringShulhan
2023-06-04lib/email: set the Field Type and unpack its value on ParseFieldShulhan
2023-06-03lib/email: refactoring Field parsingShulhan
2023-06-01lib/email: unexport the field ContentType in the fieldShulhan
2023-05-30lib/email: fix parsing multiple parameters in ContentTypeShulhan
2023-04-08lib/email: refactoring ParseMailboxes using lib/bytes#ParserShulhan
2023-04-08lib/email: replace lib/io#Reader with lib/bytes#ParserShulhan
2022-02-24lib/email: realign all structsShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-06-17email: print the input mailbox on error message of ParseMailboxesShulhan
2020-05-14email: rename ParseAddress to ParseMailboxesShulhan
2020-05-14email: add function to create multipart text and HTML messageShulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-02-15email: fix error messages when parsing fieldShulhan
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: unexport the method to set field name and valueShulhan
2019-02-05lib/email: new package for working with Internet Message FormatShulhan