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
/
email.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-08-03
lib/email: decode the message body based on content-transfer-encoding
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-13
lib/ascii: replace package "math/rand" with "crypto/rand"
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: handle obsolete white spaces and comment when unpacking date
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-02-28
lib/email: set the Date and Message-ID on Message Pack
Shulhan
2022-02-27
lib/email: make the NewMultipart test working by mocking Epoch
Shulhan
2022-02-24
lib/email: set the header Date field on NewMultipart
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-14
email: add function to create multipart text and HTML message
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-05
lib/email: move content of Message type to its own file
Shulhan
2019-02-05
lib/email: replace Body.Unpack with ParseBody
Shulhan
2019-02-05
lib/email: rename Header.Unpack to ParseHeader
Shulhan
2019-02-05
lib/email: change Email type to Message
Shulhan
2019-02-05
lib/email: implement reading multipart message body
Shulhan
2019-02-05
lib/email: new package for working with Internet Message Format
Shulhan