aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-05email: Do not capture cfws in atoms and dot-atoms.Arun Isaac
2020-12-05email: Support obsolete date and time.Arun Isaac
2020-12-05email: Support obsolete addressing.Arun Isaac
2020-12-04tests: Parse email addresses with period in name.Arun Isaac
2020-08-12README: Switch from mailing list to public inbox.Arun Isaac
2020-05-25tests: Test inputs of different lengths.Arun Isaac
2020-05-25email: Decode base64 bytevector without converting to string.Arun Isaac
2020-05-25email: Do not filter base64 encoded bytes before decoding.Arun Isaac
2020-05-25tests: Add tests for (email base64).Arun Isaac
2020-05-25base64: Reimplement from scratch.Arun Isaac
2020-05-25utils: Do not match sequence byte by byte in read-bytes-till.Arun Isaac
2020-05-25utils: Introduce the not-end-let utility.Arun Isaac
2020-05-25utils: Do not return eof if matched at beginning.Arun Isaac
2020-05-07Add minimal CSS styling to website.Arun Isaac
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