aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix miscellaneous warnings.Matthias Andree2004-10-201-7/+0
| | | | svn path=/trunk/; revision=3953
* Merge Fabrice Bellet's patch to fix recentcount/count after IMAPMatthias Andree2004-09-101-4/+15
| | | | | | | | | | | | | | | | | | EXPUNGE, to fix a hang after EXPUNGE for servers that don't update the number of RECENT and EXISTS messages such as Dovecot 0.99.10. Fixes Red Hat bug #113492. Credits: Fabrice Bellet (patch) Timo Sirainen (patch assistance) Alexandre Oliva (bug report) References: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=113492 http://bugzilla.redhat.com/bugzilla/attachment.cgi?id=100788&action=view http://lists.ccil.org/pipermail/fetchmail-friends/2004-June/008840.html svn path=/trunk/; revision=3938
* Fix various warnings.Matthias Andree2004-06-191-3/+4
| | | | svn path=/trunk/; revision=3904
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-8/+8
| | | | svn path=/trunk/; revision=3903
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-4/+4
| | | | svn path=/trunk/; revision=3901
* Fix various compiler warnings.Matthias Andree2004-06-181-1/+1
| | | | svn path=/trunk/; revision=3899
* Quench some GCC 3.4 warnings by making sure that all int arguments are ↵Matthias Andree2004-06-111-1/+1
| | | | | | marked int and swapping words so that static is first in the line. svn path=/trunk/; revision=3882
* POP3 strong authentication fixes.Eric S. Raymond2004-01-131-1/+1
| | | | svn path=/trunk/; revision=3873
* Sunil's transaction patches.Eric S. Raymond2003-10-151-12/+20
| | | | svn path=/trunk/; revision=3858
* Merge in various small fixes, including two remote DOSEric S. Raymond2003-10-101-4/+11
| | | | svn path=/trunk/; revision=3838
* Ready to ship.Eric S. Raymond2003-08-061-48/+55
| | | | svn path=/trunk/; revision=3831
* Support faked IDLE.Eric S. Raymond2003-07-221-26/+56
| | | | svn path=/trunk/; revision=3829
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-3/+2
| | | | svn path=/trunk/; revision=3814
* Guard some buffers.Eric S. Raymond2003-03-011-0/+3
| | | | svn path=/trunk/; revision=3804
* IDLE implementation.Eric S. Raymond2003-02-281-2/+24
| | | | svn path=/trunk/; revision=3794
* Before the IDLE patch.Eric S. Raymond2003-02-281-22/+40
| | | | svn path=/trunk/; revision=3792
* Routine updates, including the latest Shetye patch.Eric S. Raymond2002-12-261-33/+13
| | | | svn path=/trunk/; revision=3778
* Sunil's patch for the STARTTLS problem.Eric S. Raymond2002-11-281-1/+21
| | | | svn path=/trunk/; revision=3772
* Before trying the important fix patches.Eric S. Raymond2002-11-261-6/+16
| | | | svn path=/trunk/; revision=3770
* Handle servers with LOGINDISABLED.Eric S. Raymond2002-10-181-4/+9
| | | | svn path=/trunk/; revision=3747
* Don't fetch sizes unless needed.Eric S. Raymond2002-10-181-12/+29
| | | | svn path=/trunk/; revision=3742
* Minor bug fixes.Eric S. Raymond2002-10-181-0/+1
| | | | svn path=/trunk/; revision=3736
* Sunil Shetye's latest fix patch.Eric S. Raymond2002-09-091-0/+13
| | | | svn path=/trunk/; revision=3707
* STARTTLS support.Eric S. Raymond2002-09-091-0/+21
| | | | svn path=/trunk/; revision=3706
* Fix Kerberos bugs.Eric S. Raymond2002-06-041-1/+1
| | | | svn path=/trunk/; revision=3628
* Shrouding fix.Eric S. Raymond2002-06-031-1/+1
| | | | svn path=/trunk/; revision=3622
* Red Hat's DOS-prevention patch.Eric S. Raymond2002-05-241-0/+14
| | | | svn path=/trunk/; revision=3616
* Other routine fixups.Eric S. Raymond2002-04-011-1/+1
| | | | svn path=/trunk/; revision=3604
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-0/+4
| | | | svn path=/trunk/; revision=3603
* Minor fixes for 5.9.8.Eric S. Raymond2002-02-151-2/+8
| | | | svn path=/trunk/; revision=3578
* Sunil Shetye's fixews for IMAP and SMTP edge cases.Eric S. Raymond2002-02-011-12/+30
| | | | svn path=/trunk/; revision=3570
* Before the next fix round.Eric S. Raymond2002-02-011-2/+21
| | | | svn path=/trunk/; revision=3569
* Easy bug fixes for this round.Eric S. Raymond2001-11-081-1/+1
| | | | svn path=/trunk/; revision=3543
* HMH's changes.Eric S. Raymond2001-10-021-2/+2
| | | | svn path=/trunk/; revision=3531
* _( -> GT_(Eric S. Raymond2001-09-241-13/+13
| | | | svn path=/trunk/; revision=3478
* Typo fix.Eric S. Raymond2001-09-181-1/+1
| | | | svn path=/trunk/; revision=3464
* Caseblind capability checks.Eric S. Raymond2001-09-091-2/+7
| | | | svn path=/trunk/; revision=3456
* Security fix.Eric S. Raymond2001-08-041-3/+8
| | | | svn path=/trunk/; revision=3441
* Justin Guyett's fix.Eric S. Raymond2001-08-031-2/+17
| | | | svn path=/trunk/; revision=3436
* Backed out bad BAD and NO handling.Eric S. Raymond2001-08-011-4/+0
| | | | svn path=/trunk/; revision=3434
* Must solve that damn linking problem next.Eric S. Raymond2001-07-311-3/+9
| | | | svn path=/trunk/; revision=3426
* First round of ODMR fixes.Eric S. Raymond2001-06-241-1/+1
| | | | svn path=/trunk/; revision=3372
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-1/+2
| | | | svn path=/trunk/; revision=3366
* Sunil Shetye's fix.Eric S. Raymond2001-05-221-1/+2
| | | | svn path=/trunk/; revision=3328
* Fix IMAP password shrouding.Eric S. Raymond2001-05-121-0/+1
| | | | svn path=/trunk/; revision=3306
* Nalin Dahyabai's changes.Eric S. Raymond2001-04-101-27/+68
| | | | svn path=/trunk/; revision=3290
* Nalin's GSSAPI post.Eric S. Raymond2001-03-221-2/+5
| | | | svn path=/trunk/; revision=3271
* Shrouding is now done over a narrower scope.Eric S. Raymond2001-03-141-1/+2
| | | | svn path=/trunk/; revision=3252
* Nake methods invisible except through the driver's table.Eric S. Raymond2001-03-131-3/+3
| | | | svn path=/trunk/; revision=3249
* Handle checking correctly.Eric S. Raymond2001-03-071-1/+5
| | | | svn path=/trunk/; revision=3217