Getmail

Latest version: v6.19.5

Safety actively analyzes 681844 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 37 of 38

4.0.0a8

18 June 2004

-fix 6 instances of getmailConfirurationError typo in retrievers.py
-finish basics of IMAP support -- i.e., it successfully retrieves mail.
delete might not work yet. IMAP-over-SSL /might/, but the server I was
testing against wasn't working with SSL (no connection).
-handle email.Utils.getaddresses returning None. Thanks: Frankye Fattarelli.
-fix default port for MultidropPOP3SSLRetriever.

4.0.0a7

17 June 2004

-debug and rewrite POP3-over-SSL functionality. Involved writing around
some ugly limitations and kludges in Python's socket.ssl and poplib.POP3
code. But POP3-over-SSL actually works now, and is fairly clean.
Let me know if it hangs; I might need to change the way blocking mode is
handled on the underlying socket.

4.0.0a6

16 June 2004

-add pseudofile class to implement readline() and sslwrapper to implement
sendall() on ssl objects.
ssl objects in Python don't behave like a file, or like a socket; they're just
... broken. It's a deficiency in the Python standard library.
This might make POP3-over-SSL work, or it might need more work yet. I've
got it talking some SSL, but it hangs at the moment. Might be blocking
in read().
-move Mboxrd file locking to _deliver_message(). Thanks: Frankye Fattarelli.
-make --trace more useful and add extra debug info to main script.
-eliminate noise from defaults in non-[options] section processing
-found Python's ConfigParser .getboolean() method failed when the passed-in
default was a non-string. Maybe I should have stayed with my own
replacement configuration parser, as it properly handled this case ...
submitted a patch to the Python bug tracker and added a workaround to
getmail for the moment.
-/really/ enable delete and read_all in [options] of rc file.

4.0.0a5

16 June 2004

-document tuple syntax. Thanks: Frankye Fattarelli.
-fix "filters" name collision in script. Thanks: Frankye Fattarelli.

4.0.0a4

15 June 2004

-fix default values in three classes' parameters which previously relied
on type conversion. Thanks: Andrew Raines.
-fix default port for POP3-over-SSL and "username" parameter in documentation.
Thanks: Frankye Fattarelli.
-enable delete and read_all in [options] of rc file. Change handling of
verbose.

4.0.0a3

15 June 2004

-fix typo in processing filters. Thanks: K. Shantanu.
-fix typo in processing non-default parameters. Thanks: Andrew Raines.
-document SSL retrievers
-move retrievers.py configuration functionality into ConfigurableBase class
-convert filters.py to use ConfigurableBase
-convert destinations.py to use ConfigurableBase

Page 37 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.