aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-03-15email: Use only cfws-captured-words in obs-phrase.Arun Isaac
2020-12-06tests: Return a list of Received headers for trace.Arun Isaac
2020-12-06tests: Parse obsolete Received header.Arun Isaac
2020-12-05tests: Add example from RFC5322 A.6.3.Arun Isaac
2020-12-05email: Do not capture cfws in atoms and dot-atoms.Arun Isaac
2020-12-05email: Support obsolete date and time.Arun Isaac
2020-12-05email: Support obsolete addressing.Arun Isaac
2020-12-04tests: Parse email addresses with period in name.Arun Isaac
2020-05-25tests: Test inputs of different lengths.Arun Isaac
2020-05-25tests: Add tests for (email base64).Arun Isaac
2020-05-25utils: Do not return eof if matched at beginning.Arun Isaac
2019-12-21tests: Return References header with only one reference as a singleton list.Arun Isaac
2019-12-04tests: Title case header name.Arun Isaac
2019-12-04email: Handle blank Subject headers.Arun Isaac
2019-10-09email: Return keywords header as a list.Arun Isaac
2019-10-08Reindent calls to call-with-port.Arun Isaac
2019-10-08email: Override invalid charset more strongly.Arun Isaac
2019-10-08tests: Compare email headers disregarding order.Arun Isaac
2019-10-02email: Tolerate decoding errors in body.Arun Isaac
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