aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
Commit message (Collapse)AuthorAgeFilesLines
* Added `postconnect'.Eric S. Raymond1997-08-041-0/+1
| | | | svn path=/trunk/; revision=1226
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-1/+2
| | | | svn path=/trunk/; revision=1207
* Try to fix the HELO NULL bug.Eric S. Raymond1997-07-301-3/+1
| | | | svn path=/trunk/; revision=1202
* Added the dropstatus option.Eric S. Raymond1997-07-281-0/+1
| | | | svn path=/trunk/; revision=1183
* Added the via option.Eric S. Raymond1997-07-241-0/+1
| | | | svn path=/trunk/; revision=1179
* Avoid using bool, so we don't have to condition on TRUE and lose ifEric S. Raymond1997-07-101-22/+26
| | | | | | it's predefined. svn path=/trunk/; revision=1168
* Change the bool type to match ncurses.Eric S. Raymond1997-07-071-1/+1
| | | | svn path=/trunk/; revision=1155
* Allow this to be used with ncurses.Eric S. Raymond1997-07-061-3/+4
| | | | svn path=/trunk/; revision=1154
* Allow duplicate hostnames again.Eric S. Raymond1997-07-051-1/+2
| | | | svn path=/trunk/; revision=1152
* Move environment query stuff to env.c.Eric S. Raymond1997-07-041-0/+6
| | | | svn path=/trunk/; revision=1151
* Remodularize so the parser is more self-contained.Eric S. Raymond1997-07-041-1/+1
| | | | svn path=/trunk/; revision=1150
* LOCKBUSY changes.Eric S. Raymond1997-07-031-5/+6
| | | | svn path=/trunk/; revision=1147
* Andrey Chernov's flag.Eric S. Raymond1997-06-251-0/+1
| | | | svn path=/trunk/; revision=1115
* Don't rely on the size being in POP3's fetch response any more.Eric S. Raymond1997-06-141-0/+1
| | | | svn path=/trunk/; revision=1098
* Add many more comments.Eric S. Raymond1997-06-111-19/+19
| | | | svn path=/trunk/; revision=1086
* Cosmetic fix.Eric S. Raymond1997-06-111-0/+2
| | | | svn path=/trunk/; revision=1085
* Introduced bool.Eric S. Raymond1997-06-111-28/+29
| | | | svn path=/trunk/; revision=1084
* Added the interval option.Eric S. Raymond1997-05-281-0/+2
| | | | svn path=/trunk/; revision=1040
* Nailed.Eric S. Raymond1997-05-271-0/+3
| | | | svn path=/trunk/; revision=1031
* Add imap-k4 capability.Eric S. Raymond1997-05-271-3/+4
| | | | svn path=/trunk/; revision=1029
* Better functional separation.Eric S. Raymond1997-05-171-0/+1
| | | | svn path=/trunk/; revision=1019
* IMAP now splits its request in half.Eric S. Raymond1997-05-171-1/+2
| | | | svn path=/trunk/; revision=1016
* Add multiple-folder support.Eric S. Raymond1997-05-151-1/+1
| | | | svn path=/trunk/; revision=1012
* -Wall cleanup.Eric S. Raymond1997-05-151-0/+2
| | | | svn path=/trunk/; revision=1011
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-4/+4
| | | | | | | 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
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-2/+2
| | | | svn path=/trunk/; revision=988
* Added forcecr option.Eric S. Raymond1997-04-171-0/+1
| | | | svn path=/trunk/; revision=963
* Added -U option.Eric S. Raymond1997-03-131-0/+1
| | | | svn path=/trunk/; revision=931
* Added `set daemon'.Eric S. Raymond1997-03-131-0/+1
| | | | svn path=/trunk/; revision=930
* Deal with non-void malloc type.Eric S. Raymond1997-03-131-4/+10
| | | | svn path=/trunk/; revision=927
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-1/+1
| | | | svn path=/trunk/; revision=905
* Lose the `received' option; we now say `no envelope'.Eric S. Raymond1997-02-171-1/+2
| | | | svn path=/trunk/; revision=893
* Aded the `received' option.Eric S. Raymond1997-02-141-0/+1
| | | | svn path=/trunk/; revision=878
* Ready for 3-4.Eric S. Raymond1997-02-131-0/+1
| | | | svn path=/trunk/; revision=872
* Trivalent options.Eric S. Raymond1997-02-111-2/+6
| | | | svn path=/trunk/; revision=864
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-0/+2
| | | | svn path=/trunk/; revision=861
* Add stripcr option.Eric S. Raymond1997-01-301-0/+1
| | | | svn path=/trunk/; revision=842
* Correct the interface parsing.Eric S. Raymond1997-01-241-1/+1
| | | | svn path=/trunk/; revision=818
* Introduce gen_recv.Eric S. Raymond1997-01-241-0/+1
| | | | svn path=/trunk/; revision=814
* ESMTP SIZE option support.Eric S. Raymond1997-01-221-2/+1
| | | | svn path=/trunk/; revision=804
* Support for EHLO and 8BITMIME extension.Eric S. Raymond1997-01-221-0/+1
| | | | svn path=/trunk/; revision=803
* RPOP support is back.Eric S. Raymond1997-01-201-0/+1
| | | | svn path=/trunk/; revision=791
* George Sipe's monitor fixes.Eric S. Raymond1997-01-191-5/+6
| | | | svn path=/trunk/; revision=786
* Added dns/nodns.Eric S. Raymond1997-01-181-1/+2
| | | | svn path=/trunk/; revision=785
* The batchlimit option is now per user.Eric S. Raymond1997-01-141-2/+1
| | | | svn path=/trunk/; revision=764
* Change `interface' and `monitor' options to per-server.Eric S. Raymond1997-01-141-7/+9
| | | | svn path=/trunk/; revision=762
* Expunge fix.Eric S. Raymond1997-01-141-1/+0
| | | | svn path=/trunk/; revision=759
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-10/+6
| | | | svn path=/trunk/; revision=757
* Move as much stuff into server data as possible.Eric S. Raymond1997-01-141-4/+7
| | | | svn path=/trunk/; revision=756
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-3/+9
| | | | svn path=/trunk/; revision=754