2009-08-07 05:09:23 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.10.0. From the changelog:
- add "message_log_verbose" option, defaulting to false. If true,
the message_log file (and syslog, if used) will contain a little
more information than the default of just messages retrieved.
Thanks: Matthias Andree, Gregory Morozov.
|
2009-07-16 19:10:04 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.9.2. From the changelog:
-use tempfile module function instead of os.tmpfile() so getmail obeys TMPDIR
and similar environment variables. Thanks: Stefan Baehring.
|
2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-01 22:16:19 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.9.1 and define LICENSE. From the changelog:
- if oldmail file is corrupted on disk (by system crash, perhaps),
handle it gracefully. Some lines may be lost (and messages therefore
re-retrieved), but operation will continue, with the corrupt lines
logged. Thanks: Domen Puncer.
|
2009-04-07 06:39:44 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 4.9.0. From the changelog:
- add Kerberos authentication support to IMAP retriever classes.
Thanks: Guido Günther, Uli M.
- clarify documentation regarding MDA_external. Thanks: AJ Weber.
- eliminate deprecation warning for sets module with Python 2.6 by
using a compatibility wrapper module.
|
2009-02-09 23:56:28 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
|
2008-09-27 02:11:38 by Amitai Schlair | Files touched by this commit (2) | |
Log message:
Update to 4.8.4. From the changelog:
-Add missing fsync() in updatefile close method to ensure data actually
hits disk before the rename takes place, to make writing of the oldmail
file more resilient to system crashes. Thanks: Domen Puncer.
|
2008-08-13 19:15:57 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.8.3. From the changelog:
- Improve information sent to logfile about messages not retrieved.
Thanks: Scott.
|
2008-08-02 20:09:40 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.8.2. From the changelog:
- for IMAP retrievers, keep message state around for 30 days even
if the corresponding message isn't seen. This allows users to
have multiple rc files with different IMAP folders to retrieve
from without losing their "seen" mail state for the folders they're
not currently retrieving from. You no longer need to work around
this with different getmail state directories. Thanks: ?.
|
2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170) |
Log message:
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
|