Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 6.3.20. | Matthias Andree | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | Drop FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN dud again. | Matthias Andree | 2011-05-26 | 1 | -10/+1 |
| | |||||
* | Bump version. | Matthias Andree | 2011-05-23 | 1 | -1/+1 |
| | |||||
* | Reinstate SSLv2 support on legacy_63 branch. | Matthias Andree | 2011-05-17 | 1 | -3/+2 |
| | | | | | Revert "Remove support for SSLv2 (fixes Debian Bug #622054)." This reverts commit c22a3afca46c83ee6d53a6ee58deb122f309c460. | ||||
* | Reword FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN, ... | Matthias Andree | 2011-05-17 | 1 | -4/+5 |
| | | | | | mentioning that some MS Exchange versions send a "deleted without being read" notification in this situation. | ||||
* | Add FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN env' var. | Matthias Andree | 2011-05-03 | 1 | -0/+8 |
| | | | | | Requested by Jonathan Buschmann, to suppress read-notifications on servers such as MS Exchange or HP OpenMail. | ||||
* | Fix grammar. | Matthias Andree | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | Remove support for SSLv2 (fixes Debian Bug #622054). | Matthias Andree | 2011-04-11 | 1 | -2/+3 |
| | | | | | | | | | | | | | SSLv2 has been deprecated since 1996, and is insecure. Remove --sslproto SSL2 support. Set SSL_OP_NO_SSLvSSL_CTX 2 option so that the SSLv23 multi-version client no longer negotiates SSLv2. Note that some distributions (such as Debian) build OpenSSL 1.0.0 without SSLv2 support, so on those, the build would fail. Fixes Debian Bug #622054 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622054 | ||||
* | Bump manpage version. | Matthias Andree | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | Import Debian's 02_man_page.patch to fix typos and escape dashes. | Hector Garcia | 2010-12-03 | 1 | -4/+4 |
| | |||||
* | Document Sunil's forced-STARTTLS change. | Matthias Andree | 2010-11-19 | 1 | -7/+9 |
| | |||||
* | The manual page now links to IANA for GSSAPI service names. | Matthias Andree | 2010-10-22 | 1 | -2/+5 |
| | |||||
* | Bump versions in preparation of release. | Matthias Andree | 2010-10-09 | 1 | -1/+1 |
| | |||||
* | POP3: autoprobe NTLM. | Matthias Andree | 2010-10-09 | 1 | -2/+2 |
| | |||||
* | Fix typo: cleartest -> cleartext. | Matthias Andree | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Fix excess boldface. | Matthias Andree | 2010-10-05 | 1 | -1/+2 |
| | |||||
* | Mention --principal for KRB4 only, and deprecate. | Matthias Andree | 2010-09-27 | 1 | -2/+3 |
| | |||||
* | Bump version to 6.3.17. | Matthias Andree | 2010-05-06 | 1 | -1/+1 |
| | |||||
* | --sslcert{file|path} overrides default store, add environment var... | Matthias Andree | 2010-04-23 | 1 | -36/+35 |
| | | | | | | | | | | If at least one of --sslcertfile and --sslcertpath is given, fetchmail skips loading the default OpenSSL X.509 trusted CA cert locations. If the environment variable FETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS is set to a non-empty value, fetchmail will additionally load the default locations. The old FETCHMAIL_NO_DEFAULT_X509_PATHS variable was dropped. | ||||
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -9/+44 |
| | | | | and always load the default X.509 trust stores, unless the latter is set. | ||||
* | Improve SSL error messages for common issues | Matthias Andree | 2010-04-18 | 1 | -4/+4 |
| | |||||
* | Mention c_rehash requirement after OpenSSL upgrades. | Matthias Andree | 2010-04-13 | 1 | -1/+2 |
| | |||||
* | Fix typo in the man page: spambounce -> softbounce | Michael Banack | 2010-04-09 | 1 | -1/+1 |
| | | | | Fixes BerliOS Bug #17067. | ||||
* | Bump version. | Matthias Andree | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Extend documentation on recent OpenSSL fix. | Matthias Andree | 2010-04-06 | 1 | -0/+9 |
| | |||||
* | Update for 6.3.15 release. | Matthias Andree | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Bump version. | Matthias Andree | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | Bump version to -beta2. | Matthias Andree | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Mark --bsmtp - unsuitable for delivery and subject to removal. | Matthias Andree | 2010-02-26 | 1 | -6/+12 |
| | |||||
* | Document --bsmtp precedence over --mda. | Matthias Andree | 2010-02-26 | 1 | -1/+2 |
| | |||||
* | Rename bad-header pass to bad-header accept, ... | Matthias Andree | 2010-02-24 | 1 | -3/+3 |
| | | | | to resolve an ambiguity found by Frédéric Marchal. | ||||
* | Bump version to 6.3.15-beta1. | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Feature: bad-header {reject|pass} | Matthias Andree | 2010-02-24 | 1 | -0/+12 |
| | |||||
* | Add section on troubleshooting, ... | Matthias Andree | 2010-02-22 | 1 | -0/+33 |
| | | | | ...just in case somebody actually reads the manual in seach for help. | ||||
* | Revise --mda documentation for user id switching. | Matthias Andree | 2010-02-10 | 1 | -13/+26 |
| | | | | | This should clarify an issue that Uli Zappe reported to the fetchmail-users@ mailing list in February 2010. | ||||
* | Bump version for upcoming release. | Matthias Andree | 2010-02-04 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5478 | ||||
* | Release 6.3.13. | Matthias Andree | 2009-10-30 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5449 | ||||
* | Bump version. | Matthias Andree | 2009-10-05 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5437 | ||||
* | document sslcommonname got added in 6.3.9. | Matthias Andree | 2009-09-22 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5431 | ||||
* | Bump version. | Matthias Andree | 2009-08-06 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5402 | ||||
* | Add documentation on how to make EXIT CODE 1 not an error. | Matthias Andree | 2009-06-20 | 1 | -4/+12 |
| | | | | | | Fixes Debian Bug#530749, filed by Reuben Thomas. svn path=/branches/BRANCH_6-3/; revision=5361 | ||||
* | Document --timeout lower cap. | Matthias Andree | 2009-05-29 | 1 | -13/+22 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5351 | ||||
* | Let logfile take precedence over syslog if and only if logfile is effective. | Matthias Andree | 2009-05-29 | 1 | -9/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5349 | ||||
* | Add README documents and FAQ in see also. | Matthias Andree | 2009-05-24 | 1 | -0/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5319 | ||||
* | Treat permanent delivery errors as temporary (configurable). | Matthias Andree | 2009-05-24 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | Fetchmail no longer drops permanently undelivered messages by default, to match historic documentation. It does this by adding a new "softbounce" option, see below. Fixes Debian Bug#471283, demotes Debian Bug#494418 to wishlist. There is a new "softbounce" global option that prevents the deletion of messages that have not been forwarded. It defaults to "true" for fetchmail 6.3.X in order to match historic documentation. This may change its default in the next major release. NOTE: untested. svn path=/branches/BRANCH_6-3/; revision=5315 | ||||
* | Consistently format Keyword: with line break. | Matthias Andree | 2009-05-24 | 1 | -18/+68 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5313 | ||||
* | Fix one \- escape in manpage (multidrop). | Matthias Andree | 2009-05-17 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5300 | ||||
* | Add README.SSL-SERVER, revise manual page. | Matthias Andree | 2009-05-09 | 1 | -620/+596 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5297 | ||||
* | Revert incompatible pre/post-connect cmd fix part. | Matthias Andree | 2009-05-04 | 1 | -6/+2 |
| | | | | | | ...and postpone for fetchmail 6.4. svn path=/branches/BRANCH_6-3/; revision=5296 | ||||
* | Major progress ticker bugfix/overhaul. | Matthias Andree | 2009-05-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Progress tickers had been used inconsistently for a long time, and documentation was outdated, too. Factor out common code to ease maintenance, use the report_flush() function, and add and use a macro (want_progress()) to determine if progress ticker output is desired. This makes for a much more consistent look on screen and in logfiles and should be much easier to fix later on. TODO: test syslog output. svn path=/branches/BRANCH_6-3/; revision=5290 |