<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guile-email, branch v0.3.0</title>
<subtitle>Guile email parser</subtitle>
<id>http://git.systemreboot.net/guile-email/atom?h=v0.3.0</id>
<link rel='self' href='http://git.systemreboot.net/guile-email/atom?h=v0.3.0'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/'/>
<updated>2023-01-06T18:07:59+00:00</updated>
<entry>
<title>Release version 0.3.0.</title>
<updated>2023-01-06T18:07:59+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-06T18:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=9800f660222878bb79bad55f45bf22e68f8aee46'/>
<id>urn:sha1:9800f660222878bb79bad55f45bf22e68f8aee46</id>
<content type='text'>
* NEWS: Update.
</content>
</entry>
<entry>
<title>README: Declare obsolete syntax as implemented.</title>
<updated>2023-01-06T17:32:39+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-06T17:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=8d1e1519cc4f3c7fe03294c5528909296312ee46'/>
<id>urn:sha1:8d1e1519cc4f3c7fe03294c5528909296312ee46</id>
<content type='text'>
* README.org (Features): Declare that obsolete syntax is supported.
(Future work): Remove obsolete syntax.
</content>
</entry>
<entry>
<title>tests: Downcase test names.</title>
<updated>2023-01-06T14:27:18+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-06T14:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=3a3d695913e04d181df05048777ff2a335dc3120'/>
<id>urn:sha1:3a3d695913e04d181df05048777ff2a335dc3120</id>
<content type='text'>
This is admittedly a nitpicky change, but it slightly improves
consistency.

* tests/email.scm ("parse obsolete Received header", "parse names with
more than two words", "assume application/octet-stream Content-Type if
Content-Transfer-Encoding is unrecognized", "parse Received header
with two tokens but no timestamp"): Downcase test names.
</content>
</entry>
<entry>
<title>email: Support Date fields with missing seconds.</title>
<updated>2023-01-06T14:27:18+00:00</updated>
<author>
<name>Andrew Whatson</name>
</author>
<published>2023-01-05T10:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=aa6a58a152b8ebe0e786682ffd84239ed862dba4'/>
<id>urn:sha1:aa6a58a152b8ebe0e786682ffd84239ed862dba4</id>
<content type='text'>
* email/email.scm (parse-email-headers): Extend the date-time parser to
match when seconds are missing, defaulting to "0".
* tests/email.scm ("parse Date", "parse Date without seconds"): New
tests.

Signed-off-by: Arun Isaac &lt;arunisaac@systemreboot.net&gt;
</content>
</entry>
<entry>
<title>build-aux: Pass fail directory from main in test-corpus.scm.</title>
<updated>2023-01-03T22:03:10+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T22:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=ca88c0899277a8e897538bda5b1bca2f2747cd61'/>
<id>urn:sha1:ca88c0899277a8e897538bda5b1bca2f2747cd61</id>
<content type='text'>
* build-aux/test-corpus.scm (test-corpus): Accept fail-directory
argument.
* build-aux/test-corpus.scm (main): Pass fail-directory argument to
test-corpus.
</content>
</entry>
<entry>
<title>build-aux: Assume fail directory exists when testing corpus.</title>
<updated>2023-01-03T20:06:08+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T20:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=8b3e2681c0465498192b98abe784f248ebb29086'/>
<id>urn:sha1:8b3e2681c0465498192b98abe784f248ebb29086</id>
<content type='text'>
Assume fail directory exists and do not attempt to clear it.

* build-aux/test-corpus.scm (main): Do not create or delete fail
directory.
</content>
</entry>
<entry>
<title>build-aux: Make test-corpus.scm a loadable script.</title>
<updated>2023-01-03T20:05:50+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T19:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=a525bd1d808f46095a4cf71d5f37b2ed781a49aa'/>
<id>urn:sha1:a525bd1d808f46095a4cf71d5f37b2ed781a49aa</id>
<content type='text'>
Make test-corpus.scm a script loadable from the REPL rather than
something that must be run on the shell. Loadable scripts are easier
to deal with since one does not have to deal with command-line
arguments.

* build-aux/test-corpus.scm (%fail-directory): Delete variable.
(write-failed-email): Add fail-directory argument.
(main): New function.
</content>
</entry>
<entry>
<title>build-aux: Bump copyright year on test-driver.scm.</title>
<updated>2023-01-03T19:58:33+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T19:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=536759ac425f8aeaabeea3ecda6f3811476346ea'/>
<id>urn:sha1:536759ac425f8aeaabeea3ecda6f3811476346ea</id>
<content type='text'>
* build-aux/test-driver.scm: Bump copyright year for Arun Isaac.
</content>
</entry>
<entry>
<title>dir-locals: Allow tabs in Makefiles.</title>
<updated>2023-01-03T17:44:32+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T17:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=dc9001683e7076b0aec8582c90e2f3adb283ef63'/>
<id>urn:sha1:dc9001683e7076b0aec8582c90e2f3adb283ef63</id>
<content type='text'>
* .dir-locals.el (makefile-gmake-mode): Set indent-tabs-mode to t.
</content>
</entry>
<entry>
<title>Quit the autotools build system.</title>
<updated>2023-01-03T17:43:28+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-03T16:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=7bef05430de5e39bf2937b026d68d63116c46233'/>
<id>urn:sha1:7bef05430de5e39bf2937b026d68d63116c46233</id>
<content type='text'>
For a simple package like guile-email, the autotools build system is
more trouble than it is worth. We prefer a hand-written Makefile. As
the commit summary suggests, the autotools are indeed a bad habit that
we must "quit".

* Makefile: New file.
* Makefile.am, bootstrap.sh, configure.ac, pre-inst-env.in: Delete
files.
* build-aux/test-corpus.scm.in: Rename to ...
* build-aux/test-corpus.scm: ... this. Remove shebang.
* build-aux/test-driver.scm.in: Rename to ...
* build-aux/test-driver.scm: ... this. Remove autotools specific
parts.
* guix.scm: Import (guix utils).
(guile-email)[arguments]: Add prefix to #:make-flags. Delete configure
phase.
* .gitignore: Remove INSTALL, Makefile, Makefile.in, aclocal.m4,
autom4te.cache, build-aux/install-sh, build-aux/missing,
build-aux/test-corpus.scm, config.log, config.status, configure,
doc/.dirstamp, pre-inst-env, test-suite.log, tests/*.log and
tests/*.trs.
</content>
</entry>
</feed>
