aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Collapse)AuthorAgeFilesLines
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
| | | | svn path=/trunk/; revision=1133
* Another try at Kerberos autoconfiguration.Eric S. Raymond1997-07-011-0/+4
| | | | svn path=/trunk/; revision=1130
* Fix the length checks.Eric S. Raymond1997-06-261-3/+3
| | | | svn path=/trunk/; revision=1123
* Fix the Kerberos code.Eric S. Raymond1997-06-241-3/+3
| | | | svn path=/trunk/; revision=1111
* 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
* -Wall cleanup.Eric S. Raymond1997-06-111-2/+0
| | | | svn path=/trunk/; revision=1083
* Guarantee that we can deduce a 32-bit type.Eric S. Raymond1997-06-101-2/+10
| | | | svn path=/trunk/; revision=1079
* Deal with 0-length response.Eric S. Raymond1997-06-051-6/+22
| | | | svn path=/trunk/; revision=1065
* Rob Funk was right.Eric S. Raymond1997-06-041-6/+15
| | | | svn path=/trunk/; revision=1062
* Fix Rob Funk's bug.Eric S. Raymond1997-06-041-1/+13
| | | | svn path=/trunk/; revision=1061
* Caseblind interpretation of capability response.Eric S. Raymond1997-06-021-1/+2
| | | | svn path=/trunk/; revision=1058
* Force 32 bits for RFC1731 calculation.Eric S. Raymond1997-05-281-5/+4
| | | | svn path=/trunk/; revision=1034
* Nailed.Eric S. Raymond1997-05-271-11/+4
| | | | svn path=/trunk/; revision=1031
* Add imap-k4 capability.Eric S. Raymond1997-05-271-30/+297
| | | | svn path=/trunk/; revision=1029
* Cleanup.Eric S. Raymond1997-05-171-4/+4
| | | | svn path=/trunk/; revision=1018
* Another step towards cleaner code.Eric S. Raymond1997-05-171-11/+6
| | | | svn path=/trunk/; revision=1017
* IMAP now splits its request in half.Eric S. Raymond1997-05-171-7/+43
| | | | svn path=/trunk/; revision=1016
* Add multiple-folder support.Eric S. Raymond1997-05-151-4/+5
| | | | svn path=/trunk/; revision=1012
* -Wall cleanup.Eric S. Raymond1997-05-151-5/+5
| | | | svn path=/trunk/; revision=1011
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-26/+26
| | | | | | | 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
* RFC2061 changes.Eric S. Raymond1997-02-151-2/+5
| | | | svn path=/trunk/; revision=882
* CR-strip fix.Eric S. Raymond1997-01-271-0/+3
| | | | svn path=/trunk/; revision=833
* Avoid random return value.Eric S. Raymond1997-01-241-6/+8
| | | | svn path=/trunk/; revision=819
* Introduce gen_recv.Eric S. Raymond1997-01-241-35/+14
| | | | svn path=/trunk/; revision=814
* Set peek_capable properly.Eric S. Raymond1997-01-231-0/+2
| | | | svn path=/trunk/; revision=813
* Make this aware of RFC2060.Eric S. Raymond1997-01-231-11/+64
| | | | svn path=/trunk/; revision=812
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-0/+2
| | | | svn path=/trunk/; revision=781
* Deal with the fact that EXPUNGEs changed fetch numbers.Eric S. Raymond1997-01-141-5/+29
| | | | svn path=/trunk/; revision=760
* Expunge fix.Eric S. Raymond1997-01-141-3/+7
| | | | 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-2/+6
| | | | svn path=/trunk/; revision=699
* Drop back to using SockGets/SockWrite.Eric S. Raymond1996-12-241-4/+5
| | | | svn path=/trunk/; revision=683
* Remove some inclusions no longer needed.Eric S. Raymond1996-12-171-2/+1
| | | | svn path=/trunk/; revision=653
* Clean up some extra trailing LFs.Eric S. Raymond1996-12-171-0/+8
| | | | svn path=/trunk/; revision=652
* SockGets is gone.Eric S. Raymond1996-12-171-4/+4
| | | | svn path=/trunk/; revision=650
* Protocol labels for in-out messages.Eric S. Raymond1996-12-171-2/+2
| | | | svn path=/trunk/; revision=646
* Yet morer error message cleanup.Eric S. Raymond1996-12-171-2/+2
| | | | svn path=/trunk/; revision=645
* More through error conversion.Eric S. Raymond1996-12-171-2/+2
| | | | svn path=/trunk/; revision=644
* Add full IMAP4 capability.Eric S. Raymond1996-12-091-6/+28
| | | | svn path=/trunk/; revision=620
* Prototypes everywhere.Eric S. Raymond1996-11-081-33/+9
| | | | svn path=/trunk/; revision=515
* Ooops...don't exit where a return will do.Eric S. Raymond1996-11-061-1/+1
| | | | svn path=/trunk/; revision=490
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-10/+6
| | | | svn path=/trunk/; revision=488
* Insert fseeks to prevent read-write lossage.Eric S. Raymond1996-11-041-0/+5
| | | | 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-5/+5
| | | | svn path=/trunk/; revision=479
* STEP 3: File pointer arguments in SockGets()/SockPuts().Eric S. Raymond1996-10-311-4/+4
| | | | svn path=/trunk/; revision=446
* STEP 1: Make all methods take file pointer arguments.Eric S. Raymond1996-10-311-26/+26
| | | | svn path=/trunk/; revision=444
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-8/+8
| | | | svn path=/trunk/; revision=396