Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: getmail | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 5.6 | Vendor: openSUSE |
Release: bp154.1.25 | Build date: Mon May 9 11:11:27 2022 |
Group: Productivity/Networking/Email/Utilities | Build host: hci-cnode2-m0 |
Size: 579212 | Source RPM: getmail-5.6-bp154.1.25.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://pyropus.ca/software/getmail/ | |
Summary: Simple, Secure and Reliable Email Retriever |
getmail is intended as a simple, secure, and reliable replacement for fetchmail. It retrieves email (either all messages, or only unread messages) from one or more POP3, SPDS, or IMAP4 servers (with or without SSL) for one or more email accounts, and reliably delivers into qmail-style Maildirs, mboxrd files, or through external MDAs (command deliveries) specified on a per-account basis. getmail also has excellent support for domain (multidrop) mailboxes, including delivering messages to different users or destinations based on the envelope recipient address.
GPL-2.0
* Wed Apr 04 2018 cunix@bitmessage.ch - Update to 5.6 * add Gmail-specific XOAUTH2 login support for IMAP. * fix references to version 4 in README. * Thu Dec 28 2017 cunix@bitmessage.ch - Update to 5.5 * added "record_mailbox" configuration parameter, to allow turning off the header getmail adds with this information. * Fri Oct 13 2017 cunix@bitmessage.ch - Version bump to 5.4 * bugfix: fix another error in logging an error condition. Thanks: "ng0". - Changes from 5.3 * bugfix: another case where an error condition resulted in getmail not displaying the correct message. Thanks: "ng0". - Changes from 5.2 * bugfix: disconnection during IMAP IDLE could result in an error message rather than silently exiting. Thanks: David Gray. * Tue Jul 18 2017 cunix@bitmessage.ch - Version bump to 5.1 * 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. - Changes from 5.0 * 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". * Sun Apr 30 2017 cunix@bitmessage.ch - added obs-service verify_file - Version bump to 4.54.0 * fix error running getmail_fetch introduced in 4.53.0. - Changes from 4.53.0 * fix plaintext version of docs not generated correctly. * fix `getmail --fingerprint` not logging server TLS fingerprint correctly with SimplePOP3SSLRetriever. - Changes from 4.52.0 * add `ignore_header_shrinkage` parameter to Filter_external for users who know it is normal for their particular filter to result in a smaller message header than the source message, for example when the filter encapsulates the original message in a simpler wrapper message. * EXPERIMENTAL: when deleting a message from an IMAP mailbox, set the \Seen flag in addition to the the \Deleted flag. This apparently prevents the ever-innovatively-broken MSExchange from sending a spurious incorrect disposition-notification message to the sender of the message. I do not know if this will cause problems with other broken IMAP server implementations; please send a report to the getmail-user's mailing list if you see odd behaviour with this change. * enable socket timeouts for IMAP SSL classes by default. They were disabled in the code because they were incompatible with SSL in older versions of Python. If you see problems with Python 2.6 or 2.7 now, please let me know. - Changes from 4.51.0 * fix exception when using MDA_External and an IMAP mailbox whose name contains non-ASCII chars. - Changes from 4.50.0 * maybe fix handling of OSX keychain passwords containing double-quote chars. * fix getmail erroring out on IMAP folders containing i18n chars. - Changes from 4.49.0 * make IMAP class only issue EXPUNGE command on mailbox close if we have actually deleted any messages from the open mailbox. Makes use of read-only IMAP folders possible. - Changes from 4.48.0 * work around brain-damaged change in Python's poplib which causes message retrieval errors if any line of a message has more than 2048 characters in it. * restore link to moved Marc mailing list archive. - Changes from 4.47.0 * try to work around pathological breakage in one random POP server implementation. * remove dead marc.theaimsgroup.com list archive from docs. * bugfix: if you combined IMAP IDLE mode with delete_after, getmail would, after remaining connected to the server for the number of days configured, begin deleting messages immediately after retrieval instead of after the configured delay. Now fixed. * Wed Oct 08 2014 andreas.stieger@gmx.de - getmail 4.46.0 [bnc#900217] This release fixes several similar vulnerabilities that could allow a man-in-the-middle attacker to read encrypted traffic due to pack of certificate verification against the hostname. * fix --idle checking Python version incorrectly, resulting in incorrect warning about running with Python < 2.5 * add missing support for SSL certificate checking in POP3 which broke POP retrieval in v4.45.0 [CVE-2014-7275] - includes changes from 4.45.0: * perform hostname-vs-certificate matching of SSL certificate if validating the certifcate [CVE-2014-7274] * fix missing plaintext versions of documentation - includes changes from 4.44.0: * add extended SSL options for IMAP retrievers, allowing certificate verification and other features [CVE-2014-7273] * fix missing plaintext versions of documentation * fix "Header instance has no attribute 'strip'" error which cropped up in some configurations * Mon Sep 23 2013 lars@linux-schulserver.de - update to 4.43.0: + add IMAP IDLE support - refreshed getmail-fix_paths.patch * Fri Aug 09 2013 tchvatal@suse.com - Remove %clean phase as it is not required. * Fri Aug 09 2013 tchvatal@suse.com - Version bump to 4.42.0: * fix problem with non-ascii characters in newly-added message header fields with output from Filter_classifier. Thanks: "Gour" - Changes from 4.41.0: * messages retrieved with POP could have a blank trailing line removed when delivered; fixed. Thanks: Christoph Mitterer, Krzysztof Warzecha. * fix an ImportError when IMAP retriever used with getmail under Python 2.4. - Changes from 4.40.3: * increase system recursion limit when run with Python 2.3, to prevent recursion errors in parsing some pathologically complex MIME emails. Thanks: Kenneth Pronovici. - Changes from 4.40.2: * fix a backwards incompatibility with Python 2.3 and 2.4 introduced in getmail 4.38.0. Thanks: Massimo Zambelli, Krzysztof Warzecha. - Changes from 4.40.1: * again change protocol codes passed to OSX, as they're not only reserved codes, but also case-sensitive. Use the ones an OSX user reports work properly. Thanks: Tim Gray. - Changes from 4.40.0: * convert SIGTERM to SIGINT so getmail can cleanup and exit normally if killed with a default signal. Thanks: Carl Lei. * fix change which resulted in passing full protocol name to OSX keyring program, which can't handle it (restricted to 4-character code). Thanks: Tim Gray. * Fri Aug 09 2013 tchvatal@suse.com - Fix the _service usage so we can submit to factory.
/usr/bin/getmail /usr/bin/getmail-gmail-xoauth-tokens /usr/bin/getmail_fetch /usr/bin/getmail_maildir /usr/bin/getmail_mbox /usr/lib/python2.7/site-packages/getmail-5.6-py2.7.egg-info /usr/lib/python2.7/site-packages/getmailcore /usr/lib/python2.7/site-packages/getmailcore/__init__.py /usr/lib/python2.7/site-packages/getmailcore/__init__.pyc /usr/lib/python2.7/site-packages/getmailcore/_pop3ssl.py /usr/lib/python2.7/site-packages/getmailcore/_pop3ssl.pyc /usr/lib/python2.7/site-packages/getmailcore/_retrieverbases.py /usr/lib/python2.7/site-packages/getmailcore/_retrieverbases.pyc /usr/lib/python2.7/site-packages/getmailcore/baseclasses.py /usr/lib/python2.7/site-packages/getmailcore/baseclasses.pyc /usr/lib/python2.7/site-packages/getmailcore/compatibility.py /usr/lib/python2.7/site-packages/getmailcore/compatibility.pyc /usr/lib/python2.7/site-packages/getmailcore/constants.py /usr/lib/python2.7/site-packages/getmailcore/constants.pyc /usr/lib/python2.7/site-packages/getmailcore/destinations.py /usr/lib/python2.7/site-packages/getmailcore/destinations.pyc /usr/lib/python2.7/site-packages/getmailcore/exceptions.py /usr/lib/python2.7/site-packages/getmailcore/exceptions.pyc /usr/lib/python2.7/site-packages/getmailcore/filters.py /usr/lib/python2.7/site-packages/getmailcore/filters.pyc /usr/lib/python2.7/site-packages/getmailcore/imap_utf7.py /usr/lib/python2.7/site-packages/getmailcore/imap_utf7.pyc /usr/lib/python2.7/site-packages/getmailcore/logging.py /usr/lib/python2.7/site-packages/getmailcore/logging.pyc /usr/lib/python2.7/site-packages/getmailcore/message.py /usr/lib/python2.7/site-packages/getmailcore/message.pyc /usr/lib/python2.7/site-packages/getmailcore/retrievers.py /usr/lib/python2.7/site-packages/getmailcore/retrievers.pyc /usr/lib/python2.7/site-packages/getmailcore/utilities.py /usr/lib/python2.7/site-packages/getmailcore/utilities.pyc /usr/share/doc/packages/getmail /usr/share/doc/packages/getmail/BUGS /usr/share/doc/packages/getmail/CHANGELOG /usr/share/doc/packages/getmail/COPYING /usr/share/doc/packages/getmail/README /usr/share/doc/packages/getmail/THANKS /usr/share/doc/packages/getmail/TODO /usr/share/doc/packages/getmail/getmailrc-examples /usr/share/man/man1/getmail.1.gz /usr/share/man/man1/getmail_fetch.1.gz /usr/share/man/man1/getmail_maildir.1.gz /usr/share/man/man1/getmail_mbox.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 15:53:55 2024