aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-9/+3
* Fixes for UIDL and Kerberos problems.Eric S. Raymond1996-10-131-20/+8
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-4/+2
* UIDs, take 3.Eric S. Raymond1996-10-101-3/+3
* UIDs, phase 2.Eric S. Raymond1996-10-101-3/+43
* Kerberos integration, stage 3.Eric S. Raymond1996-10-101-13/+0
* Relocate the kerberos code to driver.c.Eric S. Raymond1996-10-101-56/+1
* Chris Hanson's Kerberos support, plus documentation.Eric S. Raymond1996-10-101-1/+69
* Cleaner authentication code.Eric S. Raymond1996-10-091-17/+8
* Let POP3 pick up the message length.Eric S. Raymond1996-10-091-2/+8
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-10/+0
* RC file syntax change, folder->mailbox, remote->remotename.Eric S. Raymond1996-10-041-1/+1
* Avoid SPARC bug.Eric S. Raymond1996-10-041-1/+1
* Avoid SPARC bug.Eric S. Raymond1996-10-041-5/+1
* Reverse order of arguments in OK method.Eric S. Raymond1996-10-021-9/+9
* Simplify the driver main loop.Eric S. Raymond1996-10-011-11/+15
* The great options massacre.Eric S. Raymond1996-09-281-10/+2
* Give up on POP3 UIDs, they're a dead loss.Eric S. Raymond1996-09-281-80/+4
* Better comments.Eric S. Raymond1996-09-281-5/+7
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-281-69/+106
* We know APOP works. Also add a POP3 optimization.Eric S. Raymond1996-09-271-1/+1
* No more rpopid field.Eric S. Raymond1996-09-261-4/+11
* Yet more simplification.Eric S. Raymond1996-09-251-131/+49
* Another simplification.Eric S. Raymond1996-09-251-39/+7
* One more simplification.Eric S. Raymond1996-09-251-36/+4
* Eliminate some unnecessary headers.Eric S. Raymond1996-09-251-9/+0
* The great name change.Eric S. Raymond1996-09-241-2/+2
* Better protection against buffer overruns.Eric S. Raymond1996-09-231-5/+5
* Add RPOP support.Eric S. Raymond1996-09-131-48/+46
* No more `bis'.Eric S. Raymond1996-09-121-1/+1
* exclude --remote from POP3.Eric S. Raymond1996-09-121-0/+5
* Reenable APOP compilation.Eric S. Raymond1996-09-111-1/+1
* Portability cleanup.Eric S. Raymond1996-08-271-5/+0
* Successfully genericized POP3 and IMAP.Eric S. Raymond1996-08-271-0/+226
* Eliminate the dedicated POP3 driver loop.Eric S. Raymond1996-08-271-673/+5
* Added autoprobe logic.Eric S. Raymond1996-08-261-1/+1
* We have IMAP support.Eric S. Raymond1996-08-261-2/+2
* Condition out most of the debugging.Eric S. Raymond1996-08-231-2/+45
* Added support for RFC-1725-compliant servers with UIDL and without LAST.Eric S. Raymond1996-08-221-3/+79
* Change the LAST logic slightly, preparatory to using UIDL.Eric S. Raymond1996-08-221-12/+11
* Minor bug fixes.Eric S. Raymond1996-08-021-2/+2
* Freeze bug fixes befoire adding more features.Eric S. Raymond1996-07-191-4/+8
* Change of name.Eric S. Raymond1996-07-031-38/+38
* optrec -> hostrec.Eric S. Raymond1996-07-031-5/+5
* Got rid of line limit member.Eric S. Raymond1996-07-031-2/+2
* Got rid of verbose member, changed whicpop to protocol.Eric S. Raymond1996-07-031-1/+1
* Merged hostrec and option structures.Eric S. Raymond1996-07-031-5/+3
* Some name changes.Eric S. Raymond1996-07-021-6/+6
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-53/+4
* This is what I sent Harris.Eric S. Raymond1996-06-261-24/+42