aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant declaration.Eric S. Raymond1997-07-041-1/+0
* LOCKBUSY changes.Eric S. Raymond1997-07-031-1/+1
* Remove poprc compatibility hook.Eric S. Raymond1997-07-011-12/+3
* Eliminate a GETHOSTBYNAME dependency.Eric S. Raymond1997-07-011-2/+0
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
* Don't link ETRN support unless we can use gethostbyname.Eric S. Raymond1997-07-011-0/+7
* Andrey Chernov's flag.Eric S. Raymond1997-06-251-2/+6
* Fix Jochen's bug.Eric S. Raymond1997-06-241-6/+8
* Put in Dave Holland's feature.Eric S. Raymond1997-06-111-1/+6
* Step towards supporting command-line zeroing of numeric options.Eric S. Raymond1997-06-111-3/+3
* Introduced bool.Eric S. Raymond1997-06-111-9/+9
* -Wall cleanup.Eric S. Raymond1997-06-111-3/+2
* Normal build is now with POP2 disabled and optimization on.Eric S. Raymond1997-06-111-0/+11
* Forbid starting a fetchmail with options when there's a background oneEric S. Raymond1997-05-291-0/+7
* Added the interval option.Eric S. Raymond1997-05-281-0/+15
* Properly initialize smtp_socket member.Eric S. Raymond1997-05-281-0/+1
* Add imap-k4 capability.Eric S. Raymond1997-05-271-2/+4
* Add multiple-folder support.Eric S. Raymond1997-05-151-0/+15
* -Wall cleanup.Eric S. Raymond1997-05-151-2/+1
* Avoid a core dump in .netrc use.Eric S. Raymond1997-05-141-11/+8
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-6/+6
* Remove bad message.Eric S. Raymond1997-05-131-3/+1
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-5/+5