aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Expand)AuthorAgeFilesLines
...
* Preliminary Yahoo/Zimbra IMAP ID ("guid" "1") support. Not ready for prime-time.Matthias Andree2009-06-301-0/+9
* Support NIL as body length (Exchange). Fixes Berlios Bug #11980.Matthias Andree2009-04-231-0/+7
* Fix a few compiler warnings around implicit conversion or extra ";".Matthias Andree2009-01-141-2/+2
* Merge Daniel Richard G.'s --sslcommonname option.Matthias Andree2008-03-071-7/+12
* Fix Berlios Bug #11797, imap_mark_seen doesn't consider expunged messagesMatthias Andree2007-12-261-0/+4
* Patch by Sunil Shetye:Matthias Andree2006-12-161-3/+15
1-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