2011-12-12 14:45:19 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.24.0. From the changelog:
- add an explicit expunge when closing an IMAP mailbox, for servers that
incorrectly do not do this when the mailbox is closed. Thanks: Nicolas
Pomarède.
- fix incorrect section reference for `mailboxes` parameter in documentation.
Thanks: Ross Boylan.
- fix getmail_fetch broken in 4.21.0. Thanks: Chris Donoghue.
|
2011-11-21 04:57:53 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.23.0. From the changelog:
- Fix race if new message shows up in POP3 mailbox between running the UIDL
and LIST commands. Thanks: Roland Koebler, Osamu Aoki.
|
2011-11-13 17:01:58 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.22.2. From the changelog:
-fix an error when logging a bad response to an IMAP SELECT command,
introduced in 4.21.0. Thanks: "kureshii".
|
2011-10-01 06:33:26 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.22.1. From the changelog:
- fix BrokenUIDLPOP3Retriever breakage from 4.21.0. Thanks: Scott Robbins,
"hgolden".
|
2011-09-26 16:06:30 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 4.22.0. From the changelog:
-when retriever supports multiple mail folders (IMAP), store oldmail data for
each folder separately, preventing problems in some cases when using multiple
rc files with the same account. Thanks: Jesse Schobben.
While here, add a patch comment to quell pkglint.
|
2011-09-24 18:53:26 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.21.0. From the changelog:
-automatically open IMAP folders read-only if neither the delete nor
delete_after options are in use; necessary to access chatlogs via Gmail.
Thanks: Daniel M. Drucker.
-avoid sorting msgids on each retrieval, reducing overhead when dealing with
folders containing thousands of messages. Thanks: Daniel Koukola.
|
2011-05-31 00:14:09 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.20.3. From the changelog:
-fix logging errors in error paths. Thanks: Visa Putkinen.
|
2011-04-10 07:36:41 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.20.2. From the changelog:
-further changes to the Received: header construction to handle IPv6 better.
Thanks: Frederic Perrin.
|
2011-04-08 21:18:15 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.20.1. From the changelog:
-ensure correct remote address and port is included in the Received: trace
headers generated by getmail. Previously the first address found for the
server was used even if another address was actually used to connect to the
server. Thanks: Frederic Perrin.
|
2010-06-30 15:19:00 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.20.0. From the changelog:
-fix crap code from bad svn merge that slipped into 4.18.0, triggering
exceptions in MDA_external configs. Thanks: Paul Howarth.
|