summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-09Bump version to 0.2.0.v0.2.0Arun Isaac
2019-08-09tests: Run tests with correct path.Arun Isaac
2019-08-09Distribute test data files.Arun Isaac
2019-08-09tests: Remove unnecessary execution permission.Arun Isaac
2019-08-09Do not set PATH in pre-inst-env.Arun Isaac
2019-08-07doc: Document mbox->emails.Arun Isaac
2019-08-07utils: Clarify read-while docstring.Arun Isaac
2019-08-07doc: Add Data Types chapter to menu.Arun Isaac
2019-08-07README: Simply project description.Arun Isaac
2019-08-07README: Mention PGP support in future work.Arun Isaac
2019-08-07README: Mention mbox reading as a feature.Arun Isaac
2019-08-06doc: Move mention of (email quoted-printable).Arun Isaac
2019-08-06doc: Document email data types.Arun Isaac
2019-08-06doc: Mention (email email) module.Arun Isaac
2019-08-06doc: Change e-mail to email.Arun Isaac
2019-07-28Update Copyright header.Arun Isaac
2019-07-28tests: Add examples from RFC5322 A.1.1 and A.1.2.Arun Isaac
2019-07-28email: Improve comment about default charset.Arun Isaac
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