aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Collapse)AuthorAgeFilesLines
* Better POP3 error messages.Eric S. Raymond1997-12-011-2/+21
| | | | svn path=/trunk/; revision=1550
* Sent this to Gunther Leber.Eric S. Raymond1997-11-281-1/+6
| | | | svn path=/trunk/; revision=1541
* Ready to ship, I think.Eric S. Raymond1997-11-221-36/+24
| | | | svn path=/trunk/; revision=1538
* Wolfgang Wander's patches.Eric S. Raymond1997-10-151-1/+3
| | | | svn path=/trunk/; revision=1516
* -Wall cleanup.Eric S. Raymond1997-10-101-2/+2
| | | | svn path=/trunk/; revision=1497
* Minor tweaks.Eric S. Raymond1997-10-101-0/+2
| | | | svn path=/trunk/; revision=1496
* Better behavior on line hits.Eric S. Raymond1997-10-061-1/+6
| | | | svn path=/trunk/; revision=1485
* Enable conditioning out of POP3, IMAP, ETRN.Eric S. Raymond1997-10-041-1/+2
| | | | svn path=/trunk/; revision=1477
* Apply Wolf Schmidt's fixes to the RPA dialogue.Eric S. Raymond1997-10-021-35/+42
| | | | svn path=/trunk/; revision=1468
* More robust message size queriesEric S. Raymond1997-09-301-2/+0
| | | | svn path=/trunk/; revision=1447
* Integrated RPA support.Eric S. Raymond1997-09-301-16/+52
| | | | svn path=/trunk/; revision=1444
* Rearrange the code to clean up lock-checking in getauth.Eric S. Raymond1997-09-301-52/+48
| | | | svn path=/trunk/; revision=1440
* 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
* Greg Stark's first round of patches.Eric S. Raymond1997-09-281-2/+6
| | | | svn path=/trunk/; revision=1428
* Simplified OTP logic.Eric S. Raymond1997-09-251-16/+1
| | | | svn path=/trunk/; revision=1413
* Second pass at OPIE.Eric S. Raymond1997-09-251-2/+5
| | | | svn path=/trunk/; revision=1408
* First pass at OPIE 2.32 support.Eric S. Raymond1997-09-251-0/+2
| | | | svn path=/trunk/; revision=1407
* Make X-IMAP test universal.Eric S. Raymond1997-09-231-14/+0
| | | | svn path=/trunk/; revision=1396
* Cleanup.Eric S. Raymond1997-09-231-23/+2
| | | | svn path=/trunk/; revision=1394
* 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