2005-05-07 04:19:30 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.3.8. From the changelog:
-change (again) handling of deleted messages vs. connection that dies.
Inability to send QUIT to POP3 server should be less problematic now.
-improve housekeeping of old message state file. Thanks: Thomas Schwinge.
|
2005-05-01 19:29:13 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 4.3.7. From the changelog:
-add error message for missing mboxrd file. Thanks: Marco Ferra.
-change handling of connection that dies vs. deleted messages.
Thanks: Thomas Schwinge.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-04-09 21:42:45 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.3.6. From the changelog:
-broke BrokenUIDLPOP3Retriever when I added the forget_deleted parameter
to the retrievers base class; now fixed. Thanks: Georg Neis.
|
2005-04-06 06:15:26 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.3.5. From the changelog:
* make getmail less conservative about remembering messages as
already-seen when unrelated errors occur after successfully
delivering them. Thanks: Thomas Schwinge.
|
2005-03-22 00:53:08 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.3.4. From the changelog:
Version 4.3.4
14 March 2005
-documentation changes; getmail v4 cannot run natively on Windows. Use
Cygwin if you must run on a Windows platform; this works.
-remove some Windows-specific code.
Version 4.3.3
19 February 2005
-previously, for safety, getmail would re-retrieve messages after a session
that encountered errors. However, getmail had enough information to safely
remember those messages that had been successfully delivered. This behaviour
has been changed, to avoid delivering duplicate messages where it isn't
necessary. Thanks: Thomas Schwinge.
-in output/log files, getmailrc files are now specified only by filename,
instead of by complete paths. This will prevent some overly-long output
lines.
-add Windows versions of functions to lock/unlock files, so mbox delivery
can be used on Windows. Thanks: Felix Schwarz.
|
2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message:
Add RMD160 digests.
|
2005-02-16 19:44:36 by Amitai Schlair | Files touched by this commit (2) |
Log message:
HOMEPAGE moved. Take MAINTAINER for queue_repair at author's
months-ago request.
|
2005-02-06 01:27:33 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.3.2. From the changelog:
-previously, if an SSL POP3 or IMAP server abruptly closed the connection
before getmail could finish logging in, getmail would exit instead of
proceeding to the next configured mail account. Fixed. Thanks: Matthias
Andree, Frank Benkstein, Thomas Schwinge.
-eliminate duplicate Return-Path: header fields. Thanks: Angles Puglisi.
|
2005-01-23 21:41:50 by Marc Recht | Files touched by this commit (77) |
Log message:
Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
|