aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Collapse)AuthorAgeFilesLines
* Alain Knaff's patch.Eric S. Raymond1997-09-221-0/+9
| | | | svn path=/trunk/; revision=1385
* Simplify the length handling.Eric S. Raymond1997-09-141-7/+12
| | | | svn path=/trunk/; revision=1339
* Works with Microsoft Exchange.Eric S. Raymond1997-09-141-0/+4
| | | | svn path=/trunk/; revision=1337
* Wolfgang Wander's patch for better UIDL-only support.Eric S. Raymond1997-08-161-3/+114
| | | | svn path=/trunk/; revision=1272
* Deal with X-IMAP header properly.Eric S. Raymond1997-08-071-0/+14
| | | | svn path=/trunk/; revision=1244
* Fix the POP3 querying.Eric S. Raymond1997-08-011-3/+2
| | | | svn path=/trunk/; revision=1213
* Add comment.Eric S. Raymond1997-07-211-0/+4
| | | | svn path=/trunk/; revision=1175
* First round of changes for OPIE support.Eric S. Raymond1997-07-171-1/+40
| | | | svn path=/trunk/; revision=1173
* LOCKBUSY changes.Eric S. Raymond1997-07-031-3/+36
| | | | svn path=/trunk/; revision=1147
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
| | | | svn path=/trunk/; revision=1133
* Don't rely on the size being in POP3's fetch response any more.Eric S. Raymond1997-06-141-12/+4
| | | | svn path=/trunk/; revision=1098
* More bool conversions.Eric S. Raymond1997-06-131-2/+2
| | | | svn path=/trunk/; revision=1094
* Handle slavishly RFC1725-conformant servers.Eric S. Raymond1997-06-131-2/+16
| | | | svn path=/trunk/; revision=1092
* 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-2/+5
| | | | svn path=/trunk/; revision=1012
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-24/+24
| | | | | | | 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
* Better error logging.Eric S. Raymond1997-04-061-2/+2
| | | | svn path=/trunk/; revision=954
* Added -U option.Eric S. Raymond1997-03-131-2/+5
| | | | svn path=/trunk/; revision=931
* Various minor bugfixes.Eric S. Raymond1997-02-101-1/+1
| | | | svn path=/trunk/; revision=859
* Correct length calculation.Eric S. Raymond1997-01-281-1/+1
| | | | svn path=/trunk/; revision=835
* Better error tracking.Eric S. Raymond1997-01-241-3/+3
| | | | svn path=/trunk/; revision=815
* Introduce gen_recv.Eric S. Raymond1997-01-241-24/+4
| | | | svn path=/trunk/; revision=814
* RPOP support is back.Eric S. Raymond1997-01-201-1/+9
| | | | svn path=/trunk/; revision=791
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-0/+2
| | | | svn path=/trunk/; revision=781
* 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