aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are configu...Matthias Andree2006-11-121-1/+1
* Snapshot 6.3.6-rc1.Matthias Andree2006-11-011-0/+6
* Fix more compiler warnings.Matthias Andree2006-03-141-2/+10
* Fix broken default port in POP2. Patch by Stanislav Brabec, SUSE [CZ].Matthias Andree2005-12-051-2/+2
* Change method->trail prototype to allow passing a tag to expect.Matthias Andree2005-11-091-1/+1
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-5/+0
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-1/+1
* Fix various warnings.Matthias Andree2004-06-191-1/+5
* 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