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
/
field_test.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-08-03
lib/email: allow message that end lines with LF only
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-07-14
lib/email: refactoring, replace field with type []byte to string
Shulhan
2023-06-04
lib/email: set the Field Type and unpack its value on ParseField
Shulhan
2023-06-03
lib/email: refactoring Field parsing
Shulhan
2023-06-01
lib/email: unexport the field ContentType in the field
Shulhan
2023-05-30
lib/email: fix parsing multiple parameters in ContentType
Shulhan
2023-04-08
lib/email: refactoring ParseMailboxes using lib/bytes#Parser
Shulhan
2023-04-08
lib/email: replace lib/io#Reader with lib/bytes#Parser
Shulhan
2022-02-24
lib/email: realign all structs
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-06-17
email: print the input mailbox on error message of ParseMailboxes
Shulhan
2020-05-14
email: rename ParseAddress to ParseMailboxes
Shulhan
2020-05-14
email: add function to create multipart text and HTML message
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-02-15
email: fix error messages when parsing field
Shulhan
2019-02-14
email: implement DKIM verify on message
Shulhan
2019-02-05
lib/email: implement MIME header fields as defined in RFC 2045
Shulhan
2019-02-05
lib/email: unexport the method to set field name and value
Shulhan
2019-02-05
lib/email: new package for working with Internet Message Format
Shulhan