summaryrefslogtreecommitdiff
path: root/mail/getmail
AgeCommit message (Collapse)AuthorFilesLines
2010-01-07Update to 4.16.0. From the changelog:schmonz2-6/+6
-additional fix for IMAP server that offers a message it then fails to return, to allow getmail to continue with the next message. Thanks: Yaw Anokwa.
2009-12-02Update to 4.15.0. From the changelog:schmonz2-6/+6
- default port for MultidropIMAPSSLRetriever was incorrect. Thanks: David Lehn.
2009-11-24Update to 4.14.0. From the changelog:schmonz2-6/+6
- handle additional cases where IMAP (and for good measure, POP3) server is broken and offers a message that it then fails to return. Thanks: Eric Waguespack.
2009-10-14Update to 4.13.0. From the changelog:schmonz2-6/+6
-fix new log message not having trailing newline. Thanks: Morty Abzug.
2009-10-08Update to 4.12.0. From the changelog:schmonz2-6/+6
- handle MSExchange failure to deliver message gracefully. Thanks: Morty Abzug. - documentation updates regarding Python IMAP memory bug. Thanks: "spig". - fix bad tag in documentation.
2009-08-08Update to 4.11.0. From the changelog:schmonz2-6/+6
- fix --dump not generating any output for rcfiles containing "verbose = 0" option. Thanks: Morty Abzug. - fix copy-and-paste error in documentation of MultiSorter destination. Thanks: Roland Hill.
2009-08-07Update to 4.10.0. From the changelog:schmonz2-6/+6
- add "message_log_verbose" option, defaulting to false. If true, the message_log file (and syslog, if used) will contain a little more information than the default of just messages retrieved. Thanks: Matthias Andree, Gregory Morozov.
2009-07-16Update to 4.9.2. From the changelog:schmonz2-6/+6
-use tempfile module function instead of os.tmpfile() so getmail obeys TMPDIR and similar environment variables. Thanks: Stefan Baehring.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-06-01Update to 4.9.1 and define LICENSE. From the changelog:schmonz2-6/+7
- if oldmail file is corrupted on disk (by system crash, perhaps), handle it gracefully. Some lines may be lost (and messages therefore re-retrieved), but operation will continue, with the corrupt lines logged. Thanks: Domen Puncer.
2009-04-07Update to 4.9.0. From the changelog:schmonz3-8/+10
- add Kerberos authentication support to IMAP retriever classes. Thanks: Guido Günther, Uli M. - clarify documentation regarding MDA_external. Thanks: AJ Weber. - eliminate deprecation warning for sets module with Python 2.6 by using a compatibility wrapper module.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-09-27Update to 4.8.4. From the changelog:schmonz2-6/+6
-Add missing fsync() in updatefile close method to ensure data actually hits disk before the rename takes place, to make writing of the oldmail file more resilient to system crashes. Thanks: Domen Puncer.
2008-08-13Update to 4.8.3. From the changelog:schmonz2-6/+6
- Improve information sent to logfile about messages not retrieved. Thanks: Scott.
2008-08-02Update to 4.8.2. From the changelog:schmonz2-6/+6
- for IMAP retrievers, keep message state around for 30 days even if the corresponding message isn't seen. This allows users to have multiple rc files with different IMAP folders to retrieve from without losing their "seen" mail state for the folders they're not currently retrieving from. You no longer need to work around this with different getmail state directories. Thanks: ?.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-03-27Update to 4.8.1. From the changelog:schmonz2-6/+6
* fix use of Python 2.4 set builtin in 4.8.0 preventing getmail from running on Python 2.3.x.
2008-02-19Update to 4.8.0. From the changelog:schmonz2-6/+6
* better diagnostic when user invalidly supplies timeout configuration parameter for an IMAP-SSL retriever. Thanks: Dennis S. * code cleanups
2008-02-19Update to 4.7.8. From the changelog:schmonz3-9/+17
* explicitly close current IMAP mailbox when selecting a new one, so all servers expunge deleted mail. Thanks: Josh Triplett. * include experimental spec file for creating RPM with rpmbuild. Thanks: Dag Wieers, Rob Loos, Dries Verachtert. * convert changelog to utf-8 encoding. * update email addresses, etc. Domain for mailing lists has changed to lists.pyropus.ca. * add FAQ about memory errors on OS X. Thanks: Andres Gasson. * drop log message level for stderr output of destination if ignore_stderr is set, just like for filter. Thanks: Jeremy Chadwick.
2007-08-11Update to 4.7.6. From the changelog:schmonz2-6/+6
-fix exception when getmail is trying to report a POP3 server that completely missed generating a UIDL token for a message. Thanks: Hans Lammerts.
2007-06-07Update to 4.7.5. From the changelog:schmonz2-6/+6
-make updatefile honour symlinks, so users can alias one server's oldmail state file to another (for split-horizon DNS and other strange configurations). Thanks: Scott Hepler.
2007-04-24Update to 4.7.4. From the changelog:schmonz2-6/+6
-explicitly watch for broken POP3 servers that return a blank UIDL value (not permitted by the POP3 protocol) and print a fatal error message. Thanks: Florian Hackenberger and Cameron Rangeley.
2007-03-18Update to 4.7.3. From the changelog:schmonz2-6/+6
-fix wrong bytecount displayed in summary at end of run. Thanks: Andreas Jung.
2007-02-21Update to 4.7.2. From the changelog:schmonz2-6/+6
-add ignore_stderr option to filters, copying same from MDA_external destination. Thanks: Vittorio Beggi.
2007-02-02Update to 4.7.1. From the changelog:schmonz2-6/+6
-add max_bytes_per_session option. Thanks: Robert Spencer. -documentation additions.
2007-01-25Update to 4.7.0. From the changelog:schmonz2-6/+6
- make Mboxrd lock type configurable (lockf or flock). Change default to lockf. Thanks: Norman Carver.
2007-01-04Update to 4.6.7. From the changelog:schmonz2-6/+6
-better handling for some fatal violations of POP/IMAP protocols. -formatting cleanups.
2006-12-13Update to 4.6.6. From the changelog:schmonz2-6/+6
- add ignore_stderr option to MDA_external destination. Thanks: Daniel Burrows. - documentation cleanups.
2006-11-07Update to 4.6.5. From the changelog:schmonz2-6/+6
- disable debug logging message which would show up in messages if --trace was used and the message was passed through an external filter. Thanks: Christian Bruemmer. - add additional sanity checks to ensure a recent-enough Python is used; trying to run getmail 4 with Python 2.2 would throw an exception. Thanks: fakhri ?.
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-1/+3
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-02Update to 4.6.4. From the changelog:schmonz2-6/+6
- add FAQ about BrokenUIDLPOP3 retrievers. - add better diagnostics for missing/invalid/unwritable state/data directory. Thanks: Christian Authmann.
2006-07-01Update to 4.6.3. From the changelog:schmonz2-6/+6
- fix regression introduced in 4.6.0 where atime on mbox files would get updated (i.e. not set back), making it difficult for other programs to tell if there was new mail or not without actually opening the mbox. Thanks: Tim van der Molen. - fix regression: spurious errors thrown when required multidrop retriever parameter "envelope_recipient" not present in getmailrc file. Thanks: Elliot Schlegelmilch. - fix regression: getmail_fetch no longer properly supported external MDAs because of problems parsing the arguments to them. Thanks: ?. - change getmail's handling of regular expressions in the "locals" parameter of MultiSorter destination to allow it to handle backslashes correctly. Unfortunately this means complicating the configuration syntax slightly. Thanks: Tim van der Molen. - update filters to use new configuration code. Remove obsolete code.
2006-05-31Update to 4.6.1. From the changelog:schmonz3-18/+6
- fix attribute deletion error with Filter_classifier when strip_delivered_to is set. Thanks: ?. - do not consider qmail-local writing to stderr a delivery error. Thanks: ?. Remove nearly 2-year-old MESSAGE about upgrading from version 3.
2006-04-06Update to 4.6.0. From the changelog:schmonz2-6/+6
-clean up logger API. -refactor configuration mechanism to use classes with embedded logic, rather than simply dictionaries.
2006-02-20Update to 4.5.4. From the changelog:schmonz2-6/+6
-added Maildir "filemode" parameter. Thanks: Martin Haag.
2006-02-14Update to 4.5.3. From the changelog:schmonz2-6/+6
* keyfile and certfile parameters to SSL retrievers are now expanded for leading "~/" and "~username/" as well as environment variables, just like other path parameters. Thanks: Fredrik Steen.
2006-02-08Update to 4.5.2. From the changelog:schmonz2-7/+6
-fix IMAP bug where no mail was retrieved introduced in 4.5.0. Thanks: Scott Robbins.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-02-04Update to 4.5.1. From the changelog:schmonz2-6/+6
- add delete_dup_msgids option to non-multidrop POP3 retrievers. Thanks: Matthias Andree. - suppress stack trace in getmail_fetch error message when configuration error detected. Thanks: Dave Jarvis. - documentation updates. - build and development environment changes. The plaintext versions of the documentation are now generated with links instead of lynx. - explicitly log the reason for not retrieving a message (seen or oversized). Thanks: Payal Rathod.
2006-01-03Update to 4.4.4. From the changelog:schmonz2-6/+6
-improve parsing of flags in IMAP responses. Thanks: Gareth McCaughan.
2005-12-02Update to 4.4.3. From the changelog:schmonz2-6/+6
-fix harmless copy and paste error in IMAPRetrieverBase class. Thanks: Henry Miller.
2005-11-21Update to 4.4.2. From the changelog:schmonz3-7/+9
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.
2005-10-16Update to 4.3.13. From the changelog:schmonz2-6/+6
-add BrokenUIDLPOP3SSLRetriever as SSL version of BrokenUIDLPOP3Retriever, based on an idea by a user of the Debian package. Thanks: Daniel Burrows, Fredrik Steen. -remove deprecated "strict" argument from message/header parsing calls. While it was possible to suppress the warning that resulted when using Python 2.4, it appears many getmail users couldn't bother to do that and complained to me instead.
2005-06-28Update to 4.3.11. From the changelog:schmonz2-6/+6
-getmail could previously record an envelope return path header of "<<>>". Fixed. Thanks: Fredrik Steen.
2005-05-19Update to 4.3.10:schmonz2-6/+6
-bugfix for missing import. Thanks: Matthias Andree.
2005-05-18Update to 4.3.9. From the changelog:schmonz2-7/+6
-for multidrop retrievers, change the way the envelope recipient header field is parsed, to prevent odd values from being interpreted as multiple addresses when they look like an 822-style address group. Thanks: "aal". -try to avoid parsing message bodies, in case they're corrupt or invalid. Thanks: Michael Gold.
2005-05-07Update to 4.3.8. From the changelog:schmonz2-6/+6
-change (again) handling of deleted messages vs. connection that dies. Inability to send QUIT to POP3 server should be less problematic now. -improve housekeeping of old message state file. Thanks: Thomas Schwinge.
2005-05-01Update to 4.3.7. From the changelog:schmonz3-9/+9
-add error message for missing mboxrd file. Thanks: Marco Ferra. -change handling of connection that dies vs. deleted messages. Thanks: Thomas Schwinge.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-09Update to 4.3.6. From the changelog:schmonz2-6/+6
-broke BrokenUIDLPOP3Retriever when I added the forget_deleted parameter to the retrievers base class; now fixed. Thanks: Georg Neis.