aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Expand)AuthorAgeFilesLines
* Use a simplified version of Sunil's patch to cope with servers Matthias Andree2005-12-181-5/+24
* Revise a check that didn't work on 64-bit SUSE Linux 10.0.Matthias Andree2005-11-271-1/+1
* Use more stringent check for untagged responses - we check that the start wit...Matthias Andree2005-11-171-69/+77
* Patch to make imap_trail actually work. Sunil Shetye.Matthias Andree2005-11-141-2/+3
* When eating message trailer, don't see any line containing "OK" as theMatthias Andree2005-11-091-4/+7
* Global variable cleanup, to fix daemon mode reinitialization problems.Matthias Andree2005-10-211-12/+27
* Properly cast arguments of ctype is*()/to*() functions to unsigned char.Matthias Andree2005-09-251-2/+2
* Make SSL connection failures PS_SOCKET (not PS_AUTHFAIL). Reported by Thomas ...Matthias Andree2005-09-211-1/+1
* Expunge between IMAP folders when polling multiple folders. Sunil Shetye.Matthias Andree2005-09-211-22/+18
* Large protocol independence patch.Matthias Andree2005-08-281-4/+7
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-5/+0
* Fix IMAP code to use password of arbitrary length from configurationMatthias Andree2005-07-231-3/+10
* strncpy -> strlcpy. Mark 'bogus message count\!' message translatable.Matthias Andree2005-07-201-5/+4
* i18n fixes, cs.po updates, by Miloslav Trmac.Matthias Andree2005-07-031-3/+9
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-6/+0
* Fix miscellaneous warnings.Matthias Andree2004-10-201-7/+0
* Merge Fabrice Bellet's patch to fix recentcount/count after IMAPMatthias Andree2004-09-101-4/+15
* Fix various warnings.Matthias Andree2004-06-191-3/+4
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-8/+8
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-4/+4
* Fix various compiler warnings.Matthias Andree2004-06-181-1/+1
* Quench some GCC 3.4 warnings by making sure that all int arguments are marked...Matthias Andree2004-06-111-1/+1
* POP3 strong authentication fixes.Eric S. Raymond2004-01-131-1/+1
* Sunil's transaction patches.Eric S. Raymond2003-10-151-12/+20
* Merge in various small fixes, including two remote DOSEric S. Raymond2003-10-101-4/+11
* Ready to ship.Eric S. Raymond2003-08-061-48/+55
* Support faked IDLE.Eric S. Raymond2003-07-221-26/+56
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-3/+2
* Guard some buffers.Eric S. Raymond2003-03-011-0/+3
* IDLE implementation.Eric S. Raymond2003-02-281-2/+24
* Before the IDLE patch.Eric S. Raymond2003-02-281-22/+40
* Routine updates, including the latest Shetye patch.Eric S. Raymond2002-12-261-33/+13
* Sunil's patch for the STARTTLS problem.Eric S. Raymond2002-11-281-1/+21
* Before trying the important fix patches.Eric S. Raymond2002-11-261-6/+16
* Handle servers with LOGINDISABLED.Eric S. Raymond2002-10-181-4/+9
* Don't fetch sizes unless needed.Eric S. Raymond2002-10-181-12/+29
* Minor bug fixes.Eric S. Raymond2002-10-181-0/+1
* Sunil Shetye's latest fix patch.Eric S. Raymond2002-09-091-0/+13
* STARTTLS support.Eric S. Raymond2002-09-091-0/+21
* Fix Kerberos bugs.Eric S. Raymond2002-06-041-1/+1
* Shrouding fix.Eric S. Raymond2002-06-031-1/+1
* Red Hat's DOS-prevention patch.Eric S. Raymond2002-05-241-0/+14
* Other routine fixups.Eric S. Raymond2002-04-011-1/+1
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-0/+4
* Minor fixes for 5.9.8.Eric S. Raymond2002-02-151-2/+8
* Sunil Shetye's fixews for IMAP and SMTP edge cases.Eric S. Raymond2002-02-011-12/+30
* Before the next fix round.Eric S. Raymond2002-02-011-2/+21
* Easy bug fixes for this round.Eric S. Raymond2001-11-081-1/+1
* HMH's changes.Eric S. Raymond2001-10-021-2/+2
* _( -> GT_(Eric S. Raymond2001-09-241-13/+13