index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
email
/
mailbox.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-11
lib/email: add comment to exported constant and methods
Shulhan
2023-07-14
lib/email: refactoring, replace field with type []byte to string
Shulhan
2023-06-04
lib/email: remove spaces when parsing domain in parseMailbox
Shulhan
2023-04-08
lib/email: refactoring ParseMailboxes using lib/bytes#Parser
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-12-17
lib/email: realign the struct Mailbox
Shulhan
2021-12-17
lib/email: refacforing ParseMailbox
Shulhan
2020-06-17
email: print the input mailbox on error message of ParseMailboxes
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-15
email: add methods to unmarshal/marshal Mailbox from/to JSON
Shulhan
2020-05-14
email: add function to parse single mailbox
Shulhan
2020-05-14
email: rename ParseAddress to ParseMailboxes
Shulhan
2020-05-14
email: rename "address" to "mailbox"
Shulhan