aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-10-01email: Tolerate invalid charset.Arun Isaac
2019-09-28email: Tolerate decoding errors in MIME encoded words.Arun Isaac
2019-09-23email: Tolerate non-ASCII non-UTF-8 characters in headers.Arun Isaac
2019-09-17email: Tolerate non-ASCII characters in headers.Arun Isaac
2019-08-09tests: Remove unnecessary execution permission.Arun Isaac
2019-07-28tests: Add examples from RFC5322 A.1.1 and A.1.2.Arun Isaac
2019-07-28tests: Add read-while eof-object test.Arun Isaac
2019-07-28utils: Return eof-object from read-bytes-till on end of file.Arun Isaac
2019-07-28tests: Add example from RFC2046 5.1.1.Arun Isaac
2019-07-28email: Decode MIME entities without headers.Arun Isaac
2019-07-28email: Support email with mixed encoding of characters.Arun Isaac
2019-07-21email: Decode MIME encoded words in Subject header.Arun Isaac
2019-07-21tests: Add test for decoding MIME encoded phrases.Arun Isaac
2018-11-14tests: Add tests for decoding MIME encoded words.Arun Isaac
2018-11-14tests: Add tests for email address parsing.Arun Isaac
2018-10-01tests: Add tests for (email email).Arun Isaac
2018-09-15tests: Add random test for Q encoding.Arun Isaac
2018-09-15quoted-printable: Q-encode #\? and #\_ with their ASCII values.Arun Isaac
2018-09-15tests: Extend quoted-printable special characters encoding test.Arun Isaac
2018-09-15tests: Add tests for quoted-printable.Arun Isaac
2018-09-15quoted-printable: Encode #\= with its ASCII code.Arun Isaac
2018-09-12quoted-printable: Add q-encoding-encode.Arun Isaac
2018-09-12Untabify and re-indent all sources.Arun Isaac
2018-09-12quoted-printable: Add quoted-printable-encode.Arun Isaac
2018-09-12tests: Add tests for Q-encoding.Arun Isaac
2018-09-11tests: Add tests for (email quoted-printable).Arun Isaac