aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-24tests: Return trace with only one Receieved header as a list of lists.Arun Isaac
2021-10-24email: Handle unrecognized Content-Transfer-Encoding headers.Arun Isaac
2021-10-24tests: Paginate tests/email.scm.Arun Isaac
2021-10-23build-aux: Read emails one by one from mbox corpora.Arun Isaac
2021-10-23build-aux: Write failed corpus test emails to filesystem.Arun Isaac
2021-10-06website: Switch to high contrast.Arun Isaac
2021-10-02README: Add Contributors section.Arun Isaac
2021-10-02email: Do not use an empty bytevector to test the charset.Mathieu Othacehe
2021-09-28README: Use a dynamic block to list releases.Arun Isaac
2021-09-28build-aux: Do not create backup files when building website.Arun Isaac
2021-06-18README: Link repology badge to repology page.Arun Isaac
2021-06-18README: Link to the Guix data service.Arun Isaac
2021-06-18website: Make SVG badges clickable.Arun Isaac
2021-06-18.gitignore: Add files.Arun Isaac
2021-06-18Comment on website build and clean rules.Arun Isaac
2021-06-18website: Widen to 900px.Arun Isaac
2021-06-18website: Reference external stylesheet.Arun Isaac
2021-06-18build-aux: Move build-website.el into build-aux directory.Arun Isaac
2021-06-18Configure path to emacs.Arun Isaac
2021-06-18Use MKDIR_P.Arun Isaac
2021-06-18Copy manual to website in a separate target.Arun Isaac
2021-06-18website: Move releases into website directory.Arun Isaac
2021-06-17README: Add nightly tests badge.Arun Isaac
2021-06-15build-aux: Add corpus pull script.Arun Isaac
2021-06-14Add corpus test scripts.Arun Isaac
2021-06-13pre-inst-env: Rewrite pre-inst-env in scheme.Arun Isaac
2021-06-10doc: Update mbox->emails documentation.Arun Isaac
2021-06-10build-website: Do not override org-html--svg-image.Arun Isaac
2021-06-10README: Add continuous integration badges.Arun Isaac
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