aboutsummaryrefslogtreecommitdiff
path: root/tests/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
2020-05-25tests: Add tests for (email base64).Arun Isaac
2019-08-09tests: Remove unnecessary execution permission.Arun Isaac
2018-09-15tests: Add random test for Q encoding.Arun Isaac
2018-09-15quoted-printable: Q-encode #\? and #\_ with their ASCII values.Arun Isaac
2018-09-15tests: Extend quoted-printable special characters encoding test.Arun Isaac
2018-09-15tests: Add tests for quoted-printable.Arun Isaac
2018-09-15quoted-printable: Encode #\= with its ASCII code.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-12tests: Add tests for Q-encoding.Arun Isaac
2018-09-11tests: Add tests for (email quoted-printable).Arun Isaac