aboutsummaryrefslogtreecommitdiff
path: root/email/quoted-printable.scm
AgeCommit message (Expand)Author
2023-01-03email: Support quoted-printable CR LF sequences.Andrew Whatson
2020-05-25tests: Test inputs of different lengths.Arun Isaac
2019-10-08Reindent calls to call-with-port.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