aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Collapse)AuthorAgeFilesLines
* Change name of string-saver functions.Eric S. Raymond1996-11-281-4/+4
| | | | svn path=/trunk/; revision=584
* Avoid malloc overrun core-dump.Eric S. Raymond1996-11-271-3/+4
| | | | svn path=/trunk/; revision=574
* General cleanup for 2.0 release.Eric S. Raymond1996-11-161-0/+1
| | | | svn path=/trunk/; revision=547
* Fix for unusual octet count format.Eric S. Raymond1996-11-111-2/+2
| | | | svn path=/trunk/; revision=529
* Prototypes everywhere.Eric S. Raymond1996-11-081-60/+39
| | | | svn path=/trunk/; revision=515
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-6/+5
| | | | svn path=/trunk/; revision=488
* Insert fseeks to prevent read-write lossage.Eric S. Raymond1996-11-041-0/+2
| | | | svn path=/trunk/; revision=485
* Eliminated socket.h.Eric S. Raymond1996-11-041-1/+0
| | | | svn path=/trunk/; revision=480
* Special socket I/O almost gone!Eric S. Raymond1996-11-041-4/+4
| | | | svn path=/trunk/; revision=479
* Header cleanup.Eric S. Raymond1996-11-011-1/+1
| | | | svn path=/trunk/; revision=463
* STEP 3: File pointer arguments in SockGets()/SockPuts().Eric S. Raymond1996-10-311-3/+3
| | | | svn path=/trunk/; revision=446
* STEP 1: Make all methods take file pointer arguments.Eric S. Raymond1996-10-311-29/+29
| | | | svn path=/trunk/; revision=444
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-4/+9
| | | | svn path=/trunk/; revision=396
* Include mx.h, fix a memory leak.Eric S. Raymond1996-10-261-7/+6
| | | | svn path=/trunk/; revision=395
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-27/+27
| | | | svn path=/trunk/; revision=391
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-0/+35
| | | | svn path=/trunk/; revision=390
* Cleaner UIDL.Eric S. Raymond1996-10-211-6/+4
| | | | svn path=/trunk/; revision=362
* Screem loudly on protocol errors.Eric S. Raymond1996-10-211-5/+7
| | | | svn path=/trunk/; revision=361
* Better errorb bailout in the UIDL handling.Eric S. Raymond1996-10-211-5/+8
| | | | svn path=/trunk/; revision=360
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-191-2/+12
| | | | svn path=/trunk/; revision=353
* Better octet-message parsing.Eric S. Raymond1996-10-191-2/+11
| | | | svn path=/trunk/; revision=351
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-9/+3
| | | | svn path=/trunk/; revision=345
* Fixes for UIDL and Kerberos problems.Eric S. Raymond1996-10-131-20/+8
| | | | svn path=/trunk/; revision=319
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-4/+2
| | | | svn path=/trunk/; revision=299
* UIDs, take 3.Eric S. Raymond1996-10-101-3/+3
| | | | svn path=/trunk/; revision=290
* UIDs, phase 2.Eric S. Raymond1996-10-101-3/+43
| | | | svn path=/trunk/; revision=287
* Kerberos integration, stage 3.Eric S. Raymond1996-10-101-13/+0
| | | | svn path=/trunk/; revision=283
* Relocate the kerberos code to driver.c.Eric S. Raymond1996-10-101-56/+1
| | | | svn path=/trunk/; revision=281
* Chris Hanson's Kerberos support, plus documentation.Eric S. Raymond1996-10-101-1/+69
| | | | svn path=/trunk/; revision=280
* Cleaner authentication code.Eric S. Raymond1996-10-091-17/+8
| | | | svn path=/trunk/; revision=278
* Let POP3 pick up the message length.Eric S. Raymond1996-10-091-2/+8
| | | | svn path=/trunk/; revision=272
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-10/+0
| | | | svn path=/trunk/; revision=267
* RC file syntax change, folder->mailbox, remote->remotename.Eric S. Raymond1996-10-041-1/+1
| | | | svn path=/trunk/; revision=220
* Avoid SPARC bug.Eric S. Raymond1996-10-041-1/+1
| | | | svn path=/trunk/; revision=213
* Avoid SPARC bug.Eric S. Raymond1996-10-041-5/+1
| | | | svn path=/trunk/; revision=212
* Reverse order of arguments in OK method.Eric S. Raymond1996-10-021-9/+9
| | | | svn path=/trunk/; revision=201
* Simplify the driver main loop.Eric S. Raymond1996-10-011-11/+15
| | | | svn path=/trunk/; revision=189
* The great options massacre.Eric S. Raymond1996-09-281-10/+2
| | | | svn path=/trunk/; revision=178
* Give up on POP3 UIDs, they're a dead loss.Eric S. Raymond1996-09-281-80/+4
| | | | svn path=/trunk/; revision=173
* Better comments.Eric S. Raymond1996-09-281-5/+7
| | | | svn path=/trunk/; revision=169
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-281-69/+106
| | | | svn path=/trunk/; revision=168
* We know APOP works. Also add a POP3 optimization.Eric S. Raymond1996-09-271-1/+1
| | | | svn path=/trunk/; revision=165
* No more rpopid field.Eric S. Raymond1996-09-261-4/+11
| | | | svn path=/trunk/; revision=162
* Yet more simplification.Eric S. Raymond1996-09-251-131/+49
| | | | svn path=/trunk/; revision=132
* Another simplification.Eric S. Raymond1996-09-251-39/+7
| | | | svn path=/trunk/; revision=131
* One more simplification.Eric S. Raymond1996-09-251-36/+4
| | | | svn path=/trunk/; revision=130
* Eliminate some unnecessary headers.Eric S. Raymond1996-09-251-9/+0
| | | | svn path=/trunk/; revision=129
* The great name change.Eric S. Raymond1996-09-241-2/+2
| | | | svn path=/trunk/; revision=114
* Better protection against buffer overruns.Eric S. Raymond1996-09-231-5/+5
| | | | svn path=/trunk/; revision=106
* Add RPOP support.Eric S. Raymond1996-09-131-48/+46
| | | | svn path=/trunk/; revision=94