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
* Trash shroud store.Matthias Andree2006-11-271-0/+2
* First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete.Matthias Andree2006-11-261-53/+55
* Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are configu...Matthias Andree2006-11-121-62/+58
* Snapshot 6.3.6-rc1.Matthias Andree2006-11-011-2/+9
* Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.Matthias Andree2006-08-141-2/+36
* Log opportunistic TLS upgrades in verbose mode.Matthias Andree2006-08-071-2/+7
* * IMAP4 patch by Sunil Shetye:Matthias Andree2006-05-211-14/+18
* Make IMAP4 IDLE work on servers that do not update RECENT counts. Reported by...Matthias Andree2006-05-151-3/+5
* Add two missing comments.Matthias Andree2006-05-151-2/+2
* When using NTLM authentication, use regular IMAP response code handler after Matthias Andree2006-05-121-4/+2
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-1/+1
* Do not send EXPUNGE after NOOP-idling (Sunil Shetye's patch, fetchmail-users@).Matthias Andree2006-03-141-10/+17
* Fix more compiler warnings.Matthias Andree2006-03-141-15/+23
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-7/+5
* Merge Sunil Shetye's patch to fix NOOP-based IDLE emulation.Matthias Andree2006-03-101-23/+29
* Handle other clients concurrently accessing IMAP mailboxes better. Matthias Andree2006-03-011-11/+33
* don't complain about READ-ONLY IMAP folders in --fetchall --keep mode.Matthias Andree2006-01-201-0/+5
* 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