aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
Commit message (Expand)AuthorAgeFilesLines
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+1
* Routine updates, including the latest Shetye patch.Eric S. Raymond2002-12-261-0/+1
* Bug fixes.Eric S. Raymond2001-03-221-1/+1
* Shrouding is now done over a narrower scope.Eric S. Raymond2001-03-141-3/+6
* Nake methods invisible except through the driver's table.Eric S. Raymond2001-03-131-2/+2
* Ready to send this to Mike.Eric S. Raymond1999-11-061-3/+3
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-1/+3
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-241-2/+3
* Fix IMAP password shrouding.Eric S. Raymond1998-03-181-0/+1
* IPV6.Eric S. Raymond1998-02-161-0/+4
* Smart re-polling support.Eric S. Raymond1997-09-301-0/+1
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-1/+7
* Make X-IMAP test universal.Eric S. Raymond1997-09-231-1/+0
* Simplify the length handling.Eric S. Raymond1997-09-141-1/+0
* Deal with X-IMAP header properly.Eric S. Raymond1997-08-071-0/+1
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+2
* Don't rely on the size being in POP3's fetch response any more.Eric S. Raymond1997-06-141-0/+1
* Copyright cleanup.Eric S. Raymond1997-06-131-2/+1
* More bool conversions.Eric S. Raymond1997-06-131-2/+2
* Normal build is now with POP2 disabled and optimization on.Eric S. Raymond1997-06-111-1/+3
* IMAP now splits its request in half.Eric S. Raymond1997-05-171-0/+1
* Add multiple-folder support.Eric S. Raymond1997-05-151-10/+16
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-11/+11
* Introduce gen_recv.Eric S. Raymond1997-01-241-9/+2
* Expunge fix.Eric S. Raymond1997-01-141-1/+0
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-1/+1
* Have IMAP set seen flag if keep is on.Eric S. Raymond1996-12-271-1/+1
* Drop back to using SockGets/SockWrite.Eric S. Raymond1996-12-241-1/+2
* Remove some inclusions no longer needed.Eric S. Raymond1996-12-171-1/+0
* Clean up some extra trailing LFs.Eric S. Raymond1996-12-171-0/+4
* SockGets is gone.Eric S. Raymond1996-12-171-1/+1
* Protocol labels for in-out messages.Eric S. Raymond1996-12-171-1/+1
* Yet morer error message cleanup.Eric S. Raymond1996-12-171-1/+1
* More through error conversion.Eric S. Raymond1996-12-171-1/+1
* Add full IMAP4 capability.Eric S. Raymond1996-12-091-0/+1
* Prototypes everywhere.Eric S. Raymond1996-11-081-21/+6
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-2/+3
* Eliminated socket.h.Eric S. Raymond1996-11-041-1/+0
* Special socket I/O almost gone!Eric S. Raymond1996-11-041-2/+2
* STEP 3: File pointer arguments in SockGets()/SockPuts().Eric S. Raymond1996-10-311-1/+1
* STEP 1: Make all methods take file pointer arguments.Eric S. Raymond1996-10-311-16/+16
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-2/+5
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-13/+13
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-0/+1
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-191-2/+3
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-9/+7
* RC file syntax change, folder->mailbox, remote->remotename.Eric S. Raymond1996-10-041-2/+2
* Make the check for whether --flush and --all work protocol-independent.Eric S. Raymond1996-10-021-10/+0
* Reverse order of arguments in OK method.Eric S. Raymond1996-10-021-2/+2
* Simplify the driver main loop.Eric S. Raymond1996-10-011-5/+3