index
:
guile-email
keyring
master
Guile email parser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2019-07-28
tests: Add examples from RFC5322 A.1.1 and A.1.2.
Arun Isaac
2019-07-28
tests: Add read-while eof-object test.
Arun Isaac
2019-07-28
utils: Return eof-object from read-bytes-till on end of file.
Arun Isaac
2019-07-28
tests: Add example from RFC2046 5.1.1.
Arun Isaac
2019-07-28
email: Decode MIME entities without headers.
Arun Isaac
2019-07-28
email: Support email with mixed encoding of characters.
Arun Isaac
2019-07-21
email: Decode MIME encoded words in Subject header.
Arun Isaac
2019-07-21
tests: Add test for decoding MIME encoded phrases.
Arun Isaac
2018-11-14
tests: Add tests for decoding MIME encoded words.
Arun Isaac
2018-11-14
tests: Add tests for email address parsing.
Arun Isaac
2018-10-01
tests: Add tests for (email email).
Arun Isaac
2018-09-15
tests: Add random test for Q encoding.
Arun Isaac
2018-09-15
quoted-printable: Q-encode #\? and #\_ with their ASCII values.
Arun Isaac
2018-09-15
tests: Extend quoted-printable special characters encoding test.
Arun Isaac
2018-09-15
tests: Add tests for quoted-printable.
Arun Isaac
2018-09-15
quoted-printable: Encode #\= with its ASCII code.
Arun Isaac
2018-09-12
quoted-printable: Add q-encoding-encode.
Arun Isaac
2018-09-12
Untabify and re-indent all sources.
Arun Isaac
2018-09-12
quoted-printable: Add quoted-printable-encode.
Arun Isaac
2018-09-12
tests: Add tests for Q-encoding.
Arun Isaac
2018-09-11
tests: Add tests for (email quoted-printable).
Arun Isaac