aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Expand)AuthorAgeFilesLines
* CAPABILITY may be only one of a boatload of untagged responses to theEric S. Raymond1998-01-181-25/+23
* Remodularize.Eric S. Raymond1997-12-181-24/+18
* Fixed -e 0 bug.Eric S. Raymond1997-12-181-2/+8
* GSSAPI support.Eric S. Raymond1997-12-151-1/+182
* Cleanup of numeric option handling.Eric S. Raymond1997-12-141-2/+2
* Minor bug fixes im IMAP handling.Eric S. Raymond1997-11-051-0/+6
* Various minor bug fixes.Eric S. Raymond1997-10-271-1/+9
* Use EXAMINE where appropriate.Eric S. Raymond1997-10-271-1/+4
* Try to fix IMAP-K4 yet again.Eric S. Raymond1997-10-161-5/+9
* Wolfgang Wander's patches.Eric S. Raymond1997-10-151-1/+1
* Fix IMAP-K4.Eric S. Raymond1997-10-141-5/+5
* -Wall cleanup.Eric S. Raymond1997-10-101-1/+0
* Minor tweaks.Eric S. Raymond1997-10-101-0/+2
* Better behavior on line hits.Eric S. Raymond1997-10-061-5/+17
* Fix the Kooijman bug.Eric S. Raymond1997-10-051-6/+10
* Simplify life.Eric S. Raymond1997-10-041-1/+1
* Typo fix.Eric S. Raymond1997-10-021-1/+1
* Rearrange so CAPABILITY is queried before LOGIN.Eric S. Raymond1997-10-011-74/+61
* More robust message size queriesEric S. Raymond1997-09-301-2/+1
* Eliminate the "No mail" message on second and later passes.Eric S. Raymond1997-09-301-3/+2
* Smart re-polling support.Eric S. Raymond1997-09-301-5/+22
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-19/+38
* Make X-IMAP test universal.Eric S. Raymond1997-09-231-14/+0
* Cleaner CAPABILITY handling.Eric S. Raymond1997-09-221-4/+9
* Fix error in IMAP size retrieval.Eric S. Raymond1997-09-181-1/+1
* *** empty log message ***Eric S. Raymond1997-09-181-3/+1
* Fix bug in number-scanning.Eric S. Raymond1997-09-161-4/+2
* Simplify the length handling.Eric S. Raymond1997-09-141-2/+3
* Allow this to work with Cyrus server.Eric S. Raymond1997-09-091-1/+3
* FreeBSD port changes.Eric S. Raymond1997-09-031-0/+3
* Deal with X-IMAP header properly.Eric S. Raymond1997-08-071-0/+14
* Send truename in Kerberos transactions.Eric S. Raymond1997-07-301-1/+1
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
* Another try at Kerberos autoconfiguration.Eric S. Raymond1997-07-011-0/+4
* Fix the length checks.Eric S. Raymond1997-06-261-3/+3
* Fix the Kerberos code.Eric S. Raymond1997-06-241-3/+3
* Don't rely on the size being in POP3's fetch response any more.Eric S. Raymond1997-06-141-0/+1
* Copyright cleanup.Eric S. Raymond1997-06-131-2/+1
* More bool conversions.Eric S. Raymond1997-06-131-2/+2
* -Wall cleanup.Eric S. Raymond1997-06-111-2/+0
* Guarantee that we can deduce a 32-bit type.Eric S. Raymond1997-06-101-2/+10
* Deal with 0-length response.Eric S. Raymond1997-06-051-6/+22
* Rob Funk was right.Eric S. Raymond1997-06-041-6/+15
* Fix Rob Funk's bug.Eric S. Raymond1997-06-041-1/+13
* Caseblind interpretation of capability response.Eric S. Raymond1997-06-021-1/+2
* Force 32 bits for RFC1731 calculation.Eric S. Raymond1997-05-281-5/+4
* Nailed.Eric S. Raymond1997-05-271-11/+4
* Add imap-k4 capability.Eric S. Raymond1997-05-271-30/+297
* Cleanup.Eric S. Raymond1997-05-171-4/+4
* Another step towards cleaner code.Eric S. Raymond1997-05-171-11/+6