| Commit message (Expand) | Author | Age | Files | Lines |
* | imap.c, pop3.c: fix protocol regression of 6.4.22.rc1 | Matthias Andree | 2021-08-27 | 1 | -2/+16 |
* | Misc POP3 cleanups. | Matthias Andree | 2021-08-26 | 1 | -5/+6 |
* | SECURITY: imap.c, pop3.c: STARTTLS drops state | Matthias Andree | 2021-08-26 | 1 | -35/+28 |
* | POP3: make CAPA parser caseblind. | Matthias Andree | 2021-08-26 | 1 | -0/+3 |
* | SECURITY: POP3: changes for --auth ssh and RPA | Matthias Andree | 2021-08-26 | 1 | -31/+43 |
* | Align with legacy_6x. | Matthias Andree | 2019-08-25 | 1 | -57/+1 |
* | Fix potential SIGSEGV in pop3_delete. | Matthias Andree | 2018-11-25 | 1 | -2/+3 |
* | Fix GCC8 ?: operator type promotion warning. | Matthias Andree | 2018-04-14 | 1 | -2/+2 |
* | Add one comment to pop3_fastuidl(). | Matthias Andree | 2017-02-11 | 1 | -0/+2 |
* | Drop unused variable. | Matthias Andree | 2016-12-12 | 1 | -1/+0 |
* | Fix portability to C90 and C++. | Matthias Andree | 2016-12-11 | 1 | -1/+0 |
* | Fix crash on --flush. | Rainer Weikusat | 2016-12-11 | 1 | -2/+5 |
* | UIDL database speedup with Patricia trees. | Matthias Andree | 2016-12-11 | 1 | -50/+67 |
* | TLS overhaul, bumping version to 6.4 | Matthias Andree | 2015-01-26 | 1 | -21/+21 |
* | Make Maillennium POP3 workarounds less specific, | Matthias Andree | 2012-10-14 | 1 | -2/+2 |
* | Run S(TART)TLS negotiation under timeout alarm. | Matthias Andree | 2011-05-26 | 1 | -2/+5 |
* | Reduce complexity of adding UIDs in fastuidl. | Matthias Andree | 2010-12-14 | 1 | -2/+3 |
* | Reduce complexity for parsing UIDL response to linear. | Matthias Andree | 2010-12-14 | 1 | -2/+3 |
* | 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 | -7/+5 |
* | POP3: autoprobe NTLM. | Matthias Andree | 2010-10-09 | 1 | -17/+36 |
* | Factor out common NTLM code. | Matthias Andree | 2010-10-09 | 1 | -48/+5 |
* | Fix dead assignments. | Matthias Andree | 2010-10-09 | 1 | -1/+1 |
* | Avoid wedging Exchange 2007 with GSSAPI. | Matthias Andree | 2010-08-21 | 1 | -1/+2 |
* | Fix a few Intel C++ remarks and warnings. | Matthias Andree | 2010-04-27 | 1 | -2/+2 |
* | Validate STAT response more strictly. | Matthias Andree | 2010-04-24 | 1 | -3/+7 |
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
* | Fix MD5Digest prototype and remove unneeded type casts. | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
* | Fix xmalloc type casts in SDPS mode. | Matthias Andree | 2010-04-01 | 1 | -2/+2 |
* | Further type fixes. | Matthias Andree | 2010-03-18 | 1 | -1/+1 |
* | Remove unused assignments/initializations found with llvm-clang. | Matthias Andree | 2010-02-28 | 1 | -4/+4 |
* | Fix format string bugs. | Matthias Andree | 2009-05-04 | 1 | -1/+1 |
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -1/+1 |
* | Merge Daniel Richard G.'s --sslcommonname option. | Matthias Andree | 2008-03-07 | 1 | -5/+12 |
* | Undocumented and untested hack: setting FETCHMAIL_POP3_FORCE_RETR in the | Matthias Andree | 2008-01-11 | 1 | -0/+6 |
* | No longer complain about invalid sslproto "" when POP3 CAPA probe fails. | Matthias Andree | 2007-06-10 | 1 | -2/+2 |
* | Strengthen APOP a bit (validate RFC-822 syntax) in order to fend off | Matthias Andree | 2007-03-18 | 1 | -0/+14 |
* | Repoll immediately if a protocol error happens during the authentication | Matthias Andree | 2007-03-02 | 1 | -1/+2 |
* | Fix 6.3.6 regression: repoll upon socket error after STLS failure. | Matthias Andree | 2007-02-03 | 1 | -11/+12 |
* | Do not send the real password with KPOP. | Matthias Andree | 2007-02-02 | 1 | -5/+15 |
* | Add Miloslav Trmac's patch to fix KPOP regression in 6.3.6. | Matthias Andree | 2007-02-02 | 1 | -1/+5 |
* | Fix bogus authentication failure with --auth password when CAPA fails. | Matthias Andree | 2006-11-29 | 1 | -9/+13 |
* | - mark CAPA as done even if it fails | Matthias Andree | 2006-11-27 | 1 | -24/+46 |
* | Plug a tiny memory leak when recovering from TLS-related socket errors. | Matthias Andree | 2006-11-27 | 1 | -0/+1 |
* | Enshroud RPOP password in local logs. | Matthias Andree | 2006-11-27 | 1 | -1/+5 |
* | Be sure that CAPA is probed before TLS. | Matthias Andree | 2006-11-26 | 1 | -1/+15 |
* | First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete. | Matthias Andree | 2006-11-26 | 1 | -52/+52 |
* | Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are configu... | Matthias Andree | 2006-11-12 | 1 | -53/+58 |
* | Snapshot 6.3.6-rc1. | Matthias Andree | 2006-11-01 | 1 | -3/+11 |
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -2/+2 |