aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the mimedecode default TRUE.Eric S. Raymond1999-01-101-1/+1
| | | | svn path=/trunk/; revision=2346
* More error message cleanup.Eric S. Raymond1999-01-061-2/+2
| | | | svn path=/trunk/; revision=2333
* error -> report, third stage.Eric S. Raymond1999-01-051-12/+12
| | | | svn path=/trunk/; revision=2330
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-1/+1
| | | | svn path=/trunk/; revision=2329
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-21/+21
| | | | svn path=/trunk/; revision=2328
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-11/+11
| | | | svn path=/trunk/; revision=2326
* Fix the localdomain problem.Eric S. Raymond1999-01-051-2/+2
| | | | svn path=/trunk/; revision=2324
* bytes -> octets.Eric S. Raymond1999-01-031-1/+1
| | | | svn path=/trunk/; revision=2317
* Gunther Leber's fixes.Eric S. Raymond1999-01-021-5/+5
| | | | svn path=/trunk/; revision=2311
* This version is good.Eric S. Raymond1999-01-011-1/+1
| | | | svn path=/trunk/; revision=2309
* Minor corrections.Eric S. Raymond1998-12-191-1/+3
| | | | svn path=/trunk/; revision=2286
* Search on both pollnames and via names.Eric S. Raymond1998-12-141-3/+14
| | | | svn path=/trunk/; revision=2270
* setvbuf not needed; messages are going to stderr.Eric S. Raymond1998-12-071-3/+0
| | | | svn path=/trunk/; revision=2264
* Wakeup clears `wedged' flags.Eric S. Raymond1998-12-071-0/+4
| | | | svn path=/trunk/; revision=2261
* Fix copyrights.Eric S. Raymond1998-12-041-2/+0
| | | | svn path=/trunk/; revision=2260
* Fix an error in the wedge-detection logic.Eric S. Raymond1998-12-041-9/+11
| | | | svn path=/trunk/; revision=2259
* Change in version computation.Eric S. Raymond1998-11-301-3/+3
| | | | svn path=/trunk/; revision=2241
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-146/+156
| | | | svn path=/trunk/; revision=2208
* Cleanup.Eric S. Raymond1998-11-221-2/+3
| | | | svn path=/trunk/; revision=2204
* Fix the sanity check.Eric S. Raymond1998-11-201-6/+5
| | | | svn path=/trunk/; revision=2198
* Fix the sanity check.Eric S. Raymond1998-11-201-5/+4
| | | | svn path=/trunk/; revision=2197
* Error message fix.Eric S. Raymond1998-11-201-3/+3
| | | | svn path=/trunk/; revision=2196
* Fix the LMTP port sanity check.Eric S. Raymond1998-11-201-5/+22
| | | | svn path=/trunk/; revision=2195
* Comment fix.Eric S. Raymond1998-11-201-6/+7
| | | | svn path=/trunk/; revision=2191
* Send notification and wedge the connection on too many timeouts.Eric S. Raymond1998-11-201-9/+9
| | | | svn path=/trunk/; revision=2190
* Added socks library support.Eric S. Raymond1998-11-201-0/+16
| | | | svn path=/trunk/; revision=2189
* Postmaster option fix.Eric S. Raymond1998-11-171-0/+2
| | | | svn path=/trunk/; revision=2184
* Gerald Britton's support for mixed Kerberos and Hesiod.Eric S. Raymond1998-11-171-0/+24
| | | | svn path=/trunk/; revision=2183
* Added LMTP support.Eric S. Raymond1998-11-071-1/+10
| | | | svn path=/trunk/; revision=2177
* Added plugin/plugout option.Eric S. Raymond1998-11-021-0/+11
| | | | svn path=/trunk/; revision=2168
* New authfail handling.Eric S. Raymond1998-10-301-5/+0
| | | | svn path=/trunk/; revision=2156
* Rationalized timestamps.Eric S. Raymond1998-10-301-12/+2
| | | | svn path=/trunk/; revision=2155
* Better error direction.Eric S. Raymond1998-10-301-12/+30
| | | | svn path=/trunk/; revision=2154
* Send calling user mail on password failure in daemon mode.Eric S. Raymond1998-10-301-0/+11
| | | | svn path=/trunk/; revision=2153
* Added bsmtp option.Eric S. Raymond1998-10-281-1/+4
| | | | svn path=/trunk/; revision=2144
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-36/+39
| | | | svn path=/trunk/; revision=2137
* PreventEric S. Raymond1998-10-221-1/+2
| | | | | | | | | auth kerberos_v4, proto KPOP, from fooing up. svn path=/trunk/; revision=2133
* -Wall cleanup.Eric S. Raymond1998-10-201-2/+1
| | | | svn path=/trunk/; revision=2120
* Make alloca safe.Eric S. Raymond1998-10-201-10/+7
| | | | svn path=/trunk/; revision=2115
* Added the `properties' option.Eric S. Raymond1998-10-201-0/+2
| | | | svn path=/trunk/; revision=2114
* Make authentication failures more visible by syslogging them.Eric S. Raymond1998-10-181-0/+5
| | | | svn path=/trunk/; revision=2107
* Introduced O_DEBUG.Eric S. Raymond1998-10-171-25/+25
| | | | svn path=/trunk/; revision=2102
* Now we can use --limit with daemon mode.Eric S. Raymond1998-10-161-11/+14
| | | | svn path=/trunk/; revision=2091
* Fixed postconnect option.Eric S. Raymond1998-10-141-0/+1
| | | | svn path=/trunk/; revision=2086
* Use alloca where possible.Eric S. Raymond1998-10-081-9/+4
| | | | svn path=/trunk/; revision=2076
* Always get fqdn for KPOP, whether or not DNS is enabled.Eric S. Raymond1998-09-131-10/+1
| | | | svn path=/trunk/; revision=2072
* Compute FQDN when Kerberos is in use.Eric S. Raymond1998-08-271-43/+32
| | | | svn path=/trunk/; revision=2061
* Gunther Leber's fix.Eric S. Raymond1998-08-241-8/+30
| | | | svn path=/trunk/; revision=2048
* Enclose string dumps in doublequotes to work with visbuf properly.Eric S. Raymond1998-08-181-6/+6
| | | | svn path=/trunk/; revision=2045
* Added experimental SDPS support.Eric S. Raymond1998-08-031-0/+3
| | | | svn path=/trunk/; revision=2034