pkgsrc/mail/getmail/PLIST
xtraeme 250376a1c2 Upgrade to 3.2.1. Patch sent by Soren Jacobsen in PR pkg/23299.
Changes since 3.1.7:

* Add command_add_fromline directive to control prepending mbox-style From_
  lines to command deliveries.  Defaults to 1, the previous behaviour.  Set
  to 0 to disable.
* Add workaround for differences in Python poplib; an incompatible change
  was introduced (apparently in 1.6) to Python's library, where session.retr()
  previous returned raw lines, but now it returns the un-stuffed lines.
  getmail now has to conditionally un-stuff lines depending on the version
  of the Python interpreter in use.
* Change the "over max message size of %(max_message_size)i, skipping ..."
  message from informational to warning so it can be seen when using
  -q/--quiet/verbose=0.  Thanks to Volker Kuhlmann for the report.
  -Change error message resulting from failed APOP attempt
2003-10-29 11:55:27 +00:00

26 lines
822 B
Text

@comment $NetBSD: PLIST,v 1.3 2003/10/29 11:55:27 xtraeme Exp $
bin/getmail
libexec/getmail/ConfParser.py
libexec/getmail/getmail.py
libexec/getmail/getmail_classes.py
libexec/getmail/getmail_constants.py
libexec/getmail/getmail_defaults.py
libexec/getmail/getmail_maildir
libexec/getmail/getmail_mbox
libexec/getmail/getmail_mbox.py
libexec/getmail/getmail_utilities.py
libexec/getmail/timeoutsocket.py
man/man1/getmail.1
share/doc/getmail/BUGS
share/doc/getmail/CHANGELOG
share/doc/getmail/COPYING
share/doc/getmail/THANKS
share/doc/getmail/TODO
share/doc/getmail/docs.txt
share/doc/getmail/faq.txt
share/doc/getmail/getmail.txt
share/doc/getmail/getmailrc-example
share/doc/html/getmail/docs.html
share/doc/html/getmail/faq.html
share/examples/getmailrc
@unexec ${RM} -f %D/libexec/getmail/*.pyc 2>/dev/null || ${TRUE}