summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-28email: Read mboxes as bytevectors.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-26email: Match mime-entity-fields only against headers.Arun Isaac
2019-07-26email: Import all of (email utils).Arun Isaac
2019-07-25Check NEWS file before releasing tarball.Arun Isaac
2019-07-25Use lzip for release tarballs.Arun Isaac
2019-07-21README: Link to mailing list info page.Arun Isaac
2019-07-21README: Advertise mailing list archives.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
2019-07-19Advertise new mailing list.Arun Isaac
2019-06-25doc: Specify module paths for encoding and decoding.Arun Isaac
2019-06-25README: Advertise usage in mumi.Arun Isaac
2019-06-25doc: Fix unmatched `@end deffn'.Arun Isaac
2019-06-25doc: Document encoding and decoding procedures.Arun Isaac
2019-06-25email: Fix typo in docstring of parse-mime-entity.Arun Isaac
2019-06-22README: Use absolute link to manual.Arun Isaac
2019-06-22README: Link to manual.Arun Isaac
2019-06-22website: Do not include default style and scripts.Arun Isaac
2019-06-22README: Add title.Arun Isaac
2019-06-22Build website.Arun Isaac
2019-06-22doc: Create texinfo documentation.Arun Isaac
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