aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Compilation cleanups.Eric S. Raymond1997-09-191-2/+2
| | | | svn path=/trunk/; revision=1374
* More portation changes.Eric S. Raymond1997-09-171-4/+0
| | | | svn path=/trunk/; revision=1362
* improved ETRN handling.Eric S. Raymond1997-09-161-2/+2
| | | | svn path=/trunk/; revision=1358
* Autoconfigure correctly for SunOS boxes.Eric S. Raymond1997-09-161-1/+1
| | | | svn path=/trunk/; revision=1355
* Fall back on localhost.Eric S. Raymond1997-09-051-0/+1
| | | | svn path=/trunk/; revision=1307
* Have AUTO mode croak on SMTP error.Eric S. Raymond1997-09-051-1/+1
| | | | svn path=/trunk/; revision=1306
* UID fix.Eric S. Raymond1997-09-031-4/+4
| | | | svn path=/trunk/; revision=1278
* Ready for release.Eric S. Raymond1997-08-161-4/+0
| | | | svn path=/trunk/; revision=1273
* KPOP mode needs the remotename.Eric S. Raymond1997-08-131-1/+0
| | | | svn path=/trunk/; revision=1269
* KPOP mode needs the remotename.Eric S. Raymond1997-08-131-15/+16
| | | | svn path=/trunk/; revision=1268
* Add uname -a to debugging output.Eric S. Raymond1997-08-101-0/+5
| | | | svn path=/trunk/; revision=1259
* Another fix or the ISC port.Eric S. Raymond1997-08-081-3/+3
| | | | svn path=/trunk/; revision=1249
* Interactive UNIX System V/386 Release 3.2 port.Eric S. Raymond1997-08-071-1/+10
| | | | svn path=/trunk/; revision=1245
* Fixed Bill Powers's uid bug.Eric S. Raymond1997-08-061-24/+27
| | | | svn path=/trunk/; revision=1240
* Interval cleanup.Eric S. Raymond1997-08-041-12/+13
| | | | svn path=/trunk/; revision=1227
* 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