aboutsummaryrefslogtreecommitdiffstats
path: root/etrn.c
Commit message (Collapse)AuthorAgeFilesLines
* Deal with X-IMAP header properly.Eric S. Raymond1997-08-071-0/+1
| | | | svn path=/trunk/; revision=1244
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-3/+3
| | | | svn path=/trunk/; revision=1207
* Guenther Leber's error changes.Eric S. Raymond1997-07-081-2/+4
| | | | svn path=/trunk/; revision=1157
* Eliminate a GETHOSTBYNAME dependency.Eric S. Raymond1997-07-011-6/+1
| | | | svn path=/trunk/; revision=1134
* Some configuration cleanup.Eric S. Raymond1997-07-011-0/+5
| | | | svn path=/trunk/; revision=1133
* RSK pointed out a SunOS4.1.4 port bug.Eric S. Raymond1997-06-261-1/+2
| | | | svn path=/trunk/; revision=1122
* Guenther Leber's fix.Eric S. Raymond1997-06-251-42/+97
| | | | svn path=/trunk/; revision=1116
* 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
* 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-2/+2
| | | | svn path=/trunk/; revision=1011
* 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
* Better error logging.Eric S. Raymond1997-04-061-5/+5
| | | | svn path=/trunk/; revision=954
* Correct error messages.Eric S. Raymond1997-02-131-5/+4
| | | | svn path=/trunk/; revision=877
* Allow the smtphost option to set the host queried for by ETRN.Eric S. Raymond1997-02-131-1/+1
| | | | svn path=/trunk/; revision=875
* Ready for 3-4.Eric S. Raymond1997-02-131-2/+1
| | | | svn path=/trunk/; revision=872
* Get the ETRN command right.Eric S. Raymond1997-02-111-1/+2
| | | | svn path=/trunk/; revision=865
* Initial revisionEric S. Raymond1997-02-101-0/+133
svn path=/trunk/; revision=860