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
Age
Commit message (
Expand
)
Author
10 days
all: apply go fix
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-22
lib/bytes: replace Copy and Concat with standard library
Shulhan
2024-09-04
all: fix various linter warnings
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-08-03
lib/email: allow message that end lines with LF only
Shulhan
2024-03-06
all: conform with linter gosec, ineffasign, and makezero
Shulhan
2024-03-05
all: comply with linter recommendations #3
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-11-07
email/dkim: set ExpiredAtto MaxInt64 if value is greater than 12 digits
Shulhan
2023-09-13
lib/ascii: replace package "math/rand" with "crypto/rand"
Shulhan
2023-09-13
lib/email: add method ID to Header
Shulhan
2023-09-11
lib: fix method signature for WriteTo
Shulhan
2023-09-11
email/maildir: quote period in error to fix linter warning
Shulhan
2023-09-11
lib/email: rewrite for-loop with empty body to fix linter warning
Shulhan
2023-09-11
lib/email: add comment to exported constant and methods
Shulhan
2023-09-11
email/dkim: realign struct for better size allocation
Shulhan
2023-07-21
email/maildir: fix tests on darwin
Shulhan
2023-07-14
lib/email: refactoring, replace field with type []byte to string
Shulhan
2023-06-18
all: move internal/asciiset to ascii
Shulhan
2023-06-06
internal: add package asciiset
Wu Tingfeng
2023-06-04
lib/email: set the Field Type and unpack its value on ParseField
Shulhan
2023-06-04
lib/email: handle obsolete white spaces and comment when unpacking date
Shulhan
2023-06-04
lib/email: add benchmark for IsValidLocal
Shulhan
2023-06-04
lib/email: remove spaces when parsing domain in parseMailbox
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: update the package documentation
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-05-24
email/maildir: embed Folder inside Manager
Shulhan
2023-05-24
email/maildir: does not add suffix ":2" to file in new
Shulhan
2023-05-24
email/maildir: scan folders during startup
Shulhan
2023-05-24
email/maildir: implement Folder
Shulhan
2023-05-22
email/maildir: major refactoring plus adding unit tests
Shulhan
2023-05-20
all: remove any usage of debug.Value in all packages
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
2023-04-08
lib/email: refactoring ParseBodyPart using libbytes.Parser
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
2023-04-08
email/dkim: replace lib/io#Reader with lib/bytes#Parser
Shulhan
2023-03-26
lib/email: remove unused variables in example of Header Filter
Shulhan
2023-02-25
lib/email: add an example for Filter method on Header
Shulhan
[next]