aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Added `postconnect'.Eric S. Raymond1997-08-041-2/+8
| | | | svn path=/trunk/; revision=1226
* Simplify the computation of truename.Eric S. Raymond1997-07-311-28/+25
| | | | svn path=/trunk/; revision=1209
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-15/+16
| | | | svn path=/trunk/; revision=1207
* Try to fix the HELO NULL bug.Eric S. Raymond1997-07-301-7/+31
| | | | svn path=/trunk/; revision=1202
* Added the dropstatus option.Eric S. Raymond1997-07-281-0/+4
| | | | svn path=/trunk/; revision=1183
* Added the via option.Eric S. Raymond1997-07-241-4/+7
| | | | svn path=/trunk/; revision=1179
* Better password security.Eric S. Raymond1997-07-181-1/+16
| | | | svn path=/trunk/; revision=1174
* Avoid using bool, so we don't have to condition on TRUE and lose ifEric S. Raymond1997-07-101-4/+4
| | | | | | it's predefined. svn path=/trunk/; revision=1168
* Change in exit status semantics.Eric S. Raymond1997-07-081-3/+9
| | | | svn path=/trunk/; revision=1159
* Allow duplicate hostnames again.Eric S. Raymond1997-07-051-52/+1
| | | | svn path=/trunk/; revision=1152
* Move environment query stuff to env.c.Eric S. Raymond1997-07-041-56/+2
| | | | svn path=/trunk/; revision=1151
* Remodularize so the parser is more self-contained.Eric S. Raymond1997-07-041-52/+2
| | | | svn path=/trunk/; revision=1150
* Remove redundant declaration.Eric S. Raymond1997-07-041-1/+0
| | | | svn path=/trunk/; revision=1149
* LOCKBUSY changes.Eric S. Raymond1997-07-031-1/+1
| | | | svn path=/trunk/; revision=1147
* 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