aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved configuration and compilation.Eric S. Raymond1997-05-081-0/+9
* Hacks for avoiding compiler warnings under SunOS.Eric S. Raymond1997-04-291-0/+4
* Added forcecr option.Eric S. Raymond1997-04-171-0/+4
* Better error logging.Eric S. Raymond1997-04-061-4/+4
* Option changes.Eric S. Raymond1997-04-051-0/+4
* Added -U option.Eric S. Raymond1997-03-131-0/+3
* Added `set daemon'.Eric S. Raymond1997-03-131-0/+10
* Add version number to -v output.Eric S. Raymond1997-02-201-1/+2
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-29/+11
* Don't need to give execute permissions.Eric S. Raymond1997-02-181-2/+6
* Lose the `received' option; we now say `no envelope'.Eric S. Raymond1997-02-171-5/+4
* Aded the `received' option.Eric S. Raymond1997-02-141-0/+4
* Allow the smtphost option to set the host queried for by ETRN.Eric S. Raymond1997-02-131-3/+7
* Ready for 3-4.Eric S. Raymond1997-02-131-0/+5
* Trivalent options.Eric S. Raymond1997-02-111-7/+18
* Typo fix.Eric S. Raymond1997-02-111-1/+1
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-1/+4
* Various minor bugfixes.Eric S. Raymond1997-02-101-1/+1
* Dave Bodenstab's fixes.Eric S. Raymond1997-02-021-1/+1
* Add stripcr option.Eric S. Raymond1997-01-301-0/+7
* Prevent a core-dump bug.Eric S. Raymond1997-01-301-1/+1
* Correct the interface parsing.Eric S. Raymond1997-01-241-5/+0
* Comment fix.Eric S. Raymond1997-01-231-1/+1