aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-0/+4
* Corrected OTP support.Eric S. Raymond1998-01-231-22/+31
* Better POP3 error messages.Eric S. Raymond1997-12-011-2/+21
* Sent this to Gunther Leber.Eric S. Raymond1997-11-281-1/+6
* Ready to ship, I think.Eric S. Raymond1997-11-221-36/+24
* Wolfgang Wander's patches.Eric S. Raymond1997-10-151-1/+3
* -Wall cleanup.Eric S. Raymond1997-10-101-2/+2
* Minor tweaks.Eric S. Raymond1997-10-101-0/+2
* Better behavior on line hits.Eric S. Raymond1997-10-061-1/+6
* Enable conditioning out of POP3, IMAP, ETRN.Eric S. Raymond1997-10-041-1/+2
* Apply Wolf Schmidt's fixes to the RPA dialogue.Eric S. Raymond1997-10-021-35/+42
* More robust message size queriesEric S. Raymond1997-09-301-2/+0
* Integrated RPA support.Eric S. Raymond1997-09-301-16/+52
* Rearrange the code to clean up lock-checking in getauth.Eric S. Raymond1997-09-301-52/+48
* Smart re-polling support.Eric S. Raymond1997-09-301-0/+1
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-1/+7
* Greg Stark's first round of patches.Eric S. Raymond1997-09-281-2/+6
* Simplified OTP logic.Eric S. Raymond1997-09-251-16/+1
* Second pass at OPIE.Eric S. Raymond1997-09-251-2/+5
* First pass at OPIE 2.32 support.Eric S. Raymond1997-09-251-0/+2
* Make X-IMAP test universal.Eric S. Raymond1997-09-231-14/+0
* Cleanup.Eric S. Raymond1997-09-231-23/+2
* Alain Knaff's patch.Eric S. Raymond1997-09-221-0/+9
* Simplify the length handling.Eric S. Raymond1997-09-141-7/+12
* Works with Microsoft Exchange.Eric S. Raymond1997-09-141-0/+4
* Wolfgang Wander's patch for better UIDL-only support.Eric S. Raymond1997-08-161-3/+114
* Deal with X-IMAP header properly.Eric S. Raymond1997-08-071-0/+14
* Fix the POP3 querying.Eric S. Raymond1997-08-011-3/+2
* Add comment.Eric S. Raymond1997-07-211-0/+4
* First round of changes for OPIE support.Eric S. Raymond1997-07-171-1/+40
* LOCKBUSY changes.Eric S. Raymond1997-07-031-3/+36
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
* Don't rely on the size being in POP3's fetch response any more.Eric S. Raymond1997-06-141-12/+4
* More bool conversions.Eric S. Raymond1997-06-131-2/+2
* Handle slavishly RFC1725-conformant servers.Eric S. Raymond1997-06-131-2/+16
* IMAP now splits its request in half.Eric S. Raymond1997-05-171-0/+1
* Add multiple-folder support.Eric S. Raymond1997-05-151-2/+5
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-24/+24
* Better error logging.Eric S. Raymond1997-04-061-2/+2
* Added -U option.Eric S. Raymond1997-03-131-2/+5
* Various minor bugfixes.Eric S. Raymond1997-02-101-1/+1
* Correct length calculation.Eric S. Raymond1997-01-281-1/+1
* Better error tracking.Eric S. Raymond1997-01-241-3/+3
* Introduce gen_recv.Eric S. Raymond1997-01-241-24/+4
* RPOP support is back.Eric S. Raymond1997-01-201-1/+9
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-0/+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
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-2/+2
* Have IMAP set seen flag if keep is on.Eric S. Raymond1996-12-271-1/+1