index
:
guile-email
keyring
master
Guile email parser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
email: Improve comment about default charset.
Arun Isaac
2019-07-28
email: Read mboxes as bytevectors.
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-26
email: Match mime-entity-fields only against headers.
Arun Isaac
2019-07-26
email: Import all of (email utils).
Arun Isaac
2019-07-25
Check NEWS file before releasing tarball.
Arun Isaac
2019-07-25
Use lzip for release tarballs.
Arun Isaac
2019-07-21
README: Link to mailing list info page.
Arun Isaac
2019-07-21
README: Advertise mailing list archives.
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
2019-07-19
Advertise new mailing list.
Arun Isaac
2019-06-25
doc: Specify module paths for encoding and decoding.
Arun Isaac
2019-06-25
README: Advertise usage in mumi.
Arun Isaac
2019-06-25
doc: Fix unmatched `@end deffn'.
Arun Isaac
2019-06-25
doc: Document encoding and decoding procedures.
Arun Isaac
2019-06-25
email: Fix typo in docstring of parse-mime-entity.
Arun Isaac
2019-06-22
README: Use absolute link to manual.
Arun Isaac
2019-06-22
README: Link to manual.
Arun Isaac
2019-06-22
website: Do not include default style and scripts.
Arun Isaac
2019-06-22
README: Add title.
Arun Isaac
2019-06-22
Build website.
Arun Isaac
2019-06-22
doc: Create texinfo documentation.
Arun Isaac
2018-11-14
Distribute README.org
v0.1.0
Arun Isaac
2018-11-14
Add README.
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-11-13
email: Support emacs message mode parens style addresses.
Arun Isaac
2018-11-13
email: Discard angle brackets in address fields only.
Arun Isaac
2018-11-13
email: Deduplicate email address parsing.
Arun Isaac
2018-11-13
email: Fix typo in parse-email-address docstring.
Arun Isaac
2018-10-02
Build silently.
Arun Isaac
2018-10-02
utils: Use else for the default cond clause.
Arun Isaac
2018-10-02
Set tentative version to 0.1.0.
Arun Isaac
2018-10-01
Add .gitignore.
Arun Isaac
2018-10-01
tests: Add tests for (email email).
Arun Isaac
2018-10-01
email: Do not discard trace fields.
Arun Isaac
2018-10-01
email: Handle truncated messages gracefully.
Arun Isaac
2018-09-15
tests: Add random test for Q encoding.
Arun Isaac
2018-09-15
quoted-printable: Use specific rnrs libraries.
Arun Isaac
2018-09-15
quoted-printable: Use call-with-bytevector-output-port.
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
[prev]
[next]