2018-11-09 18:02:10 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.8. From the changelog:
- fix problem handling IMAP errors introduced in 5.7. Thanks:
Andreas Reuleaux.
|
2018-10-30 23:39:35 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.7. From the changelog:
- when users specify an SSL version that no longer exists in the Python
ssl module, do not result in an unhandled exception. Thanks: "nandre".
- catch IMAP UNAVAILABLE temporary error during login. Thanks:
Dario Corti.
|
2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
|
2018-04-03 05:23:28 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 5.6. From the changelog:
- fix references to version 4 in README. Thanks: Daniel Kahn Gillmor.
- add Gmail-specific XOAUTH2 login support for IMAP. Thanks: Stefan Krah.
|
2018-01-08 19:20:40 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.5. From the changelog:
- feature request: added record_mailbox configuration parameter, to
allow turning off the header getmail adds with this information.
Thanks: Daniel Kahn Gillmor, Osamu Aoki, Josh Triplett.
|
2017-10-06 18:20:31 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.4. From the changelog:
- bugfix: fix another error in logging an error condition. Thanks: "ng0".
|
2017-10-05 19:06:49 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.3. From the changelog:
- bugfix: another case where an error condition resulted in getmail not
displaying the correct message. Thanks: "ng0".
|
2017-10-04 20:37:22 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.2. From the changelog:
- bugfix: disconnection during IMAP IDLE could result in an error message
rather than silently exiting. Thanks: David Gray.
|
2017-07-16 05:50:46 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.1. From the changelog:
- bugfix: if password_command parameter was used with a non-existent program,
getmail would error out during the handling of that condition and not report
the problem correctly.
|
2017-07-16 02:16:43 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Update to 5.0. From the changelog:
- new release numbering scheme; previous version numbers were just getting
too high.
- catch and ignore/exit cleanly after reset connection in IMAP IDLE mode.
Thanks: Stephan Schulz.
- allow specifying an expected SSL certificate hostname, for when the
server's certificate does not match the domain name used to connect to
it. Thanks: "Andre".
- fix error message not actually giving the header field name incorrectly
specified as containing the envelope recipient address. Thanks: Hardy
Braunsdorf.
- add new password_command configuration parameter for retrievers, allowing
getmail to retrieve the account password from any arbitrary external
command. Suggestion: "ng0".
|