aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
* GSSAPI support.Eric S. Raymond1997-12-151-2/+3
* Cleanup of numeric option handling.Eric S. Raymond1997-12-141-4/+4
* Dead & redundant code removal.Eric S. Raymond1997-12-141-3/+0
* Allow multidrop to be handled if all sites have `no dns' on.Eric S. Raymond1997-12-011-1/+1
* Sent to Gunther Leber.Eric S. Raymond1997-12-011-1/+4
* Correction to awakening logic.Eric S. Raymond1997-12-011-1/+1
* Added Greg Stark's quitmode feature.Eric S. Raymond1997-11-281-5/+9
* Sent this to Gunther Leber.Eric S. Raymond1997-11-281-1/+0
* Various minor bug fixes.Eric S. Raymond1997-10-271-0/+5
* Narrow the error() interface.Eric S. Raymond1997-10-211-2/+2
* Luca's bug fixes.Eric S. Raymond1997-10-171-0/+5
* Use UDP for DNS queries to avoid diald problems.Eric S. Raymond1997-10-141-2/+12
* Added envelope-skip feature.Eric S. Raymond1997-10-131-0/+6
* Fix ETRN mode.Eric S. Raymond1997-10-131-2/+7
* Added the --invisible option.Eric S. Raymond1997-10-081-0/+2
* Port fixes.Eric S. Raymond1997-10-081-0/+4
* Enable conditioning out of POP3, IMAP, ETRN.Eric S. Raymond1997-10-041-3/+40
* Have dump_params notice when syslog is on.Eric S. Raymond1997-10-041-0/+4
* More report tweaks.Eric S. Raymond1997-10-011-3/+8
* Regroup multidrop options.Eric S. Raymond1997-10-011-22/+25
* Indicate the compiled-in features.Eric S. Raymond1997-09-301-1/+8
* Closer control of interrupts.Eric S. Raymond1997-09-281-13/+25
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-2/+9
* Compilation cleanups.Eric S. Raymond1997-09-191-2/+2
* More portation changes.Eric S. Raymond1997-09-171-4/+0
* improved ETRN handling.Eric S. Raymond1997-09-161-2/+2
* Autoconfigure correctly for SunOS boxes.Eric S. Raymond1997-09-161-1/+1
* Fall back on localhost.Eric S. Raymond1997-09-051-0/+1
* Have AUTO mode croak on SMTP error.Eric S. Raymond1997-09-051-1/+1
* UID fix.Eric S. Raymond1997-09-031-4/+4
* Ready for release.Eric S. Raymond1997-08-161-4/+0
* KPOP mode needs the remotename.Eric S. Raymond1997-08-131-1/+0
* KPOP mode needs the remotename.Eric S. Raymond1997-08-131-15/+16
* Add uname -a to debugging output.Eric S. Raymond1997-08-101-0/+5
* Another fix or the ISC port.Eric S. Raymond1997-08-081-3/+3
* Interactive UNIX System V/386 Release 3.2 port.Eric S. Raymond1997-08-071-1/+10
* Fixed Bill Powers's uid bug.Eric S. Raymond1997-08-061-24/+27
* Interval cleanup.Eric S. Raymond1997-08-041-12/+13
* Added `postconnect'.Eric S. Raymond1997-08-041-2/+8
* Simplify the computation of truename.Eric S. Raymond1997-07-311-28/+25
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-15/+16
* Try to fix the HELO NULL bug.Eric S. Raymond1997-07-301-7/+31
* Added the dropstatus option.Eric S. Raymond1997-07-281-0/+4
* Added the via option.Eric S. Raymond1997-07-241-4/+7
* Better password security.Eric S. Raymond1997-07-181-1/+16
* Avoid using bool, so we don't have to condition on TRUE and lose ifEric S. Raymond1997-07-101-4/+4
* Change in exit status semantics.Eric S. Raymond1997-07-081-3/+9
* Allow duplicate hostnames again.Eric S. Raymond1997-07-051-52/+1
* Move environment query stuff to env.c.Eric S. Raymond1997-07-041-56/+2
* Remodularize so the parser is more self-contained.Eric S. Raymond1997-07-041-52/+2