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
/
mime.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-09-04
all: fix various linter warnings
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-11
lib: fix method signature for WriteTo
Shulhan
2023-07-14
lib/email: refactoring, replace field with type []byte to string
Shulhan
2023-04-08
lib/email: refactoring ParseBodyPart using libbytes.Parser
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-02-27
lib/email: reorder the MIME header to write the mime-version first
Shulhan
2022-02-27
lib/email: make Message Pack works with single text or HTML part
Shulhan
2022-02-25
lib/email: store the unpacked content type into MIME
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-14
email: add function to create multipart text and HTML message
Shulhan
2019-02-14
email: remove header.String() in favor of Simple() or Relaxed()
Shulhan
2019-02-05
lib/io: rename Reader SkipSpace to SkipSpaces
Shulhan
2019-02-05
lib/email: update affecting by refactoring on lib/io.Reader
Shulhan
2019-02-05
lib/email: replace all occurrance if '\r' and '\n' with constants
Shulhan
2019-02-05
lib/email: rename Header.Unpack to ParseHeader
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