aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Collapse)AuthorAgeFilesLines
* Expunge fix.Eric S. Raymond1997-01-141-1/+0
| | | | svn path=/trunk/; revision=759
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-1/+1
| | | | svn path=/trunk/; revision=757
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-2/+2
| | | | svn path=/trunk/; revision=754
* Have IMAP set seen flag if keep is on.Eric S. Raymond1996-12-271-1/+1
| | | | svn path=/trunk/; revision=699
* Drop back to using SockGets/SockWrite.Eric S. Raymond1996-12-241-3/+4
| | | | svn path=/trunk/; revision=683
* Note that ID comparisons are caseblind.Eric S. Raymond1996-12-181-0/+3
| | | | svn path=/trunk/; revision=656
* Remove some inclusions no longer needed.Eric S. Raymond1996-12-171-1/+0
| | | | svn path=/trunk/; revision=653
* Clean up some extra trailing LFs.Eric S. Raymond1996-12-171-0/+12
| | | | svn path=/trunk/; revision=652
* SockGets is gone.Eric S. Raymond1996-12-171-3/+3
| | | | svn path=/trunk/; revision=650
* Protocol labels for in-out messages.Eric S. Raymond1996-12-171-3/+3
| | | | svn path=/trunk/; revision=646
* Yet morer error message cleanup.Eric S. Raymond1996-12-171-3/+3
| | | | svn path=/trunk/; revision=645
* More through error conversion.Eric S. Raymond1996-12-171-3/+3
| | | | svn path=/trunk/; revision=644
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-4/+4
| | | | svn path=/trunk/; revision=636
* Add full IMAP4 capability.Eric S. Raymond1996-12-091-0/+1
| | | | svn path=/trunk/; revision=620
* 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