aboutsummaryrefslogtreecommitdiff
path: root/tests/email.scm
AgeCommit message (Expand)Author
2023-09-03email: Tolerate parentheses in display names.Arun Isaac
2023-01-06tests: Downcase test names.Arun Isaac
2023-01-06email: Support Date fields with missing seconds.Andrew Whatson
2021-10-24email: Handle Received header with two tokens but no timestamp.Arun Isaac
2021-10-24tests: Return trace with only one Receieved header as a list of lists.Arun Isaac
2021-10-24email: Handle unrecognized Content-Transfer-Encoding headers.Arun Isaac
2021-10-24tests: Paginate tests/email.scm.Arun Isaac
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
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-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-07-28tests: Add examples from RFC5322 A.1.1 and A.1.2.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