aboutsummaryrefslogtreecommitdiff
path: root/lib/email/mailbox.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"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: remove spaces when parsing domain in parseMailboxShulhan
2023-04-08lib/email: refactoring ParseMailboxes using lib/bytes#ParserShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-12-17lib/email: realign the struct MailboxShulhan
2021-12-17lib/email: refacforing ParseMailboxShulhan
2020-06-17email: print the input mailbox on error message of ParseMailboxesShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-15email: add methods to unmarshal/marshal Mailbox from/to JSONShulhan
2020-05-14email: add function to parse single mailboxShulhan
2020-05-14email: rename ParseAddress to ParseMailboxesShulhan
2020-05-14email: rename "address" to "mailbox"Shulhan