2013-08-04 00:45:28 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.42.0. From the changelog:
- fix problem with non-ascii characters in newly-added message
header fields with output from Filter_classifier. Thanks: "Gour".
|
2013-05-26 19:55:04 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.41.0. From the changelog:
- messages retrieved with POP could have a blank trailing line
removed when delivered; fixed. Thanks: Christoph Mitterer, Krzysztof
Warzecha.
- fix an ImportError when IMAP retriever used with getmail under
Python 2.4.
|
2013-05-11 02:38:36 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.40.3. From the changelog:
- increase system recursion limit when run with Python 2.3, to
prevent recursion errors in parsing some pathologically complex
MIME emails. Thanks: Kenneth Pronovici.
|
2013-05-09 05:45:35 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.40.2. From the changelog:
- fix a backwards incompatibility with Python 2.3 and 2.4 introduced
in getmail 4.38.0. Thanks: Massimo Zambelli, Krzysztof Warzecha.
|
2013-04-23 16:14:02 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.40.1. From the changelog:
- again change protocol codes passed to OSX, as they're not only
reserved codes, but also case-sensitive. Use the ones an OSX user
reports work properly. Thanks: Tim Gray.
|
2013-04-21 19:22:03 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.40.0. From the changelog:
- convert SIGTERM to SIGINT so getmail can cleanup and exit normally
if killed with a default signal. Thanks: Carl Lei.
- fix change which resulted in passing full protocol name to OSX
keyring program, which can't handle it (restricted to 4-character
code). Thanks: Tim Gray.
|
2013-03-10 17:44:36 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.39.1. From the changelog:
- fix a bug that could crop up when retrieving mail via IMAP from
Gmail, and the Gmail servers provided weird data in their header
extensions. Thanks: Krzysztof Warzecha.
|
2013-02-23 02:04:57 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.39.0. From the changelog:
- fix an oldmail filename issue that occurred with certain non-ASCII
characters in an IMAP mailbox name. Thanks: Michael Kockmeyer.
|
2013-02-19 03:20:47 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Distfile changed in place (spelling and other documentation
reformatting). Set DIST_SUBDIR.
|
2013-02-17 00:43:31 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.38.0. From the changelog:
- fix retrieving mail from an IMAP mailbox with non-ASCII characters
in its name causing difficult-to-understand unicode errors during
delivery. Thanks: "fsLeg", Krzysztof Warzech.
|