aboutsummaryrefslogtreecommitdiff
path: root/lib/email
AgeCommit message (Expand)Author
2022-10-05email/dkim: fix tests with -count=X, where X>1Shulhan
2022-07-16email/dkim: skip test that require external DNS recordsShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-03-21email/dkim: remove amazonses.com domain from test casesShulhan
2022-02-28lib/email: set the Date and Message-ID on Message PackShulhan
2022-02-27lib/email: reorder the MIME header to write the mime-version firstShulhan
2022-02-27lib/email: make Message Pack works with single text or HTML partShulhan
2022-02-27lib/email: make the NewMultipart test working by mocking EpochShulhan
2022-02-27lib/email: add methods to modify MessageShulhan
2022-02-25lib/email: store the unpacked content type into MIMEShulhan
2022-02-25lib/email: change the Header and Body fields on Message to non-pointerShulhan
2022-02-24lib/email: realign all structsShulhan
2022-02-24lib/email: set the header Date field on NewMultipartShulhan
2021-12-17lib/email: convert the unit test for ParseMailbox to examplesShulhan
2021-12-17lib/email: realign the struct MailboxShulhan
2021-12-17lib/email: refacforing ParseMailboxShulhan
2021-11-16lib/dns: refactoring, change signature of client LookupShulhan
2021-11-15lib/{email,spf}: changes related to refactoring lib/dnsShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-08-15dns: refactoring the ResourceRecord values from []byte to stringShulhan
2020-08-03all: fix tests affected by changes on dns packageShulhan
2020-06-17email: print the input mailbox on error message of ParseMailboxesShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-05-15email: add methods to unmarshal/marshal Mailbox from/to JSONShulhan
2020-05-14email: add function to parse single mailboxShulhan
2020-05-14email: rename ParseAddress to ParseMailboxesShulhan
2020-05-14email: rename "address" to "mailbox"Shulhan
2020-05-14email: add function to create multipart text and HTML messageShulhan
2020-04-24email: skip flaky DKIMVerify testShulhan
2020-03-26all: fix and suppress linter warningsShulhan
2020-03-20dkim: convert the expired time to UTC on errorShulhan
2020-03-20dkim: skip test that use external DNSShulhan
2020-02-13all: suppress false-positive linter warningsShulhan
2020-01-20email/dkim: fix the expected test result and errorsShulhan
2019-11-05email/dkim: fix the test expected response on LookupDNSTXTShulhan
2019-10-21all: fix and add missing commentsShulhan
2019-09-27all: remove unnecessary trailing newlineShulhan
2019-09-05all: fix test for Go 1.13Shulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-06-14all: fix nolint formatShulhan
2019-05-07email: changes affected by update on dns packageShulhan
2019-03-05bytes: change the Copy return type to non pointerShulhan
2019-03-01all: fix warnings from linterShulhan
2019-03-01email/maildir: a library to manage email using maildir formatShulhan
2019-02-15email/dkim: fix warnings from lintersShulhan
2019-02-15all: fix the usage of "iota"Shulhan
2019-02-15email: implement signing message with DKIM methodShulhan
2019-02-15email: fix error messages when parsing fieldShulhan