| Commit message (Expand) | Author | Age | Files | Lines |
* | Hack: support quoted string in imap_fetch_body() | Matthias Andree | 2010-12-10 | 1 | -0/+7 |
* | Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory ignoring server ... | Sunil Shetye | 2010-11-19 | 1 | -5/+2 |
* | Distinguish between server not advertising TLS capability and server failing ... | Sunil Shetye | 2010-11-10 | 1 | -9/+5 |
* | Factor out common NTLM code. | Matthias Andree | 2010-10-09 | 1 | -47/+3 |
* | Fix dead assignments. | Matthias Andree | 2010-10-09 | 1 | -1/+1 |
* | Remove some unneeded SASL cancellations. | Matthias Andree | 2010-09-25 | 1 | -7/+0 |
* | Cancel SASL AUTH properly on GSSAPI errors. | Matthias Andree | 2010-09-25 | 1 | -1/+0 |
* | Don't try to match trailing literals in sscanf, | Matthias Andree | 2010-08-28 | 1 | -5/+16 |
* | parse response to FETCH in a more flexible manner | Sunil Shetye | 2010-08-28 | 1 | -37/+39 |
* | Avoid wedging Exchange 2007 with GSSAPI. | Matthias Andree | 2010-08-21 | 1 | -1/+1 |
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -1/+1 |
* | Fix input type for isalnum(). | Matthias Andree | 2010-02-04 | 1 | -1/+1 |
* | Stricter validation of IMAP responses containing byte or message counts. | Matthias Andree | 2010-02-04 | 1 | -12/+33 |
* | IMAP SEARCH fixes & FETCH fallback by Sunil Shetye | Matthias Andree | 2010-02-04 | 1 | -39/+130 |
* | Clarify IMAP BYE response logging. | Matthias Andree | 2010-01-22 | 1 | -1/+1 |
* | Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye. | Matthias Andree | 2010-01-22 | 1 | -139/+159 |
* | Preliminary Yahoo/Zimbra IMAP ID ("guid" "1") support. Not ready for prime-time. | Matthias Andree | 2009-06-30 | 1 | -0/+9 |
* | Support NIL as body length (Exchange). Fixes Berlios Bug #11980. | Matthias Andree | 2009-04-23 | 1 | -0/+7 |
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -2/+2 |
* | Merge Daniel Richard G.'s --sslcommonname option. | Matthias Andree | 2008-03-07 | 1 | -7/+12 |
* | Fix Berlios Bug #11797, imap_mark_seen doesn't consider expunged messages | Matthias Andree | 2007-12-26 | 1 | -0/+4 |
* | Patch by Sunil Shetye: | Matthias Andree | 2006-12-16 | 1 | -3/+15 |
* | Trash shroud store. | Matthias Andree | 2006-11-27 | 1 | -0/+2 |
* | First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete. | Matthias Andree | 2006-11-26 | 1 | -53/+55 |
* | Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are configu... | Matthias Andree | 2006-11-12 | 1 | -62/+58 |
* | Snapshot 6.3.6-rc1. | Matthias Andree | 2006-11-01 | 1 | -2/+9 |
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -2/+36 |
* | Log opportunistic TLS upgrades in verbose mode. | Matthias Andree | 2006-08-07 | 1 | -2/+7 |
* | * IMAP4 patch by Sunil Shetye: | Matthias Andree | 2006-05-21 | 1 | -14/+18 |
* | Make IMAP4 IDLE work on servers that do not update RECENT counts. Reported by... | Matthias Andree | 2006-05-15 | 1 | -3/+5 |
* | Add two missing comments. | Matthias Andree | 2006-05-15 | 1 | -2/+2 |
* | When using NTLM authentication, use regular IMAP response code handler after | Matthias Andree | 2006-05-12 | 1 | -4/+2 |
* | Further cleanups to compile with C++ compiler. | Matthias Andree | 2006-03-15 | 1 | -1/+1 |
* | Do not send EXPUNGE after NOOP-idling (Sunil Shetye's patch, fetchmail-users@). | Matthias Andree | 2006-03-14 | 1 | -10/+17 |
* | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -15/+23 |
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -7/+5 |
* | Merge Sunil Shetye's patch to fix NOOP-based IDLE emulation. | Matthias Andree | 2006-03-10 | 1 | -23/+29 |
* | Handle other clients concurrently accessing IMAP mailboxes better. | Matthias Andree | 2006-03-01 | 1 | -11/+33 |
* | don't complain about READ-ONLY IMAP folders in --fetchall --keep mode. | Matthias Andree | 2006-01-20 | 1 | -0/+5 |
* | Use a simplified version of Sunil's patch to cope with servers | Matthias Andree | 2005-12-18 | 1 | -5/+24 |
* | Revise a check that didn't work on 64-bit SUSE Linux 10.0. | Matthias Andree | 2005-11-27 | 1 | -1/+1 |
* | Use more stringent check for untagged responses - we check that the start wit... | Matthias Andree | 2005-11-17 | 1 | -69/+77 |
* | Patch to make imap_trail actually work. Sunil Shetye. | Matthias Andree | 2005-11-14 | 1 | -2/+3 |
* | When eating message trailer, don't see any line containing "OK" as the | Matthias Andree | 2005-11-09 | 1 | -4/+7 |
* | Global variable cleanup, to fix daemon mode reinitialization problems. | Matthias Andree | 2005-10-21 | 1 | -12/+27 |
* | Properly cast arguments of ctype is*()/to*() functions to unsigned char. | Matthias Andree | 2005-09-25 | 1 | -2/+2 |
* | Make SSL connection failures PS_SOCKET (not PS_AUTHFAIL). Reported by Thomas ... | Matthias Andree | 2005-09-21 | 1 | -1/+1 |
* | Expunge between IMAP folders when polling multiple folders. Sunil Shetye. | Matthias Andree | 2005-09-21 | 1 | -22/+18 |
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -4/+7 |