aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix.Eric S. Raymond2001-06-121-1/+1
| | | | svn path=/trunk/; revision=3345
* This went out in 5-8-6.Eric S. Raymond2001-06-121-1/+1
| | | | svn path=/trunk/; revision=3343
* Tracepolls switch implemented.Eric S. Raymond2001-06-051-0/+6
| | | | svn path=/trunk/; revision=3337
* Before trying to fix the no-reset bug.Eric S. Raymond2001-05-291-1/+1
| | | | svn path=/trunk/; revision=3329
* SSL certification handling.Eric S. Raymond2001-05-141-1/+12
| | | | svn path=/trunk/; revision=3314
* via localhost is gone.Eric S. Raymond2001-05-121-19/+1
| | | | svn path=/trunk/; revision=3302
* Now let's try to resolve the authentication problem.Eric S. Raymond2001-04-261-2/+4
| | | | svn path=/trunk/; revision=3297
* Cut down on the number of DNS queries at startup.Eric S. Raymond2001-03-141-19/+25
| | | | svn path=/trunk/; revision=3255
* After refactoring.Eric S. Raymond2001-03-101-91/+17
| | | | svn path=/trunk/; revision=3227
* GSSAPI merge.Eric S. Raymond2001-03-071-3/+0
| | | | svn path=/trunk/; revision=3221
* Kluge to enable --configdump even when DNS is not available.Eric S. Raymond2001-03-051-0/+6
| | | | svn path=/trunk/; revision=3207
* Comment fix.Eric S. Raymond2001-03-051-12/+14
| | | | svn path=/trunk/; revision=3206
* Added sslproto.Eric S. Raymond2001-03-031-0/+1
| | | | svn path=/trunk/; revision=3183
* Message fix.Eric S. Raymond2001-03-011-1/+1
| | | | svn path=/trunk/; revision=3168
* Dump authentication types correctly.Eric S. Raymond2001-03-011-1/+10
| | | | svn path=/trunk/; revision=3166
* Abstract out some protocol properties.Eric S. Raymond2001-02-191-8/+8
| | | | svn path=/trunk/; revision=3129
* Abstract out the needs-password check.Eric S. Raymond2001-02-191-1/+1
| | | | svn path=/trunk/; revision=3123
* Abstract out the needs-password check.Eric S. Raymond2001-02-191-4/+2
| | | | svn path=/trunk/; revision=3122
* preauth -> auth.Eric S. Raymond2001-02-191-15/+15
| | | | svn path=/trunk/; revision=3121
* Fixed brown-paper-bag password bug (only showed up if it was necessaryEric S. Raymond2001-02-181-1/+1
| | | | | | to prompt). svn path=/trunk/; revision=3114
* #85938: fetchmail asks for a password when using ETRNEric S. Raymond2001-02-151-2/+3
| | | | svn path=/trunk/; revision=3106
* Fix internationalization.Eric S. Raymond2001-02-151-0/+1
| | | | svn path=/trunk/; revision=3103
* Compile fix.Eric S. Raymond2001-02-121-2/+0
| | | | svn path=/trunk/; revision=3086
* Looks like we've got the new authentication logic done.Eric S. Raymond2001-02-121-39/+40
| | | | svn path=/trunk/; revision=3072
* Let's get rid of the old protocols with preauthentication bundled in.Eric S. Raymond2001-02-111-18/+7
| | | | svn path=/trunk/; revision=3071
* Return "No Mail" status on ^C.Eric S. Raymond2001-02-111-1/+10
| | | | svn path=/trunk/; revision=3055
* Dave Zarzycki's correction.Eric S. Raymond2001-02-111-1/+0
| | | | svn path=/trunk/; revision=3047
* Dave Zarzycki's fixes.Eric S. Raymond2001-02-101-1/+4
| | | | svn path=/trunk/; revision=3039
* First cut at ODMR support.Eric S. Raymond2001-02-071-15/+32
| | | | svn path=/trunk/; revision=3028
* Comment fix.Eric S. Raymond2000-12-211-2/+3
| | | | svn path=/trunk/; revision=3002
* Dave Bodenstab's lockfile-acquisition change, and explanation.Eric S. Raymond2000-12-211-18/+43
| | | | svn path=/trunk/; revision=3001
* Spambounce patch.Eric S. Raymond2000-12-121-0/+1
| | | | svn path=/trunk/; revision=2998
* Minor corrections.Eric S. Raymond2000-12-121-1/+1
| | | | svn path=/trunk/; revision=2996
* Minor bugfixes.Eric S. Raymond2000-12-011-1/+1
| | | | svn path=/trunk/; revision=2993
* 5-6-0bis fix for smtpname.Eric S. Raymond2000-11-271-0/+4
| | | | svn path=/trunk/; revision=2989
* Ready to ship a gold version.Eric S. Raymond2000-11-261-0/+5
| | | | svn path=/trunk/; revision=2987
* Make showdots work from the command line.Eric S. Raymond2000-11-241-1/+3
| | | | svn path=/trunk/; revision=2986
* Ready to ship.Eric S. Raymond2000-11-111-0/+4
| | | | svn path=/trunk/; revision=2983
* Added --showdots option by Thomas Jarosch <tomj@gmx.de>Eric S. Raymond2000-11-041-48/+53
| | | | svn path=/trunk/; revision=2981
* Before showdots,Eric S. Raymond2000-10-081-5/+5
| | | | svn path=/trunk/; revision=2975
* Bug fixes and internationalization improvements.Eric S. Raymond2000-09-261-19/+37
| | | | svn path=/trunk/; revision=2967
* David Taylor's fixes for the UIDL code.Eric S. Raymond2000-08-061-1/+2
| | | | svn path=/trunk/; revision=2943
* Almost ready to ship.Eric S. Raymond2000-07-281-77/+85
| | | | svn path=/trunk/; revision=2939
* Added dropdelivered.Eric S. Raymond2000-07-231-0/+5
| | | | svn path=/trunk/; revision=2931
* Minor update.Eric S. Raymond2000-07-231-1/+1
| | | | svn path=/trunk/; revision=2927
* Limit damage from bad UIDL handling.Eric S. Raymond2000-07-011-2/+3
| | | | svn path=/trunk/; revision=2921
* Try to beat a sign-extension bug.Eric S. Raymond2000-06-281-1/+4
| | | | svn path=/trunk/; revision=2912
* Minor corrections.Eric S. Raymond2000-06-281-2/+3
| | | | svn path=/trunk/; revision=2906
* Julian Haight's changes.Eric S. Raymond2000-06-071-2/+35
| | | | svn path=/trunk/; revision=2900
* Almost ready to ship.Eric S. Raymond2000-05-131-2/+2
| | | | svn path=/trunk/; revision=2893