aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove poprc compatibility hook.Eric S. Raymond1997-07-011-12/+3
| | | | svn path=/trunk/; revision=1138
* Eliminate a GETHOSTBYNAME dependency.Eric S. Raymond1997-07-011-2/+0
| | | | svn path=/trunk/; revision=1134
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
| | | | svn path=/trunk/; revision=1133
* Don't link ETRN support unless we can use gethostbyname.Eric S. Raymond1997-07-011-0/+7
| | | | svn path=/trunk/; revision=1131
* Andrey Chernov's flag.Eric S. Raymond1997-06-251-2/+6
| | | | svn path=/trunk/; revision=1115
* Fix Jochen's bug.Eric S. Raymond1997-06-241-6/+8
| | | | svn path=/trunk/; revision=1109
* Put in Dave Holland's feature.Eric S. Raymond1997-06-111-1/+6
| | | | svn path=/trunk/; revision=1089
* Step towards supporting command-line zeroing of numeric options.Eric S. Raymond1997-06-111-3/+3
| | | | svn path=/trunk/; revision=1087
* Introduced bool.Eric S. Raymond1997-06-111-9/+9
| | | | svn path=/trunk/; revision=1084
* -Wall cleanup.Eric S. Raymond1997-06-111-3/+2
| | | | svn path=/trunk/; revision=1083
* Normal build is now with POP2 disabled and optimization on.Eric S. Raymond1997-06-111-0/+11
| | | | svn path=/trunk/; revision=1080
* Forbid starting a fetchmail with options when there's a background oneEric S. Raymond1997-05-291-0/+7
| | | | | | running. svn path=/trunk/; revision=1050
* Added the interval option.Eric S. Raymond1997-05-281-0/+15
| | | | svn path=/trunk/; revision=1040
* Properly initialize smtp_socket member.Eric S. Raymond1997-05-281-0/+1
| | | | svn path=/trunk/; revision=1033
* Add imap-k4 capability.Eric S. Raymond1997-05-271-2/+4
| | | | svn path=/trunk/; revision=1029
* Add multiple-folder support.Eric S. Raymond1997-05-151-0/+15
| | | | svn path=/trunk/; revision=1012
* -Wall cleanup.Eric S. Raymond1997-05-151-2/+1
| | | | svn path=/trunk/; revision=1011
* Avoid a core dump in .netrc use.Eric S. Raymond1997-05-141-11/+8
| | | | svn path=/trunk/; revision=1000
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-6/+6
| | | | | | | to SockRead a la read(2). This is all part of an attempt to deal with embedded NULs in IMAP messages. svn path=/trunk/; revision=992
* Remove bad message.Eric S. Raymond1997-05-131-3/+1
| | | | svn path=/trunk/; revision=989
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-5/+5
| | | | svn path=/trunk/; revision=988
* Improved configuration and compilation.Eric S. Raymond1997-05-081-0/+9
| | | | svn path=/trunk/; revision=985
* Hacks for avoiding compiler warnings under SunOS.Eric S. Raymond1997-04-291-0/+4
| | | | svn path=/trunk/; revision=978
* Added forcecr option.Eric S. Raymond1997-04-171-0/+4
| | | | svn path=/trunk/; revision=963
* Better error logging.Eric S. Raymond1997-04-061-4/+4
| | | | svn path=/trunk/; revision=954
* Option changes.Eric S. Raymond1997-04-051-0/+4
| | | | svn path=/trunk/; revision=953
* Added -U option.Eric S. Raymond1997-03-131-0/+3
| | | | svn path=/trunk/; revision=931
* Added `set daemon'.Eric S. Raymond1997-03-131-0/+10
| | | | svn path=/trunk/; revision=930
* Add version number to -v output.Eric S. Raymond1997-02-201-1/+2
| | | | svn path=/trunk/; revision=906
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-29/+11
| | | | svn path=/trunk/; revision=905
* Don't need to give execute permissions.Eric S. Raymond1997-02-181-2/+6
| | | | svn path=/trunk/; revision=899
* Lose the `received' option; we now say `no envelope'.Eric S. Raymond1997-02-171-5/+4
| | | | svn path=/trunk/; revision=893
* Aded the `received' option.Eric S. Raymond1997-02-141-0/+4
| | | | svn path=/trunk/; revision=878
* Allow the smtphost option to set the host queried for by ETRN.Eric S. Raymond1997-02-131-3/+7
| | | | svn path=/trunk/; revision=875
* Ready for 3-4.Eric S. Raymond1997-02-131-0/+5
| | | | svn path=/trunk/; revision=872
* Trivalent options.Eric S. Raymond1997-02-111-7/+18
| | | | svn path=/trunk/; revision=864
* Typo fix.Eric S. Raymond1997-02-111-1/+1
| | | | svn path=/trunk/; revision=862
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-1/+4
| | | | svn path=/trunk/; revision=861
* Various minor bugfixes.Eric S. Raymond1997-02-101-1/+1
| | | | svn path=/trunk/; revision=859
* Dave Bodenstab's fixes.Eric S. Raymond1997-02-021-1/+1
| | | | svn path=/trunk/; revision=855
* Add stripcr option.Eric S. Raymond1997-01-301-0/+7
| | | | svn path=/trunk/; revision=842
* Prevent a core-dump bug.Eric S. Raymond1997-01-301-1/+1
| | | | svn path=/trunk/; revision=840
* Correct the interface parsing.Eric S. Raymond1997-01-241-5/+0
| | | | svn path=/trunk/; revision=818
* Comment fix.Eric S. Raymond1997-01-231-1/+1
| | | | svn path=/trunk/; revision=809
* RPOP support is back.Eric S. Raymond1997-01-201-0/+11
| | | | svn path=/trunk/; revision=791
* George Sipe's monitor fixes.Eric S. Raymond1997-01-191-3/+14
| | | | svn path=/trunk/; revision=786
* Added dns/nodns.Eric S. Raymond1997-01-181-6/+10
| | | | svn path=/trunk/; revision=785
* Fix the second incanation of the HELO bug.Eric S. Raymond1997-01-171-5/+6
| | | | svn path=/trunk/; revision=782
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-2/+2
| | | | svn path=/trunk/; revision=781
* The batchlimit option is now per user.Eric S. Raymond1997-01-141-10/+4
| | | | svn path=/trunk/; revision=764