<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guile-email, branch v0.2.1</title>
<subtitle>Guile email parser</subtitle>
<id>http://git.systemreboot.net/guile-email/atom?h=v0.2.1</id>
<link rel='self' href='http://git.systemreboot.net/guile-email/atom?h=v0.2.1'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/'/>
<updated>2019-09-23T15:55:34+00:00</updated>
<entry>
<title>Release version 0.2.1.</title>
<updated>2019-09-23T15:55:34+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-09-23T15:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=5e88d4515de5aae0965b52e8806aa160e4b5d261'/>
<id>urn:sha1:5e88d4515de5aae0965b52e8806aa160e4b5d261</id>
<content type='text'>
* NEWS: Update news.
* README.org (Download): Add guile-email-0.2.1 tarball.
* configure.ac: Bump version to 0.2.1.
* releases/guile-email-0.2.1.tar.lz,
releases/guile-email-0.2.1.tar.lz.asc: New files.
</content>
</entry>
<entry>
<title>email: Update mbox-&gt;emails docstring.</title>
<updated>2019-09-23T05:53:13+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-09-23T05:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=dbdde8eab8ee4cc545a7adcff5089f14f7c211ec'/>
<id>urn:sha1:dbdde8eab8ee4cc545a7adcff5089f14f7c211ec</id>
<content type='text'>
The earlier docstring was one meant for read-next-email-in-mbox.

* email/email.scm (mbox-&gt;emails): Update docstring.
</content>
</entry>
<entry>
<title>email: Add read-next-email-in-mbox docstring.</title>
<updated>2019-09-23T05:51:58+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-09-23T05:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=c3735113113c7468f3797e81a52fff90507e0f9c'/>
<id>urn:sha1:c3735113113c7468f3797e81a52fff90507e0f9c</id>
<content type='text'>
* email/email.scm (read-next-email-in-mbox): Add docstring.
</content>
</entry>
<entry>
<title>email: Tolerate non-ASCII non-UTF-8 characters in headers.</title>
<updated>2019-09-23T05:05:29+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-09-23T05:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=c10524726e0a91445a0329cc9aa72b7467258381'/>
<id>urn:sha1:c10524726e0a91445a0329cc9aa72b7467258381</id>
<content type='text'>
* email/email.scm (email-&gt;headers+body): If non-ASCII non-UTF-8
characters occur in the headers, do not raise a decoding error. Work
around using the substitute conversion strategy.
* tests/email.scm ("tolerate non-ASCII characters in headers"): Rename
to "decode utf-8 characters in headers".
("tolerate non-ascii non-utf-8 characters in headers"): New test.

Reported-by: Christopher Baines &lt;mail@cbaines.net&gt;
</content>
</entry>
<entry>
<title>Install go files in libdir.</title>
<updated>2019-09-17T07:14:28+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-09-17T07:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=812933d29e57b2482781152933a963a1650fd548'/>
<id>urn:sha1:812933d29e57b2482781152933a963a1650fd548</id>
<content type='text'>
Guile looks for compiled go files in libdir. So, put them there.

* Makefile.am (godir): Set to libdir, instead of moddir.
</content>
</entry>
<entry>
<title>Add guix.scm.</title>
<updated>2019-09-17T06:52:13+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-09-17T06:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=d7079e5d9cba20e571b1f3f90dc62ffaa6f94727'/>
<id>urn:sha1:d7079e5d9cba20e571b1f3f90dc62ffaa6f94727</id>
<content type='text'>
* guix.scm: New file.
</content>
</entry>
<entry>
<title>email: Tolerate non-ASCII characters in headers.</title>
<updated>2019-09-16T20:13:53+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-09-16T19:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=203c9c2ae39a4c64bfd9199bbc2deae03c347998'/>
<id>urn:sha1:203c9c2ae39a4c64bfd9199bbc2deae03c347998</id>
<content type='text'>
We tolerate non-ASCII characters in headers in order to support Emacs
message mode parens style addresses.

* email/email.scm (email-&gt;headers+body): Read headers as UTF-8
characters.
* tests/email.scm ("tolerate non-ascii characters in headers"): New
tests.

Reported-by: Christopher Baines &lt;mail@cbaines.net&gt;
</content>
</entry>
<entry>
<title>website: Move manual to link with version and language information.</title>
<updated>2019-08-09T08:44:18+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-09T08:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=57d0de6230a95866f7b866cbe4b3481d10dfd1a2'/>
<id>urn:sha1:57d0de6230a95866f7b866cbe4b3481d10dfd1a2</id>
<content type='text'>
* Makefile.am (website): Publish manual to link with version and
language information.
* README.org (Documentation): Update link to manual.
</content>
</entry>
<entry>
<title>README: Publish releases in new Download section.</title>
<updated>2019-08-09T08:19:43+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-09T08:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=a347918ca263d50e49d8be50c0e7421afcff9257'/>
<id>urn:sha1:a347918ca263d50e49d8be50c0e7421afcff9257</id>
<content type='text'>
* Makefile.am (website): Publish releases folder on website.
* README.org (Download): New section.
</content>
</entry>
<entry>
<title>Release guile-email 0.2.0 tarball.</title>
<updated>2019-08-09T08:18:28+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2019-08-09T08:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=348aee2c23b49690739f2713395cd6a1ef2a2643'/>
<id>urn:sha1:348aee2c23b49690739f2713395cd6a1ef2a2643</id>
<content type='text'>
* releases/guile-email-0.2.0.tar.lz,
releases/guile-email-0.2.0.tar.lz.asc: New files.
</content>
</entry>
</feed>
