aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright cleanup.Eric S. Raymond1997-06-131-2/+1
* Put in Dave Holland's feature.Eric S. Raymond1997-06-111-6/+7
* Suppress body size display if we've pre-fetched message sizes.Eric S. Raymond1997-06-111-1/+2
* Introduced bool.Eric S. Raymond1997-06-111-13/+14
* -Wall cleanup.Eric S. Raymond1997-06-111-2/+4
* Add "body bytes" count.Eric S. Raymond1997-06-091-0/+1
* Yet another step towards handling zero-length messages.Eric S. Raymond1997-06-051-31/+28
* Yet another step towards zero-length message handling.Eric S. Raymond1997-06-051-19/+26
* Another step towards correct handling of bodiless messages.Eric S. Raymond1997-06-051-4/+1
* Fix Harry Hoccheiser's bug.Eric S. Raymond1997-06-051-2/+6
* Added 550 response.Eric S. Raymond1997-06-021-12/+8
* Sometimes now we only count header bytes.Eric S. Raymond1997-06-021-3/+29
* Add exim 501 response.Eric S. Raymond1997-06-021-2/+3
* Fix error response on 571.Eric S. Raymond1997-05-281-5/+5
* Better antispam at last.Eric S. Raymond1997-05-171-7/+10
* Better functional separation.Eric S. Raymond1997-05-171-53/+70
* Another step towards cleaner code.Eric S. Raymond1997-05-171-3/+10
* IMAP now splits its request in half.Eric S. Raymond1997-05-171-2/+17
* Introduce forward_ok.Eric S. Raymond1997-05-171-52/+47
* Simplify smtp_open calling logic.Eric S. Raymond1997-05-171-1/+1
* Add multiple-folder support.Eric S. Raymond1997-05-151-159/+164
* -Wall cleanup.Eric S. Raymond1997-05-151-10/+6
* Better >From handling.Eric S. Raymond1997-05-151-0/+23
* Add mailbox indication.Eric S. Raymond1997-05-151-14/+11
* Detect embedded NULs.Eric S. Raymond1997-05-141-5/+16
* Use the actual line length for decrementing the IMAP message length counter.Eric S. Raymond1997-05-141-10/+12
* Be sure to write the headers properly.Eric S. Raymond1997-05-141-17/+15
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-104/+102
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-3/+3
* Hacks for avoiding compiler warnings under SunOS.Eric S. Raymond1997-04-291-2/+6
* Fix \rs in error-message handling for qmail.Eric S. Raymond1997-04-231-4/+9
* Added forcecr option.Eric S. Raymond1997-04-171-0/+25
* Correct return status,Eric S. Raymond1997-04-161-1/+1
* Error message correction.Eric S. Raymond1997-04-161-1/+1
* Better error logging.Eric S. Raymond1997-04-061-9/+8
* Robert de Bath's changes.Eric S. Raymond1997-04-051-3/+4
* Enable 3.9 to compile even without RES_SEARCH.Eric S. Raymond1997-04-021-5/+5
* Fix coding error in hunt-list handling.Eric S. Raymond1997-04-021-3/+2
* Caseblind comparison of domain names.Eric S. Raymond1997-04-021-1/+1
* Second round of XMIT_REJECT changes.Eric S. Raymond1997-04-011-14/+17
* This should fix the timeout bug.Eric S. Raymond1997-04-011-23/+23
* Better error messages about rejected addresses.Eric S. Raymond1997-04-011-10/+30
* Fix bug that prevented localdomains from working.Eric S. Raymond1997-03-071-1/+1
* Ready for the UIDL patch.Eric S. Raymond1997-03-071-0/+3
* Localize the effect of DNS errors.Eric S. Raymond1997-02-211-9/+15
* Typo fix.Eric S. Raymond1997-02-211-1/+1
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-43/+56
* Johan Vromans's fix.Eric S. Raymond1997-02-181-2/+1
* Strip out Return-Path headers.Eric S. Raymond1997-02-181-14/+42
* Dave Bodenstab's error-message corrections.Eric S. Raymond1997-02-181-1/+1