aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Expand)AuthorAgeFilesLines
* OpenBSD port patches.Eric S. Raymond1999-06-121-1/+1
* Prevent false positives during body fetches.Eric S. Raymond1999-06-111-1/+1
* CRAM-MD5 authentication support a la RFC2195.Eric S. Raymond1999-06-081-0/+136
* Typo fix.Eric S. Raymond1999-04-251-1/+1
* Comment aboout OpenMail.Eric S. Raymond1999-04-251-4/+5
* Deleted -> Seen, Deleted.Eric S. Raymond1999-04-211-2/+7
* Enable expunge to controil POP2 and POP3 checkpointing.Eric S. Raymond1999-04-181-5/+15
* Ready to ship 5.0.0.Eric S. Raymond1999-02-281-0/+8
* Simplify error reporting further.Eric S. Raymond1999-02-031-42/+42
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-42/+47
* SDPS changes from Paul Murphy.Eric S. Raymond1999-01-301-1/+1
* error -> report, third stage.Eric S. Raymond1999-01-051-19/+19
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-7/+7
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-42/+42
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-19/+19
* Fix copyrights.Eric S. Raymond1998-12-041-2/+0
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-32/+35
* Gerald Britton's support for mixed Kerberos and Hesiod.Eric S. Raymond1998-11-171-0/+5
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-3/+5
* Cosmetic fix.Eric S. Raymond1998-10-201-43/+43
* More verbosity fixes.Eric S. Raymond1998-10-171-17/+17
* Introduced O_DEBUG.Eric S. Raymond1998-10-171-18/+18
* SockClose() abstraction.Eric S. Raymond1998-07-251-6/+7
* Fix to OPIE code.Eric S. Raymond1998-06-301-1/+1
* Re-enable OPIE build.Eric S. Raymond1998-06-081-1/+1
* Brendan Cully's fixes for GSSAPI.Eric S. Raymond1998-06-041-0/+1
* *** empty log message ***Eric S. Raymond1998-05-151-1/+1
* NetBSD config changes.Eric S. Raymond1998-05-121-1/+1
* Typo fix.Eric S. Raymond1998-03-241-1/+1
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-241-2/+2
* Fix IMAP password shrouding.Eric S. Raymond1998-03-181-23/+10
* Fix -Wall warnings.Eric S. Raymond1998-03-171-0/+2
* Get copmpatible with Cyrus again.Eric S. Raymond1998-03-171-0/+2
* Spaces in IMAP names.Eric S. Raymond1998-03-161-1/+1
* True caseblinding.Eric S. Raymond1998-03-131-4/+10
* Implement RFC1730 quoting.Eric S. Raymond1998-03-031-4/+36
* Relax the LOGIN capability test.Eric S. Raymond1998-03-021-1/+2
* MSGBUFSIZE everywhere.Eric S. Raymond1998-02-261-6/+6
* Don't assume IMAP4rev0 servers will advertise AUTH=LOGIN.Eric S. Raymond1998-02-261-1/+1
* Craig's patches in response to cmetz3.Eric S. Raymond1998-02-211-3/+9
* Changes for OTP-IMAP.Eric S. Raymond1998-02-201-0/+75
* Fix IMAP4rev1 detection.Eric S. Raymond1998-02-191-1/+1
* Cleanup.Eric S. Raymond1998-02-171-1/+0
* *** empty log message ***Eric S. Raymond1998-02-171-1/+1
* IPV6.Eric S. Raymond1998-02-161-1/+6
* Correct deletion-counter handling on re-poll.Eric S. Raymond1998-01-231-21/+17
* 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