<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archivemail/CHANGELOG, branch master</title>
<subtitle>mirror of unmaintained archivemail with some fixes</subtitle>
<id>https://git.devys.org/archivemail/atom?h=master</id>
<link rel='self' href='https://git.devys.org/archivemail/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/'/>
<updated>2011-07-09T17:17:21Z</updated>
<entry>
<title>Prepare release of archivemail v0.9.0</title>
<updated>2011-07-09T17:17:21Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2011-07-09T17:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=09e460555e017a29a9c2877598ea15beec4a2016'/>
<id>urn:sha1:09e460555e017a29a9c2877598ea15beec4a2016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changelog: shorten message about fix for test suite failures with Python 2.7</title>
<updated>2011-07-09T17:11:43Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2011-07-09T17:11:43Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=e3f5289e13ac9d3a6dc95addd9730e850e141be5'/>
<id>urn:sha1:e3f5289e13ac9d3a6dc95addd9730e850e141be5</id>
<content type='text'>
That really were too much details nobody cares for.
</content>
</entry>
<entry>
<title>Changelog: record improved handling of empty IMAP SEARCH response</title>
<updated>2011-07-09T16:17:13Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2011-07-09T16:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=14e0929ba2f3ae35f2602d94c5817741726aa58a'/>
<id>urn:sha1:14e0929ba2f3ae35f2602d94c5817741726aa58a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IMAP: support servers listening on non-standard ports</title>
<updated>2011-07-09T16:03:12Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2011-07-09T15:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=eb07611faeaa3b0d6f1dad5852ccab231d3f1c24'/>
<id>urn:sha1:eb07611faeaa3b0d6f1dad5852ccab231d3f1c24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Manpage &amp; changelog: document support for international IMAP mailbox names</title>
<updated>2011-07-05T21:45:34Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2011-07-05T21:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=88653766db7b8da28080bae2704d1b0f574a2cc9'/>
<id>urn:sha1:88653766db7b8da28080bae2704d1b0f574a2cc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test suite: let FixedGzipFile.seek() pass on what gzip.GzipFile.seek() returned</title>
<updated>2011-06-17T22:13:41Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2011-06-17T21:14:55Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=f6046b9d698af67b981055d68681392205f8573c'/>
<id>urn:sha1:f6046b9d698af67b981055d68681392205f8573c</id>
<content type='text'>
This fixes test suite failures with Python 2.7.

Starting with Python 2.7, gzip.GzipFile is subclassing io.IOBase.
The seek() method of io.IOBase differs from file.seek() and the old
gzip.GzipFile.seek() in that it returns the new file position, not None.

And in Python 2.7, gzip.GzipFile.tell() is inherited from
io.IOBase.tell(), which is implemented using its seek() method.
FixedGzipFile subclasses gzip.GzipFile and overrides seek(); therefore,
this method need be adapted for this change in the interface.

Closes: #3314293.
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2011-03-28T21:17:50Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2011-03-28T21:17:27Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=4f8171341d6a29a65c7633a2bda3e908e0d45517'/>
<id>urn:sha1:4f8171341d6a29a65c7633a2bda3e908e0d45517</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update changelog and prepare 0.8.2 release</title>
<updated>2010-10-16T16:58:04Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2010-10-16T16:54:19Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=a08cde18fb8cba0cc5e090d60adcb5130b57932b'/>
<id>urn:sha1:a08cde18fb8cba0cc5e090d60adcb5130b57932b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update changelog and prepare 0.8.1 release</title>
<updated>2010-09-30T20:12:30Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2010-09-30T19:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=45f82b721813d430aaf58df435e8b1297d0d6365'/>
<id>urn:sha1:45f82b721813d430aaf58df435e8b1297d0d6365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Releasing 0.8.0: fix release date in the changelog, and update the project web page</title>
<updated>2010-08-09T11:25:41Z</updated>
<author>
<name>Nikolaus Schulz</name>
<email>microschulz@web.de</email>
</author>
<published>2010-08-09T11:25:41Z</published>
<link rel='alternate' type='text/html' href='https://git.devys.org/archivemail/commit/?id=b7091e90eaa082f74626a10b7c33dfed090770bf'/>
<id>urn:sha1:b7091e90eaa082f74626a10b7c33dfed090770bf</id>
<content type='text'>
</content>
</entry>
</feed>
