summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-22Release version 0.2.2.v0.2.2Arun Isaac
2019-12-21tests: Return References header with only one reference as a singleton list.Arun Isaac
2019-12-21README: Advertise usage in the Guix data service.Arun Isaac
2019-12-16tests: Log test results to stderr.Arun Isaac
2019-12-16Support upcoming guile 3.0.Arun Isaac
2019-12-16Remove custom code checking for guild.Arun Isaac
2019-12-16tests: Implement custom test runner group begin and end functions.Arun Isaac
2019-12-16base64: Import only the required rnrs modules.Arun Isaac
2019-12-16Use guild instead of guile-tools.Arun Isaac
2019-12-04tests: Title case header name.Arun Isaac
2019-12-04email: Handle blank Subject headers.Arun Isaac
2019-10-09email: Return keywords header as a list.Arun Isaac
2019-10-08Reindent calls to call-with-port.Arun Isaac
2019-10-08Add .dir-locals.el.Arun Isaac
2019-10-08email: Override invalid charset more strongly.Arun Isaac
2019-10-08email: Introduce alist union utility.Arun Isaac
2019-10-08email: Deduplicate post processing of header fields.Arun Isaac
2019-10-08tests: Compare email headers disregarding order.Arun Isaac
2019-10-02email: Tolerate decoding errors in body.Arun Isaac
2019-10-01email: Tolerate invalid charset.Arun Isaac
2019-09-28email: Tolerate decoding errors in MIME encoded words.Arun Isaac
2019-09-28email: Remove duplicate unbracketed-angle-addr definition.Arun Isaac
2019-09-23Release version 0.2.1.v0.2.1Arun Isaac
2019-09-23email: Update mbox->emails docstring.Arun Isaac
2019-09-23email: Add read-next-email-in-mbox docstring.Arun Isaac
2019-09-23email: Tolerate non-ASCII non-UTF-8 characters in headers.Arun Isaac
2019-09-17Install go files in libdir.Arun Isaac
2019-09-17Add guix.scm.Arun Isaac
2019-09-17email: Tolerate non-ASCII characters in headers.Arun Isaac
2019-08-09website: Move manual to link with version and language information.Arun Isaac
2019-08-09README: Publish releases in new Download section.Arun Isaac
2019-08-09Release guile-email 0.2.0 tarball.Arun Isaac
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