2007-01-04 16:17:11 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.6.7. From the changelog:
-better handling for some fatal violations of POP/IMAP protocols.
-formatting cleanups.
|
2006-12-14 00:31:04 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.6.6. From the changelog:
- add ignore_stderr option to MDA_external destination. Thanks: Daniel
Burrows.
- documentation cleanups.
|
2006-11-07 09:04:16 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.6.5. From the changelog:
- disable debug logging message which would show up in messages if
--trace was used and the message was passed through an external
filter. Thanks: Christian Bruemmer.
- add additional sanity checks to ensure a recent-enough Python is
used; trying to run getmail 4 with Python 2.2 would throw an
exception. Thanks: fakhri ?.
|
2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47) |
Log message:
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
|
2006-10-02 03:43:58 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.6.4. From the changelog:
- add FAQ about BrokenUIDLPOP3 retrievers.
- add better diagnostics for missing/invalid/unwritable state/data
directory. Thanks: Christian Authmann.
|
2006-07-01 21:33:56 by Amitai Schlair | Files touched by this commit (2) | |
Log message:
Update to 4.6.3. From the changelog:
- fix regression introduced in 4.6.0 where atime on mbox files would
get updated (i.e. not set back), making it difficult for other
programs to tell if there was new mail or not without actually
opening the mbox. Thanks: Tim van der Molen.
- fix regression: spurious errors thrown when required multidrop
retriever parameter "envelope_recipient" not present in getmailrc
file. Thanks: Elliot Schlegelmilch.
- fix regression: getmail_fetch no longer properly supported external
MDAs because of problems parsing the arguments to them. Thanks: ?.
- change getmail's handling of regular expressions in the "locals"
parameter of MultiSorter destination to allow it to handle
backslashes correctly. Unfortunately this means complicating
the configuration syntax slightly. Thanks: Tim van der Molen.
- update filters to use new configuration code. Remove obsolete code.
|
2006-05-31 18:22:59 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 4.6.1. From the changelog:
- fix attribute deletion error with Filter_classifier when
strip_delivered_to is set. Thanks: ?.
- do not consider qmail-local writing to stderr a delivery error.
Thanks: ?.
Remove nearly 2-year-old MESSAGE about upgrading from version 3.
|
2006-04-06 21:33:36 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.6.0. From the changelog:
-clean up logger API.
-refactor configuration mechanism to use classes with embedded logic,
rather than simply dictionaries.
|
2006-02-20 04:04:42 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.5.4. From the changelog:
-added Maildir "filemode" parameter. Thanks: Martin Haag.
|
2006-02-14 19:46:24 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.5.3. From the changelog:
* keyfile and certfile parameters to SSL retrievers are now expanded
for leading "~/" and "~username/" as well as environment
variables, just like other path parameters. Thanks: Fredrik Steen.
|