Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -1/+8 |
| | | | | and always load the default X.509 trust stores, unless the latter is set. | ||||
* | set global flags in a consistent manner | Sunil Shetye | 2010-03-05 | 1 | -4/+4 |
| | |||||
* | 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. | ||||
* | Feature: bad-header {reject|pass} | Matthias Andree | 2010-02-24 | 1 | -1/+16 |
| | |||||
* | Treat permanent delivery errors as temporary (configurable). | Matthias Andree | 2009-05-24 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Merge Daniel Richard G.'s --sslcommonname option. | Matthias Andree | 2008-03-07 | 1 | -0/+7 |
| | | | | | | | | Exception from no-features policy on 6.3.X is made to keep people away from doing more dangerous things in order to get rid of CommonName mismatch warnings. svn path=/branches/BRANCH_6-3/; revision=5165 | ||||
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -1/+3 |
| | | | | | | | Courtesy of Götz 'nimrill' Babin-Ebell. This patch also makes --sslproto arguments case insensitive. svn path=/branches/BRANCH_6-3/; revision=4896 | ||||
* | Add pidfile option, requested by Héctor García. | Matthias Andree | 2006-04-02 | 1 | -1/+7 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4770 | ||||
* | Further cleanups to compile with C++ compiler. | Matthias Andree | 2006-03-15 | 1 | -6/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4744 | ||||
* | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4736 | ||||
* | Consistency: Make --fetchall an alias for --all. | Matthias Andree | 2006-03-03 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4710 | ||||
* | Allow --idle on the command line. | Matthias Andree | 2006-03-01 | 1 | -0/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4704 | ||||
* | Fix typo: --sslcertck checks the /server/ certificate (not the client's). | Matthias Andree | 2006-01-15 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4639 | ||||
* | Added missing --help text for "--sslcertck" option. | Matthias Andree | 2006-01-14 | 1 | -0/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4635 | ||||
* | Fix indent. | Matthias Andree | 2006-01-14 | 1 | -25/+25 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4634 | ||||
* | Some verbose output disappeared in debug mode. Adding further -v options | Matthias Andree | 2006-01-04 | 1 | -1/+1 |
| | | | | | | | | would alternate between verbose and debug mode. debug mode now comprises all verbose output, and adding more -v options does not switch back from debug to verbose mode. svn path=/branches/BRANCH_6-3/; revision=4597 | ||||
* | In usage message, move -P short option from long --port to long --service. | Matthias Andree | 2005-10-30 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4384 | ||||
* | - make fetchmail --silent --quit really silent, Debian Bug #229014 by | Matthias Andree | 2005-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | Dr. Andreas Krüger. - cleanup --quit handling again (so that --silent --quit just kills the existing daemon, rather than continue running), and document it more clearly. - Print an error message if multiple "defaults" records are found in the configuration file. svn path=/trunk/; revision=4372 | ||||
* | Revert accidental translatable string spacing changes made in r4321. | Matthias Andree | 2005-09-25 | 1 | -32/+32 |
| | | | | svn path=/trunk/; revision=4331 | ||||
* | Clean up, mapping long to short options directly where possible, and switch ↵ | Matthias Andree | 2005-09-25 | 1 | -210/+133 |
| | | | | | | LA_* from #define to enum. svn path=/trunk/; revision=4321 | ||||
* | Add full support for --service option. | Matthias Andree | 2005-09-21 | 1 | -3/+5 |
| | | | | svn path=/trunk/; revision=4307 | ||||
* | Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn". | Matthias Andree | 2005-09-20 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4297 | ||||
* | Merge Sunil Shetye's --limitflush patch. | Matthias Andree | 2005-09-17 | 1 | -0/+9 |
| | | | | svn path=/trunk/; revision=4289 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -8/+0 |
| | | | | svn path=/trunk/; revision=4219 | ||||
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=4201 | ||||
* | Plug memory leaks. | Matthias Andree | 2005-07-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4197 | ||||
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵ | Matthias Andree | 2005-07-30 | 1 | -18/+0 |
| | | | | | | library is no longer available. svn path=/trunk/; revision=4192 | ||||
* | Make tracepolls a server option, as documented. Fixes Debian bug #156094. | Matthias Andree | 2005-07-18 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=4121 | ||||
* | Add help for --sslcertpath and --sslfingerprint. | Matthias Andree | 2004-11-10 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3990 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -7/+7 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Sunil's transaction patches. | Eric S. Raymond | 2003-10-15 | 1 | -0/+14 |
| | | | | svn path=/trunk/; revision=3858 | ||||
* | Enable showdots to be set fro the command line. | Eric S. Raymond | 2003-10-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3843 | ||||
* | OTP fix patches from Stanislav Brabec. | Eric S. Raymond | 2002-10-18 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=3735 | ||||
* | Sunil Shetye's latest fix patch. | Eric S. Raymond | 2002-09-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3707 | ||||
* | Sunil Shetye's re-exec patch. | Eric S. Raymond | 2002-09-04 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=3696 | ||||
* | getopt_long is back for Solaris and HP-UX. | Eric S. Raymond | 2001-09-30 | 1 | -4/+0 |
| | | | | svn path=/trunk/; revision=3508 | ||||
* | Fix the bad GETOPT_LONG patch. | Eric S. Raymond | 2001-09-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3495 | ||||
* | Ready to ship. | Eric S. Raymond | 2001-09-26 | 1 | -2/+6 |
| | | | | svn path=/trunk/; revision=3491 | ||||
* | _( -> GT_( | Eric S. Raymond | 2001-09-24 | 1 | -66/+66 |
| | | | | svn path=/trunk/; revision=3478 | ||||
* | Restore -D. | Eric S. Raymond | 2001-09-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3460 | ||||
* | Implemented fetchdomains. | Eric S. Raymond | 2001-06-24 | 1 | -28/+39 |
| | | | | svn path=/trunk/; revision=3373 | ||||
* | Miscellaneous bug fixes. | Eric S. Raymond | 2001-06-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3361 | ||||
* | Tracepolls switch implemented. | Eric S. Raymond | 2001-06-05 | 1 | -0/+9 |
| | | | | svn path=/trunk/; revision=3337 | ||||
* | SSL certification handling. | Eric S. Raymond | 2001-05-14 | 1 | -2/+20 |
| | | | | svn path=/trunk/; revision=3314 | ||||
* | Nalin Dahyabai's changes. | Eric S. Raymond | 2001-04-10 | 1 | -0/+12 |
| | | | | svn path=/trunk/; revision=3290 | ||||
* | Ready to ship. | Eric S. Raymond | 2001-03-18 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3265 | ||||
* | Added sslproto. | Eric S. Raymond | 2001-03-03 | 1 | -2/+9 |
| | | | | svn path=/trunk/; revision=3183 | ||||
* | preauth -> auth. | Eric S. Raymond | 2001-02-19 | 1 | -13/+13 |
| | | | | svn path=/trunk/; revision=3121 | ||||
* | Let's get rid of the old protocols with preauthentication bundled in. | Eric S. Raymond | 2001-02-11 | 1 | -12/+0 |
| | | | | svn path=/trunk/; revision=3071 |