aboutsummaryrefslogtreecommitdiffstats
path: root/etrn.c
Commit message (Collapse)AuthorAgeFilesLines
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-1/+1
| | | | svn path=/trunk/; revision=2137
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-241-3/+4
| | | | svn path=/trunk/; revision=1719
* Fix IMAP password shrouding.Eric S. Raymond1998-03-181-0/+1
| | | | svn path=/trunk/; revision=1712
* MSGBUFSIZE everywhere.Eric S. Raymond1998-02-261-1/+1
| | | | svn path=/trunk/; revision=1678
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-0/+4
| | | | svn path=/trunk/; revision=1630
* Sent this to Gunther Leber.Eric S. Raymond1997-11-281-44/+43
| | | | svn path=/trunk/; revision=1541
* -Wall cleanup.Eric S. Raymond1997-10-101-3/+1
| | | | svn path=/trunk/; revision=1497
* Enable conditioning out of POP3, IMAP, ETRN.Eric S. Raymond1997-10-041-0/+2
| | | | svn path=/trunk/; revision=1477
* Smart re-polling support.Eric S. Raymond1997-09-301-0/+1
| | | | svn path=/trunk/; revision=1437
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-1/+7
| | | | svn path=/trunk/; revision=1430
* Make the X-IMAP check independent of protocol.Eric S. Raymond1997-09-231-1/+0
| | | | svn path=/trunk/; revision=1395
* Compilation cleanups.Eric S. Raymond1997-09-191-0/+1
| | | | svn path=/trunk/; revision=1374
* improved ETRN handling.Eric S. Raymond1997-09-161-89/+46
| | | | svn path=/trunk/; revision=1358
* Clean up the error status.Eric S. Raymond1997-09-161-1/+7
| | | | svn path=/trunk/; revision=1357
* Simplify the length handling.Eric S. Raymond1997-09-141-1/+0
| | | | svn path=/trunk/; revision=1339
* 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