aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Expand)AuthorAgeFilesLines
* Fixup: remove unused variables.Matthias Andree2011-05-041-1/+1
* Do not search for UNSEEN messages in ranges.Sunil Shetye2011-05-041-48/+26
* Add FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN env' var.Matthias Andree2011-05-031-6/+23
* Hack: support quoted string in imap_fetch_body()Matthias Andree2010-12-101-0/+7
* Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory ignoring server ...Sunil Shetye2010-11-191-5/+2
* Distinguish between server not advertising TLS capability and server failing ...Sunil Shetye2010-11-101-9/+5
* Factor out common NTLM code.Matthias Andree2010-10-091-47/+3
* Fix dead assignments.Matthias Andree2010-10-091-1/+1
* Remove some unneeded SASL cancellations.Matthias Andree2010-09-251-7/+0
* Cancel SASL AUTH properly on GSSAPI errors.Matthias Andree2010-09-251-1/+0
* Don't try to match trailing literals in sscanf,Matthias Andree2010-08-281-5/+16
* parse response to FETCH in a more flexible mannerSunil Shetye2010-08-281-37/+39
* Avoid wedging Exchange 2007 with GSSAPI.Matthias Andree2010-08-211-1/+1
* Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var,Matthias Andree2010-04-181-1/+1
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-1/+1
* Fix input type for isalnum().Matthias Andree2010-02-041-1/+1
* Stricter validation of IMAP responses containing byte or message counts.Matthias Andree2010-02-041-12/+33
* IMAP SEARCH fixes & FETCH fallback by Sunil ShetyeMatthias Andree2010-02-041-39/+130
* Clarify IMAP BYE response logging.Matthias Andree2010-01-221-1/+1
* Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye.Matthias Andree2010-01-221-139/+159
* 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