aboutsummaryrefslogtreecommitdiff
path: root/email/email.scm
AgeCommit message (Expand)Author
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-07-28email: Improve comment about default charset.Arun Isaac
2019-07-28email: Read mboxes as bytevectors.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-01email: Do not discard trace fields.Arun Isaac
2018-10-01email: Handle truncated messages gracefully.Arun Isaac
2018-09-12Untabify and re-indent all sources.Arun Isaac
2018-09-08Initial commit.Arun Isaac