a8c448957e
- silence a nuisance deprecation warning about the sets module when running with Python >= 2.5 which was reintroduced in 4.29.0. Thanks: Stephan Schulz. - fix breakage introduced in 4.29.0 where BrokenUIDLPOP3Retriever would fail with a TypeError at logout time. Thanks: Scott Robbins, Stephan Schulz. - fix breakage introduced in 4.29.0 where deleted mail was not being expunged from the last (or only) folder retrieved from in an IMAP session. Thanks: Paul Howarth. - update old contact information for Free Software Foundation. Thanks: Ricky Zhou. - fix incorrect character encoding in plaintext documentation. Thanks: Ricky Zhou. - ensure getmail exits nonzero if a server refuses login due to a credential problem. Thanks: Stephan Schulz. - ensure getmail exits nonzero if various error conditions (like POP/IMAP authentication failure) occur. Thanks: Ryan J., Stephan Schulz. - python versions prior to 2.5.0 contain a bug when dealing with read-only IMAP mailboxes. Monkey-patch imaplib when running with Python<2.5.0. Thanks: Les Barstow. - do IMAP modified-utf7 conversion of mailbox names containing non-ASCII characters. Thanks: A. Lapraitis, Randall Mason. - add special ALL value for retrieving mail from all selectable IMAP mailboxes in the account. - change IMAP retrieval strategy to retrieve all messages from a mailbox, then move on to the next mailbox, etc. Should result in increased speed, but if you set `max_messages_per_session` too low, this could result in later mailboxes not being retrieved from. Updating this leaf package during the freeze for bugfixes.
68 lines
2.3 KiB
Text
68 lines
2.3 KiB
Text
@comment $NetBSD: PLIST,v 1.12 2012/06/21 20:52:56 schmonz Exp $
|
|
bin/getmail
|
|
bin/getmail_fetch
|
|
bin/getmail_maildir
|
|
bin/getmail_mbox
|
|
man/man1/getmail.1
|
|
man/man1/getmail_fetch.1
|
|
man/man1/getmail_maildir.1
|
|
man/man1/getmail_mbox.1
|
|
share/doc/getmail/BUGS
|
|
share/doc/getmail/CHANGELOG
|
|
share/doc/getmail/COPYING
|
|
share/doc/getmail/README
|
|
share/doc/getmail/THANKS
|
|
share/doc/getmail/TODO
|
|
share/doc/getmail/configuration.html
|
|
share/doc/getmail/configuration.txt
|
|
share/doc/getmail/documentation.html
|
|
share/doc/getmail/documentation.txt
|
|
share/doc/getmail/faq.html
|
|
share/doc/getmail/faq.txt
|
|
share/doc/getmail/getmaildocs.css
|
|
share/doc/getmail/getmailrc-examples
|
|
share/doc/getmail/troubleshooting.html
|
|
share/doc/getmail/troubleshooting.txt
|
|
${PYSITELIB}/${EGG_FILE}
|
|
${PYSITELIB}/getmailcore/__init__.py
|
|
${PYSITELIB}/getmailcore/__init__.pyc
|
|
${PYSITELIB}/getmailcore/__init__.pyo
|
|
${PYSITELIB}/getmailcore/_pop3ssl.py
|
|
${PYSITELIB}/getmailcore/_pop3ssl.pyc
|
|
${PYSITELIB}/getmailcore/_pop3ssl.pyo
|
|
${PYSITELIB}/getmailcore/_retrieverbases.py
|
|
${PYSITELIB}/getmailcore/_retrieverbases.pyc
|
|
${PYSITELIB}/getmailcore/_retrieverbases.pyo
|
|
${PYSITELIB}/getmailcore/baseclasses.py
|
|
${PYSITELIB}/getmailcore/baseclasses.pyc
|
|
${PYSITELIB}/getmailcore/baseclasses.pyo
|
|
${PYSITELIB}/getmailcore/compatibility.py
|
|
${PYSITELIB}/getmailcore/compatibility.pyc
|
|
${PYSITELIB}/getmailcore/compatibility.pyo
|
|
${PYSITELIB}/getmailcore/constants.py
|
|
${PYSITELIB}/getmailcore/constants.pyc
|
|
${PYSITELIB}/getmailcore/constants.pyo
|
|
${PYSITELIB}/getmailcore/destinations.py
|
|
${PYSITELIB}/getmailcore/destinations.pyc
|
|
${PYSITELIB}/getmailcore/destinations.pyo
|
|
${PYSITELIB}/getmailcore/exceptions.py
|
|
${PYSITELIB}/getmailcore/exceptions.pyc
|
|
${PYSITELIB}/getmailcore/exceptions.pyo
|
|
${PYSITELIB}/getmailcore/filters.py
|
|
${PYSITELIB}/getmailcore/filters.pyc
|
|
${PYSITELIB}/getmailcore/filters.pyo
|
|
${PYSITELIB}/getmailcore/imap_utf7.py
|
|
${PYSITELIB}/getmailcore/imap_utf7.pyc
|
|
${PYSITELIB}/getmailcore/imap_utf7.pyo
|
|
${PYSITELIB}/getmailcore/logging.py
|
|
${PYSITELIB}/getmailcore/logging.pyc
|
|
${PYSITELIB}/getmailcore/logging.pyo
|
|
${PYSITELIB}/getmailcore/message.py
|
|
${PYSITELIB}/getmailcore/message.pyc
|
|
${PYSITELIB}/getmailcore/message.pyo
|
|
${PYSITELIB}/getmailcore/retrievers.py
|
|
${PYSITELIB}/getmailcore/retrievers.pyc
|
|
${PYSITELIB}/getmailcore/retrievers.pyo
|
|
${PYSITELIB}/getmailcore/utilities.py
|
|
${PYSITELIB}/getmailcore/utilities.pyc
|
|
${PYSITELIB}/getmailcore/utilities.pyo
|