aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-15email: Use only cfws-captured-words in obs-phrase.Arun Isaac
2020-12-06website: Export svg using img tag.Arun Isaac
2020-12-06README: Add repology packaging status badge.Arun Isaac
2020-12-06tests: Return a list of Received headers for trace.Arun Isaac
2020-12-06tests: Parse obsolete Received header.Arun Isaac
2020-12-05tests: Add example from RFC5322 A.6.3.Arun Isaac
2020-12-05email: Indent better.Arun Isaac
2020-12-05email: Give higher precedence to obsolete id-left, id-right patterns.Arun Isaac
2020-12-05email: Support remaining obsolete specification.Arun Isaac
2020-12-05email: Support obsolete Received header.Arun Isaac
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