aboutsummaryrefslogtreecommitdiff
path: root/email
AgeCommit message (Expand)Author
2021-03-15email: Use only cfws-captured-words in obs-phrase.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-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-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
2019-12-16base64: Import only the required rnrs modules.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-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-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-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-17email: Tolerate non-ASCII characters in headers.Arun Isaac
2019-08-07doc: Document mbox->emails.Arun Isaac
2019-08-07utils: Clarify read-while docstring.Arun Isaac
2019-07-28email: Improve comment about default charset.Arun Isaac
2019-07-28email: Read mboxes as bytevectors.Arun Isaac
2019-07-28utils: Return eof-object from read-bytes-till on end of file.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-21email: Decode MIME encoded words in Subject header.Arun Isaac
2019-06-25email: Fix typo in docstring of parse-mime-entity.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
2018-11-13email: Deduplicate email address parsing.Arun Isaac
2018-11-13email: Fix typo in parse-email-address docstring.Arun Isaac
2018-10-02utils: Use else for the default cond clause.Arun Isaac
2018-10-01email: Do not discard trace fields.Arun Isaac
2018-10-01email: Handle truncated messages gracefully.Arun Isaac
2018-09-15quoted-printable: Use specific rnrs libraries.Arun Isaac
2018-09-15quoted-printable: Use call-with-bytevector-output-port.Arun Isaac