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
2022-10-05
email/dkim: fix tests with -count=X, where X>1
Shulhan
2022-07-16
email/dkim: skip test that require external DNS records
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-03-21
email/dkim: remove amazonses.com domain from test cases
Shulhan
2022-02-28
lib/email: set the Date and Message-ID on Message Pack
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-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: store the unpacked content type into MIME
Shulhan
2022-02-25
lib/email: change the Header and Body fields on Message to non-pointer
Shulhan
2022-02-24
lib/email: realign all structs
Shulhan
2022-02-24
lib/email: set the header Date field on NewMultipart
Shulhan
2021-12-17
lib/email: convert the unit test for ParseMailbox to examples
Shulhan
2021-12-17
lib/email: realign the struct Mailbox
Shulhan
2021-12-17
lib/email: refacforing ParseMailbox
Shulhan
2021-11-16
lib/dns: refactoring, change signature of client Lookup
Shulhan
2021-11-15
lib/{email,spf}: changes related to refactoring lib/dns
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-08-15
dns: refactoring the ResourceRecord values from []byte to string
Shulhan
2020-08-03
all: fix tests affected by changes on dns package
Shulhan
2020-06-17
email: print the input mailbox on error message of ParseMailboxes
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-15
email: add methods to unmarshal/marshal Mailbox from/to JSON
Shulhan
2020-05-14
email: add function to parse single mailbox
Shulhan
2020-05-14
email: rename ParseAddress to ParseMailboxes
Shulhan
2020-05-14
email: rename "address" to "mailbox"
Shulhan
2020-05-14
email: add function to create multipart text and HTML message
Shulhan
2020-04-24
email: skip flaky DKIMVerify test
Shulhan
2020-03-26
all: fix and suppress linter warnings
Shulhan
2020-03-20
dkim: convert the expired time to UTC on error
Shulhan
2020-03-20
dkim: skip test that use external DNS
Shulhan
2020-02-13
all: suppress false-positive linter warnings
Shulhan
2020-01-20
email/dkim: fix the expected test result and errors
Shulhan
2019-11-05
email/dkim: fix the test expected response on LookupDNSTXT
Shulhan
2019-10-21
all: fix and add missing comments
Shulhan
2019-09-27
all: remove unnecessary trailing newline
Shulhan
2019-09-05
all: fix test for Go 1.13
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-05-07
email: changes affected by update on dns package
Shulhan
2019-03-05
bytes: change the Copy return type to non pointer
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-03-01
email/maildir: a library to manage email using maildir format
Shulhan
2019-02-15
email/dkim: fix warnings from linters
Shulhan
2019-02-15
all: fix the usage of "iota"
Shulhan
2019-02-15
email: implement signing message with DKIM method
Shulhan
2019-02-15
email: fix error messages when parsing field
Shulhan
[prev]
[next]