aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Another try at Kerberos autoconfiguration.Eric S. Raymond1997-07-011-0/+6
| | | | svn path=/trunk/; revision=1130
* Show message count.Eric S. Raymond1997-06-271-1/+1
| | | | svn path=/trunk/; revision=1124
* Andrey Chernov's flag.Eric S. Raymond1997-06-251-6/+9
| | | | svn path=/trunk/; revision=1115
* Fix minor bug in Received parsing.Eric S. Raymond1997-06-251-1/+1
| | | | svn path=/trunk/; revision=1114
* Fixed Paul Sutcliffe's fooup.Eric S. Raymond1997-06-251-9/+9
| | | | svn path=/trunk/; revision=1113
* Header reorganization.Eric S. Raymond1997-06-241-2/+1
| | | | svn path=/trunk/; revision=1108
* Avoid getting sizes when there is no mail.Eric S. Raymond1997-06-191-16/+16
| | | | svn path=/trunk/; revision=1106
* Don't issue body bytes in silent mode.Eric S. Raymond1997-06-171-1/+1
| | | | svn path=/trunk/; revision=1103
* Handle multiple To: headers.Eric S. Raymond1997-06-161-14/+24
| | | | svn path=/trunk/; revision=1102
* Don't rely on the size being in POP3's fetch response any more.Eric S. Raymond1997-06-141-22/+10
| | | | svn path=/trunk/; revision=1098
* Reclaim file descriptors on timeout.Eric S. Raymond1997-06-131-2/+6
| | | | svn path=/trunk/; revision=1096
* Copyright cleanup.Eric S. Raymond1997-06-131-2/+1
| | | | svn path=/trunk/; revision=1095
* Put in Dave Holland's feature.Eric S. Raymond1997-06-111-6/+7
| | | | svn path=/trunk/; revision=1089
* Suppress body size display if we've pre-fetched message sizes.Eric S. Raymond1997-06-111-1/+2
| | | | svn path=/trunk/; revision=1088
* Introduced bool.Eric S. Raymond1997-06-111-13/+14
| | | | svn path=/trunk/; revision=1084
* -Wall cleanup.Eric S. Raymond1997-06-111-2/+4
| | | | svn path=/trunk/; revision=1083
* Add "body bytes" count.Eric S. Raymond1997-06-091-0/+1
| | | | svn path=/trunk/; revision=1072
* Yet another step towards handling zero-length messages.Eric S. Raymond1997-06-051-31/+28
| | | | svn path=/trunk/; revision=1068
* Yet another step towards zero-length message handling.Eric S. Raymond1997-06-051-19/+26
| | | | svn path=/trunk/; revision=1067
* Another step towards correct handling of bodiless messages.Eric S. Raymond1997-06-051-4/+1
| | | | svn path=/trunk/; revision=1066
* Fix Harry Hoccheiser's bug.Eric S. Raymond1997-06-051-2/+6
| | | | svn path=/trunk/; revision=1064
* Added 550 response.Eric S. Raymond1997-06-021-12/+8
| | | | svn path=/trunk/; revision=1057
* Sometimes now we only count header bytes.Eric S. Raymond1997-06-021-3/+29
| | | | svn path=/trunk/; revision=1056
* Add exim 501 response.Eric S. Raymond1997-06-021-2/+3
| | | | svn path=/trunk/; revision=1055
* Fix error response on 571.Eric S. Raymond1997-05-281-5/+5
| | | | svn path=/trunk/; revision=1035
* Better antispam at last.Eric S. Raymond1997-05-171-7/+10
| | | | svn path=/trunk/; revision=1020
* Better functional separation.Eric S. Raymond1997-05-171-53/+70
| | | | svn path=/trunk/; revision=1019
* Another step towards cleaner code.Eric S. Raymond1997-05-171-3/+10
| | | | svn path=/trunk/; revision=1017
* IMAP now splits its request in half.Eric S. Raymond1997-05-171-2/+17
| | | | svn path=/trunk/; revision=1016
* Introduce forward_ok.Eric S. Raymond1997-05-171-52/+47
| | | | svn path=/trunk/; revision=1015
* Simplify smtp_open calling logic.Eric S. Raymond1997-05-171-1/+1
| | | | svn path=/trunk/; revision=1014
* Add multiple-folder support.Eric S. Raymond1997-05-151-159/+164
| | | | svn path=/trunk/; revision=1012
* -Wall cleanup.Eric S. Raymond1997-05-151-10/+6
| | | | svn path=/trunk/; revision=1011
* Better >From handling.Eric S. Raymond1997-05-151-0/+23
| | | | svn path=/trunk/; revision=1010
* Add mailbox indication.Eric S. Raymond1997-05-151-14/+11
| | | | svn path=/trunk/; revision=1008
* Detect embedded NULs.Eric S. Raymond1997-05-141-5/+16
| | | | svn path=/trunk/; revision=1006
* Use the actual line length for decrementing the IMAP message length counter.Eric S. Raymond1997-05-141-10/+12
| | | | svn path=/trunk/; revision=998
* Be sure to write the headers properly.Eric S. Raymond1997-05-141-17/+15
| | | | svn path=/trunk/; revision=994
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-104/+102
| | | | | | | 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-3/+3
| | | | svn path=/trunk/; revision=988
* Hacks for avoiding compiler warnings under SunOS.Eric S. Raymond1997-04-291-2/+6
| | | | svn path=/trunk/; revision=978
* Fix \rs in error-message handling for qmail.Eric S. Raymond1997-04-231-4/+9
| | | | svn path=/trunk/; revision=970
* Added forcecr option.Eric S. Raymond1997-04-171-0/+25
| | | | svn path=/trunk/; revision=963
* Correct return status,Eric S. Raymond1997-04-161-1/+1
| | | | svn path=/trunk/; revision=958
* Error message correction.Eric S. Raymond1997-04-161-1/+1
| | | | svn path=/trunk/; revision=957
* Better error logging.Eric S. Raymond1997-04-061-9/+8
| | | | svn path=/trunk/; revision=954
* Robert de Bath's changes.Eric S. Raymond1997-04-051-3/+4
| | | | svn path=/trunk/; revision=952
* Enable 3.9 to compile even without RES_SEARCH.Eric S. Raymond1997-04-021-5/+5
| | | | svn path=/trunk/; revision=947
* Fix coding error in hunt-list handling.Eric S. Raymond1997-04-021-3/+2
| | | | svn path=/trunk/; revision=944
* Caseblind comparison of domain names.Eric S. Raymond1997-04-021-1/+1
| | | | svn path=/trunk/; revision=942