Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Treat permanent delivery errors as temporary (configurable). | Matthias Andree | 2009-05-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | 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/+1 |
| | | | | | | | | 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 | ||||
* | If SOCKS support was compiled in, add 'socks' to the feature_options | Matthias Andree | 2007-03-24 | 1 | -0/+3 |
| | | | | | | list emitted in --configdump. Reported by Rob MacGregor. svn path=/branches/BRANCH_6-3/; revision=5065 | ||||
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -3/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4734 | ||||
* | Fix a few compiler warnings through casts. | Matthias Andree | 2006-01-11 | 1 | -3/+3 |
| | | | | | | Make MD5Update argument const. svn path=/branches/BRANCH_6-3/; revision=4621 | ||||
* | 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/+1 |
| | | | | svn path=/trunk/; revision=4289 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -7/+4 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -9/+1 |
| | | | | svn path=/trunk/; revision=4219 | ||||
* | Define temporary variable with #ifdefs rather than using these inside a ↵ | Matthias Andree | 2005-08-01 | 1 | -2/+4 |
| | | | | | | macro expansion. Based on a patch by Miloslav Trmac. svn path=/trunk/; revision=4211 | ||||
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵ | Matthias Andree | 2005-07-30 | 1 | -6/+0 |
| | | | | | | library is no longer available. svn path=/trunk/; revision=4192 | ||||
* | Clean up: rely on C compiler string concatenation rather than calling printf ↵ | Matthias Andree | 2005-07-30 | 1 | -15/+15 |
| | | | | | | for each of the options. svn path=/trunk/; revision=4191 | ||||
* | strncpy -> strlcpy. | Matthias Andree | 2005-07-20 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=4148 | ||||
* | Make tracepolls a server option, as documented. Fixes Debian bug #156094. | Matthias Andree | 2005-07-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4121 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Sunil's transaction patches. | Eric S. Raymond | 2003-10-15 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3858 | ||||
* | Simpler antispam dumping. | Eric S. Raymond | 2002-10-31 | 1 | -10/+5 |
| | | | | svn path=/trunk/; revision=3764 | ||||
* | Minor bug fixes. | Eric S. Raymond | 2002-10-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3736 | ||||
* | OTP fix patches from Stanislav Brabec. | Eric S. Raymond | 2002-10-18 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3735 | ||||
* | Debian 5.9.10 fixes. | Eric S. Raymond | 2002-04-01 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=3603 | ||||
* | Close debian bug that clobbered .fetchmailorc. | Eric S. Raymond | 2001-07-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3407 | ||||
* | Implemented fetchdomains. | Eric S. Raymond | 2001-06-24 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3373 | ||||
* | Make fetchmailconf work again. | Eric S. Raymond | 2001-06-17 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3349 | ||||
* | Tracepolls switch implemented. | Eric S. Raymond | 2001-06-05 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3337 | ||||
* | SSL certification handling. | Eric S. Raymond | 2001-05-14 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=3314 | ||||
* | Added sslproto. | Eric S. Raymond | 2001-03-03 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3183 | ||||
* | Don't require Tkinter to read configs. | Eric S. Raymond | 2001-03-01 | 1 | -1/+6 |
| | | | | svn path=/trunk/; revision=3164 | ||||
* | We can specify NTLM as an authentication type. | Eric S. Raymond | 2001-02-27 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3160 | ||||
* | More authentication types. | Eric S. Raymond | 2001-02-20 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=3130 | ||||
* | preauth -> auth. | Eric S. Raymond | 2001-02-19 | 1 | -13/+13 |
| | | | | svn path=/trunk/; revision=3121 | ||||
* | Looks like we've got the new authentication logic done. | Eric S. Raymond | 2001-02-12 | 1 | -7/+11 |
| | | | | svn path=/trunk/; revision=3072 | ||||
* | First cut at ODMR support. | Eric S. Raymond | 2001-02-07 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=3028 | ||||
* | Spambounce patch. | Eric S. Raymond | 2000-12-12 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2998 | ||||
* | 5-6-0bis fix for smtpname. | Eric S. Raymond | 2000-11-27 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2989 | ||||
* | Ready to ship. | Eric S. Raymond | 2000-11-11 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2983 | ||||
* | Added --showdots option by Thomas Jarosch <tomj@gmx.de> | Eric S. Raymond | 2000-11-04 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2981 | ||||
* | Added dropdelivered. | Eric S. Raymond | 2000-07-23 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2931 | ||||
* | Cyrille Lefevre <clefevre@citeweb.net>'s patch for IPV6. | Eric S. Raymond | 2000-07-23 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2928 | ||||
* | Implemented support for RFC2177 IDLE command. | Eric S. Raymond | 2000-03-06 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2790 | ||||
* | Fix for IPv6. | Eric S. Raymond | 2000-03-03 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=2780 | ||||
* | Various minor bug fixes. | Eric S. Raymond | 2000-02-18 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=2757 | ||||
* | LinuxWorld hacks. | Eric S. Raymond | 2000-02-05 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2729 | ||||
* | Ready to send this to Mike. | Eric S. Raymond | 1999-11-06 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=2649 | ||||
* | This preliminary SSL patch goes to Mike. | Eric S. Raymond | 1999-10-27 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=2643 | ||||
* | auth->preauth, second step. | Eric S. Raymond | 1999-09-16 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2565 | ||||
* | Enable expunge to controil POP2 and POP3 checkpointing. | Eric S. Raymond | 1999-04-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2439 | ||||
* | Added bouncemail option. | Eric S. Raymond | 1999-02-07 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2382 | ||||
* | FreeBSD support. | Eric S. Raymond | 1999-02-07 | 1 | -3/+5 |
| | | | | svn path=/trunk/; revision=2376 | ||||
* | Now we can have top-level properties. | Eric S. Raymond | 1999-01-31 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=2368 | ||||
* | Cosmetic fix. | Eric S. Raymond | 1999-01-10 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2350 |