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
/
contenttype.go
Age
Commit message (
Expand
)
Author
2025-01-23
all: use for-range with numeric
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
2023-05-30
lib/email: make the ContentType match case insensitive
Shulhan
2023-05-30
lib/email: fix parsing multiple parameters in ContentType
Shulhan
2023-04-09
lib/bytes: return the number of skipped chars on Skip(Horizontal)Spaces
Shulhan
2023-04-08
lib/io: refactoring ParseContentType using lib/bytes#Parser
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-02-27
lib/email: make Message Pack works with single text or HTML part
Shulhan
2022-02-27
lib/email: add methods to modify Message
Shulhan
2020-05-14
email: add function to create multipart text and HTML message
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: fix linter warnings on global var and inefficient assignments
Shulhan
2019-02-05
lib/email: implement MIME header fields as defined in RFC 2045
Shulhan