2010-06-29 21:36:52 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.19.0. From the changelog:
-fix missing import introduced in 4.18.0. Thanks: Paul Howarth.
|
2010-06-27 03:52:46 by Amitai Schlair | Files touched by this commit (3) | |
Log message:
Update to 4.18.0. From the changelog:
-update broken link in FAQ. Thanks: Stefan Kangas.
-strip a few extra problematic (on non-Unix systems) characters when
generating oldmail filenames; backslash was requested by Andy Ross.
If upgrading and your current oldmail file contains any of these
characters:
\ ; < > |
... then rename it, replacing runs of one or more of those characters with
a single "-".
-improve clarity of message logged by getmail when an external program exits
0 but getmail considers it failed because it wrote to stderr. Thanks:
Chris Dennis.
|
2010-04-30 23:56:20 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.17.0. From the changelog:
- change to how getmail counts messages in an IMAP mailbox; prevents problems
where getmail would only see the first 500 messages in a mailbox with some
IMAP servers that return oddball responses to SELECT. Thanks: David Damerell.
|
2010-02-10 20:17:48 by Joerg Sonnenberger | Files touched by this commit (205) |
Log message:
Bump revision for PYTHON_VERSION_DEFAULT change.
|
2010-01-07 03:23:52 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.16.0. From the changelog:
-additional fix for IMAP server that offers a message it then fails to return,
to allow getmail to continue with the next message. Thanks: Yaw Anokwa.
|
2009-12-02 22:03:10 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.15.0. From the changelog:
- default port for MultidropIMAPSSLRetriever was incorrect. Thanks: David
Lehn.
|
2009-11-24 02:05:58 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.14.0. From the changelog:
- handle additional cases where IMAP (and for good measure, POP3) server is
broken and offers a message that it then fails to return. Thanks: Eric
Waguespack.
|
2009-10-14 03:31:59 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.13.0. From the changelog:
-fix new log message not having trailing newline. Thanks: Morty Abzug.
|
2009-10-08 09:11:11 by Amitai Schlair | Files touched by this commit (2) | |
Log message:
Update to 4.12.0. From the changelog:
- handle MSExchange failure to deliver message gracefully. Thanks: Morty
Abzug.
- documentation updates regarding Python IMAP memory bug. Thanks: "spig".
- fix bad tag in documentation.
|
2009-08-08 23:21:48 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.11.0. From the changelog:
- fix --dump not generating any output for rcfiles containing
"verbose = 0" option. Thanks: Morty Abzug.
- fix copy-and-paste error in documentation of MultiSorter destination.
Thanks: Roland Hill.
|