aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for UIDL and Kerberos problems.Eric S. Raymond1996-10-131-1/+1
| | | | svn path=/trunk/; revision=319
* Excruciatingly correct CR-LF translation for qmail.Eric S. Raymond1996-10-111-10/+57
| | | | svn path=/trunk/; revision=297
* Avoid trashing lines beginning with dots in IMAP.Eric S. Raymond1996-10-111-2/+2
| | | | svn path=/trunk/; revision=294
* nuke any tag hanging out from previous queryEric S. Raymond1996-10-111-0/+1
| | | | svn path=/trunk/; revision=293
* UIDs, take 3.Eric S. Raymond1996-10-101-4/+5
| | | | svn path=/trunk/; revision=290
* Slightly less crowded messages.Eric S. Raymond1996-10-101-1/+1
| | | | svn path=/trunk/; revision=288
* UIDs, phase 2.Eric S. Raymond1996-10-101-1/+5
| | | | svn path=/trunk/; revision=287
* Implemented --auth as a way of generalizing the Kerberos support.Eric S. Raymond1996-10-101-5/+13
| | | | svn path=/trunk/; revision=282
* Relocate the kerberos code to driver.c.Eric S. Raymond1996-10-101-4/+73
| | | | svn path=/trunk/; revision=281
* Chris Hanson's Kerberos support, plus documentation.Eric S. Raymond1996-10-101-1/+14
| | | | svn path=/trunk/; revision=280
* Quieter progress messages.Eric S. Raymond1996-10-091-20/+13
| | | | svn path=/trunk/; revision=274
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-9/+0
| | | | svn path=/trunk/; revision=273
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-22/+0
| | | | svn path=/trunk/; revision=267
* Message fix.Eric S. Raymond1996-10-091-1/+1
| | | | svn path=/trunk/; revision=264
* Typo fix.Eric S. Raymond1996-10-091-1/+1
| | | | svn path=/trunk/; revision=263
* Reset timeout so we don't choke on very long messages.Eric S. Raymond1996-10-091-0/+3
| | | | svn path=/trunk/; revision=262
* Put timeout default in configuration file.Eric S. Raymond1996-10-091-6/+3
| | | | svn path=/trunk/; revision=261
* Arrange for timeout by client if server connection is dropped.Eric S. Raymond1996-10-091-12/+55
| | | | svn path=/trunk/; revision=260
* Don't send \r\n to MDAs.Eric S. Raymond1996-10-081-2/+12
| | | | svn path=/trunk/; revision=245
* Termination fix.Eric S. Raymond1996-10-081-3/+4
| | | | svn path=/trunk/; revision=244
* Bug fixes and better RC file documentation.Eric S. Raymond1996-10-081-0/+4
| | | | svn path=/trunk/; revision=243
* Cleaner termination.Eric S. Raymond1996-10-071-3/+5
| | | | svn path=/trunk/; revision=237
* Restore --mda, with cleaner implementation this time.Eric S. Raymond1996-10-041-80/+75
| | | | svn path=/trunk/; revision=214
* Avoid croaking on all-lower-case headers.Eric S. Raymond1996-10-031-7/+7
| | | | svn path=/trunk/; revision=207
* Make the check for whether --flush and --all work protocol-independent.Eric S. Raymond1996-10-021-0/+18
| | | | svn path=/trunk/; revision=205
* Reverse order of arguments in OK method.Eric S. Raymond1996-10-021-7/+7
| | | | svn path=/trunk/; revision=201
* Better cvomments.Eric S. Raymond1996-10-011-0/+8
| | | | svn path=/trunk/; revision=193
* Simplify the driver main loop.Eric S. Raymond1996-10-011-30/+23
| | | | svn path=/trunk/; revision=189
* The great options massacre.Eric S. Raymond1996-09-281-154/+57
| | | | svn path=/trunk/; revision=178
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-281-3/+8
| | | | svn path=/trunk/; revision=168
* Code reorganization, to make it easier for the new UIDL support.Eric S. Raymond1996-09-271-35/+45
| | | | svn path=/trunk/; revision=166
* We know APOP works. Also add a POP3 optimization.Eric S. Raymond1996-09-271-3/+1
| | | | svn path=/trunk/; revision=165
* Add code to bind to privileged port as needed for RPOP.Eric S. Raymond1996-09-261-0/+28
| | | | svn path=/trunk/; revision=160
* Reorganize to speed up typical case.Eric S. Raymond1996-09-261-37/+43
| | | | svn path=/trunk/; revision=159
* Quiet the program.Eric S. Raymond1996-09-261-1/+1
| | | | svn path=/trunk/; revision=158
* Even more improved sizeticker.Eric S. Raymond1996-09-261-3/+3
| | | | svn path=/trunk/; revision=156
* Reorganize to eliminate forward declarations.Eric S. Raymond1996-09-251-2/+3
| | | | svn path=/trunk/; revision=136
* Eliminate an #ifdef.Eric S. Raymond1996-09-251-282/+278
| | | | svn path=/trunk/; revision=135
* Eliminate some unnecessary headers.Eric S. Raymond1996-09-251-12/+2
| | | | svn path=/trunk/; revision=129
* POP2 now goes through the generic driver.Eric S. Raymond1996-09-251-12/+11
| | | | svn path=/trunk/; revision=128
* Minor fixes.Eric S. Raymond1996-09-241-2/+5
| | | | svn path=/trunk/; revision=127
* Quiet the program down a bit.Eric S. Raymond1996-09-241-5/+11
| | | | svn path=/trunk/; revision=126
* Improved RFC822 conformance in SMTP code.Eric S. Raymond1996-09-241-2/+4
| | | | svn path=/trunk/; revision=116
* The great name change.Eric S. Raymond1996-09-241-4/+4
| | | | svn path=/trunk/; revision=114
* Handle RFC822 continuation.Eric S. Raymond1996-09-231-3/+19
| | | | svn path=/trunk/; revision=108
* Michael Scwendt's octet-listing change.Eric S. Raymond1996-09-231-1/+1
| | | | svn path=/trunk/; revision=107
* Better protection against buffer overruns.Eric S. Raymond1996-09-231-7/+7
| | | | svn path=/trunk/; revision=106
* Rob Funk's improved header parsing.Eric S. Raymond1996-09-221-21/+44
| | | | svn path=/trunk/; revision=102
* Added improved sizeticker code.Eric S. Raymond1996-09-191-6/+6
| | | | svn path=/trunk/; revision=99
* Better debugging of SMTP stuff.Eric S. Raymond1996-09-121-0/+9
| | | | svn path=/trunk/; revision=90