d7c86b315d
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.
63 lines
2.1 KiB
Text
63 lines
2.1 KiB
Text
@comment $NetBSD: PLIST,v 1.7 2005/11/21 05:23:43 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}/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/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/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
|
|
@dirrm share/doc/getmail
|
|
@dirrm ${PYSITELIB}/getmailcore
|