aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Collapse)AuthorAgeFilesLines
* NTLM support integrated.Eric S. Raymond1999-09-141-1/+93
| | | | svn path=/trunk/; revision=2554
* Code changes needed for next release.Eric S. Raymond1999-09-111-7/+8
| | | | svn path=/trunk/; revision=2552
* Todd Sabin's patch to allow spaces in remotenames.Eric S. Raymond1999-08-281-1/+1
| | | | svn path=/trunk/; revision=2550
* Kevin Turner's bugfix.Eric S. Raymond1999-08-021-7/+12
| | | | svn path=/trunk/; revision=2534
* Heimdal GSSAPI patches.Eric S. Raymond1999-08-021-4/+26
| | | | svn path=/trunk/; revision=2533
* Simplify the expunge logic.Eric S. Raymond1999-06-261-2/+2
| | | | svn path=/trunk/; revision=2512
* Also expunge on re-poll when expunge period is zero.Eric S. Raymond1999-06-261-2/+4
| | | | svn path=/trunk/; revision=2511
* Fix Chris Evert's bug.Eric S. Raymond1999-06-261-9/+9
| | | | svn path=/trunk/; revision=2510
* Support imapd PREAUTH response.Eric S. Raymond1999-06-261-2/+12
| | | | svn path=/trunk/; revision=2509
* Add a HAVE_SNPRINTF.Eric S. Raymond1999-06-151-0/+4
| | | | svn path=/trunk/; revision=2504
* OpenBSD port patches.Eric S. Raymond1999-06-121-1/+1
| | | | svn path=/trunk/; revision=2499
* Prevent false positives during body fetches.Eric S. Raymond1999-06-111-1/+1
| | | | svn path=/trunk/; revision=2489
* CRAM-MD5 authentication support a la RFC2195.Eric S. Raymond1999-06-081-0/+136
| | | | svn path=/trunk/; revision=2485
* Typo fix.Eric S. Raymond1999-04-251-1/+1
| | | | svn path=/trunk/; revision=2448
* Comment aboout OpenMail.Eric S. Raymond1999-04-251-4/+5
| | | | svn path=/trunk/; revision=2446
* Deleted -> Seen, Deleted.Eric S. Raymond1999-04-211-2/+7
| | | | svn path=/trunk/; revision=2444
* Enable expunge to controil POP2 and POP3 checkpointing.Eric S. Raymond1999-04-181-5/+15
| | | | svn path=/trunk/; revision=2439
* Ready to ship 5.0.0.Eric S. Raymond1999-02-281-0/+8
| | | | svn path=/trunk/; revision=2393
* Simplify error reporting further.Eric S. Raymond1999-02-031-42/+42
| | | | svn path=/trunk/; revision=2374
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-42/+47
| | | | svn path=/trunk/; revision=2369
* SDPS changes from Paul Murphy.Eric S. Raymond1999-01-301-1/+1
| | | | svn path=/trunk/; revision=2356
* error -> report, third stage.Eric S. Raymond1999-01-051-19/+19
| | | | svn path=/trunk/; revision=2330
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-7/+7
| | | | svn path=/trunk/; revision=2329
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-42/+42
| | | | svn path=/trunk/; revision=2328
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-19/+19
| | | | svn path=/trunk/; revision=2326
* Fix copyrights.Eric S. Raymond1998-12-041-2/+0
| | | | svn path=/trunk/; revision=2260
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-32/+35
| | | | svn path=/trunk/; revision=2208
* Gerald Britton's support for mixed Kerberos and Hesiod.Eric S. Raymond1998-11-171-0/+5
| | | | svn path=/trunk/; revision=2183
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-3/+5
| | | | svn path=/trunk/; revision=2137
* Cosmetic fix.Eric S. Raymond1998-10-201-43/+43
| | | | svn path=/trunk/; revision=2123
* More verbosity fixes.Eric S. Raymond1998-10-171-17/+17
| | | | svn path=/trunk/; revision=2103
* Introduced O_DEBUG.Eric S. Raymond1998-10-171-18/+18
| | | | svn path=/trunk/; revision=2102
* SockClose() abstraction.Eric S. Raymond1998-07-251-6/+7
| | | | svn path=/trunk/; revision=2021
* Fix to OPIE code.Eric S. Raymond1998-06-301-1/+1
| | | | svn path=/trunk/; revision=1949
* Re-enable OPIE build.Eric S. Raymond1998-06-081-1/+1
| | | | svn path=/trunk/; revision=1934
* Brendan Cully's fixes for GSSAPI.Eric S. Raymond1998-06-041-0/+1
| | | | svn path=/trunk/; revision=1892
* *** empty log message ***Eric S. Raymond1998-05-151-1/+1
| | | | svn path=/trunk/; revision=1777
* NetBSD config changes.Eric S. Raymond1998-05-121-1/+1
| | | | svn path=/trunk/; revision=1765
* Typo fix.Eric S. Raymond1998-03-241-1/+1
| | | | svn path=/trunk/; revision=1720
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-241-2/+2
| | | | svn path=/trunk/; revision=1719
* Fix IMAP password shrouding.Eric S. Raymond1998-03-181-23/+10
| | | | svn path=/trunk/; revision=1712
* Fix -Wall warnings.Eric S. Raymond1998-03-171-0/+2
| | | | svn path=/trunk/; revision=1707
* Get copmpatible with Cyrus again.Eric S. Raymond1998-03-171-0/+2
| | | | svn path=/trunk/; revision=1706
* Spaces in IMAP names.Eric S. Raymond1998-03-161-1/+1
| | | | svn path=/trunk/; revision=1703
* True caseblinding.Eric S. Raymond1998-03-131-4/+10
| | | | svn path=/trunk/; revision=1697
* Implement RFC1730 quoting.Eric S. Raymond1998-03-031-4/+36
| | | | svn path=/trunk/; revision=1684
* Relax the LOGIN capability test.Eric S. Raymond1998-03-021-1/+2
| | | | svn path=/trunk/; revision=1679
* MSGBUFSIZE everywhere.Eric S. Raymond1998-02-261-6/+6
| | | | svn path=/trunk/; revision=1678
* Don't assume IMAP4rev0 servers will advertise AUTH=LOGIN.Eric S. Raymond1998-02-261-1/+1
| | | | svn path=/trunk/; revision=1677
* Craig's patches in response to cmetz3.Eric S. Raymond1998-02-211-3/+9
| | | | svn path=/trunk/; revision=1664