summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-14Distribute README.orgv0.1.0Arun Isaac
2018-11-14Add README.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-11-13email: Support emacs message mode parens style addresses.Arun Isaac
2018-11-13email: Discard angle brackets in address fields only.Arun Isaac
2018-11-13email: Deduplicate email address parsing.Arun Isaac
2018-11-13email: Fix typo in parse-email-address docstring.Arun Isaac
2018-10-02Build silently.Arun Isaac
2018-10-02utils: Use else for the default cond clause.Arun Isaac
2018-10-02Set tentative version to 0.1.0.Arun Isaac
2018-10-01Add .gitignore.Arun Isaac
2018-10-01tests: Add tests for (email email).Arun Isaac
2018-10-01email: Do not discard trace fields.Arun Isaac
2018-10-01email: Handle truncated messages gracefully.Arun Isaac
2018-09-15tests: Add random test for Q encoding.Arun Isaac
2018-09-15quoted-printable: Use specific rnrs libraries.Arun Isaac
2018-09-15quoted-printable: Use call-with-bytevector-output-port.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-14quoted-printable: Encode printable ASCII characters to themselves.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-12quoted-printable: Close port after use.Arun Isaac
2018-09-12tests: Add tests for Q-encoding.Arun Isaac
2018-09-11tests: Add tests for (email quoted-printable).Arun Isaac
2018-09-08Set up the GNU build system.Arun Isaac
2018-09-08Initial commit.Arun Isaac