summaryrefslogtreecommitdiff
path: root/tests/email.scm
AgeCommit message (Expand)Author
2019-07-21email: Decode MIME encoded words in Subject header.•••Prior to this, MIME encoded words in the Subject header were not decoded. * email/email.scm (parse-email-headers): Decode MIME encoded words in Subject header. * tests/email.scm ("decode MIME encoded words in Subject header"): New test. Reported-by: Ricardo Wurmus <rekado@elephly.net> Arun Isaac
2019-07-21tests: Add test for decoding MIME encoded phrases.•••* tests/email.scm ("decode MIME encoded phrases that contain multiple MIME encoded words each with their own encoding"): New test. Arun Isaac
2018-11-14tests: Add tests for decoding MIME encoded words.•••* tests/email.scm ("decode MIME encoded word: wikipedia example", "decode MIME encoded phrases that mix ASCII text and MIME encoded words"): New tests. Arun Isaac
2018-11-14tests: Add tests for email address parsing.•••* tests/email.scm ("parse name-addr email address", "parse addr-spec email address", "parse emacs message mode parens style email address"): New tests. Arun Isaac
2018-10-01tests: Add tests for (email email).•••* tests/email.scm: New file. * Makefile.am (SCM_TESTS): Register it. Arun Isaac