2006-02-08 04:26:33 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.5.2. From the changelog:
-fix IMAP bug where no mail was retrieved introduced in 4.5.0. Thanks:
Scott Robbins.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-02-04 03:19:42 by Amitai Schlair | Files touched by this commit (2) | |
Log message:
Update to 4.5.1. From the changelog:
- add delete_dup_msgids option to non-multidrop POP3 retrievers.
Thanks: Matthias Andree.
- suppress stack trace in getmail_fetch error message when
configuration error detected. Thanks: Dave Jarvis.
- documentation updates.
- build and development environment changes. The plaintext versions
of the documentation are now generated with links instead of lynx.
- explicitly log the reason for not retrieving a message (seen or
oversized). Thanks: Payal Rathod.
|
2006-01-03 17:46:48 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.4.4. From the changelog:
-improve parsing of flags in IMAP responses. Thanks: Gareth McCaughan.
|
2005-12-02 17:37:57 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.4.3. From the changelog:
-fix harmless copy and paste error in IMAPRetrieverBase class.
Thanks: Henry Miller.
|
2005-11-21 06:23:43 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 4.4.2. From the changelog:
4.3.14:
-Fix copy and paste error that caused BrokenUIDLPOP3SSLRetriever to default
to port 110. Thanks: Daniel Burrows via Fredrik Steen.
4.4.0:
-add new POP3-over-SSL initialization class, which is automatically used
when Python 2.4 or newer is in use. This reduces the overhead involved
in retrieving messages from a POP3SSL server (reduces systime about 35%,
user time about 50%, wall time 10-30%). Thanks: Jan Vereecke.
-add getmail_fetch configuration-less commandline POP retriever, perfect
for scripting use. Development of getmail_fetch was sponsored by
Texas Communications.
-future proofing: eliminate relative imports within getmailcore package.
4.4.1:
-work around bug in Python which meant POP3-over-SSL with Python >= 2.4
could "hang" (it's exactly the same bug that affected getmail's initial
IMAP-over-SSL code).
4.4.2:
-fix logging import in corrupt messages with Python 2.3. Thanks: Marco Ferra.
|
2005-10-16 04:19:39 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.3.13. From the changelog:
-add BrokenUIDLPOP3SSLRetriever as SSL version of BrokenUIDLPOP3Retriever,
based on an idea by a user of the Debian package. Thanks: Daniel Burrows,
Fredrik Steen.
-remove deprecated "strict" argument from message/header parsing calls.
While it was possible to suppress the warning that resulted when using
Python 2.4, it appears many getmail users couldn't bother to do that
and complained to me instead.
|
2005-06-28 14:13:10 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.3.11. From the changelog:
-getmail could previously record an envelope return path header of \
"<<>>".
Fixed. Thanks: Fredrik Steen.
|
2005-05-20 00:22:15 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.3.10:
-bugfix for missing import. Thanks: Matthias Andree.
|
2005-05-19 01:20:43 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 4.3.9. From the changelog:
-for multidrop retrievers, change the way the envelope recipient header
field is parsed, to prevent odd values from being interpreted as multiple
addresses when they look like an 822-style address group. Thanks: "aal".
-try to avoid parsing message bodies, in case they're corrupt or invalid.
Thanks: Michael Gold.
|