aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.Matthias Andree2006-11-271-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4968
* Complain if strong authentication is requested.Matthias Andree2006-11-271-0/+8
| | | | svn path=/branches/BRANCH_6-3/; revision=4966
* Trash shroud store.Matthias Andree2006-11-271-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4965
* Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are ↵Matthias Andree2006-11-121-1/+1
| | | | | | configured and STARTTLS fails. Only by omitting all of these options, fetchmail will try opportunistic TLS. svn path=/branches/BRANCH_6-3/; revision=4929
* Snapshot 6.3.6-rc1.Matthias Andree2006-11-011-0/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4925
* Fix more compiler warnings.Matthias Andree2006-03-141-2/+10
| | | | svn path=/branches/BRANCH_6-3/; revision=4736
* Fix broken default port in POP2. Patch by Stanislav Brabec, SUSE [CZ].Matthias Andree2005-12-051-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4506
* Change method->trail prototype to allow passing a tag to expect.Matthias Andree2005-11-091-1/+1
| | | | svn path=/trunk/; revision=4394
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-5/+0
| | | | svn path=/trunk/; revision=4219
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-1/+1
| | | | svn path=/trunk/; revision=4186
* Fix various warnings.Matthias Andree2004-06-191-1/+5
| | | | svn path=/trunk/; revision=3904
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+1
| | | | svn path=/trunk/; revision=3858
* Routine updates, including the latest Shetye patch.Eric S. Raymond2002-12-261-0/+1
| | | | svn path=/trunk/; revision=3778
* Bug fixes.Eric S. Raymond2001-03-221-1/+1
| | | | svn path=/trunk/; revision=3268
* Shrouding is now done over a narrower scope.Eric S. Raymond2001-03-141-3/+6
| | | | svn path=/trunk/; revision=3252
* Nake methods invisible except through the driver's table.Eric S. Raymond2001-03-131-2/+2
| | | | svn path=/trunk/; revision=3249
* Ready to send this to Mike.Eric S. Raymond1999-11-061-3/+3
| | | | svn path=/trunk/; revision=2649
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-1/+3
| | | | svn path=/trunk/; revision=2643
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-241-2/+3
| | | | svn path=/trunk/; revision=1719
* Fix IMAP password shrouding.Eric S. Raymond1998-03-181-0/+1
| | | | svn path=/trunk/; revision=1712
* IPV6.Eric S. Raymond1998-02-161-0/+4
| | | | svn path=/trunk/; revision=1639
* Smart re-polling support.Eric S. Raymond1997-09-301-0/+1
| | | | svn path=/trunk/; revision=1437
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-1/+7
| | | | svn path=/trunk/; revision=1430
* Make X-IMAP test universal.Eric S. Raymond1997-09-231-1/+0
| | | | svn path=/trunk/; revision=1396
* Simplify the length handling.Eric S. Raymond1997-09-141-1/+0
| | | | svn path=/trunk/; revision=1339
* Deal with X-IMAP header properly.Eric S. Raymond1997-08-071-0/+1
| | | | svn path=/trunk/; revision=1244
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+2
| | | | svn path=/trunk/; revision=1133
* Don't rely on the size being in POP3's fetch response any more.Eric S. Raymond1997-06-141-0/+1
| | | | svn path=/trunk/; revision=1098
* Copyright cleanup.Eric S. Raymond1997-06-131-2/+1
| | | | svn path=/trunk/; revision=1095
* More bool conversions.Eric S. Raymond1997-06-131-2/+2
| | | | svn path=/trunk/; revision=1094
* Normal build is now with POP2 disabled and optimization on.Eric S. Raymond1997-06-111-1/+3
| | | | svn path=/trunk/; revision=1080
* IMAP now splits its request in half.Eric S. Raymond1997-05-171-0/+1
| | | | svn path=/trunk/; revision=1016
* Add multiple-folder support.Eric S. Raymond1997-05-151-10/+16
| | | | svn path=/trunk/; revision=1012
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-11/+11
| | | | | | | to SockRead a la read(2). This is all part of an attempt to deal with embedded NULs in IMAP messages. svn path=/trunk/; revision=992
* Introduce gen_recv.Eric S. Raymond1997-01-241-9/+2
| | | | svn path=/trunk/; revision=814
* 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
* 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-1/+2
| | | | svn path=/trunk/; revision=683
* 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/+4
| | | | svn path=/trunk/; revision=652
* SockGets is gone.Eric S. Raymond1996-12-171-1/+1
| | | | svn path=/trunk/; revision=650
* Protocol labels for in-out messages.Eric S. Raymond1996-12-171-1/+1
| | | | svn path=/trunk/; revision=646
* Yet morer error message cleanup.Eric S. Raymond1996-12-171-1/+1
| | | | svn path=/trunk/; revision=645
* More through error conversion.Eric S. Raymond1996-12-171-1/+1
| | | | svn path=/trunk/; revision=644
* Add full IMAP4 capability.Eric S. Raymond1996-12-091-0/+1
| | | | svn path=/trunk/; revision=620
* Prototypes everywhere.Eric S. Raymond1996-11-081-21/+6
| | | | svn path=/trunk/; revision=515
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-2/+3
| | | | svn path=/trunk/; revision=488
* 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-2/+2
| | | | svn path=/trunk/; revision=479