aboutsummaryrefslogtreecommitdiff
path: root/email
AgeCommit message (Expand)Author
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