aboutsummaryrefslogtreecommitdiff
path: root/tests/email.scm
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-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