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
/
message.go
Age
Commit message (
Expand
)
Author
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-22
lib/bytes: replace Copy and Concat with standard library
Shulhan
2024-08-04
lib/email: export the field Fields in Header
Shulhan
2024-08-03
lib/email: decode the message body based on content-transfer-encoding
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-07-14
lib/email: refactoring, replace field with type []byte to string
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2022-02-28
lib/email: set the Date and Message-ID on Message Pack
Shulhan
2022-02-27
lib/email: make Message Pack works with single text or HTML part
Shulhan
2022-02-27
lib/email: make the NewMultipart test working by mocking Epoch
Shulhan
2022-02-27
lib/email: add methods to modify Message
Shulhan
2022-02-25
lib/email: change the Header and Body fields on Message to non-pointer
Shulhan
2022-02-24
lib/email: set the header Date field on NewMultipart
Shulhan
2020-05-14
email: add function to create multipart text and HTML message
Shulhan
2019-10-21
all: fix and add missing comments
Shulhan
2019-03-05
bytes: change the Copy return type to non pointer
Shulhan
2019-02-15
email: implement signing message with DKIM method
Shulhan
2019-02-14
email: remove header.String() in favor of Simple() or Relaxed()
Shulhan
2019-02-14
email: implement DKIM verify on message
Shulhan
2019-02-06
lib/email: add methods to canonicalize body
Shulhan
2019-02-05
lib/email: replace all occurrance if '\r' and '\n' with constants
Shulhan
2019-02-05
lib/email: move content of Message type to its own file
Shulhan