aboutsummaryrefslogtreecommitdiff
path: root/email
AgeCommit message (Expand)Author
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
2018-09-15quoted-printable: Q-encode #\? and #\_ with their ASCII values.Arun Isaac
2018-09-15quoted-printable: Encode #\= with its ASCII code.Arun Isaac
2018-09-14quoted-printable: Encode printable ASCII characters to themselves.Arun Isaac
2018-09-12quoted-printable: Add q-encoding-encode.Arun Isaac
2018-09-12Untabify and re-indent all sources.Arun Isaac
2018-09-12quoted-printable: Add quoted-printable-encode.Arun Isaac
2018-09-12quoted-printable: Close port after use.Arun Isaac
2018-09-08Initial commit.Arun Isaac