aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* SECURITY: POP3: changes for --auth ssh and RPAMatthias Andree2021-08-261-31/+43
* Align with legacy_6x.Matthias Andree2019-08-251-57/+1
* Fix potential SIGSEGV in pop3_delete.Matthias Andree2018-11-251-2/+3
* Fix GCC8 ?: operator type promotion warning.Matthias Andree2018-04-141-2/+2
* Add one comment to pop3_fastuidl().Matthias Andree2017-02-111-0/+2
* Drop unused variable.Matthias Andree2016-12-121-1/+0
* Fix portability to C90 and C++.Matthias Andree2016-12-111-1/+0
* Fix crash on --flush.Rainer Weikusat2016-12-111-2/+5
* UIDL database speedup with Patricia trees.Matthias Andree2016-12-111-50/+67
* TLS overhaul, bumping version to 6.4Matthias Andree2015-01-261-21/+21
* Make Maillennium POP3 workarounds less specific,Matthias Andree2012-10-141-2/+2
* Run S(TART)TLS negotiation under timeout alarm.Matthias Andree2011-05-261-2/+5
* Reduce complexity of adding UIDs in fastuidl.Matthias Andree2010-12-141-2/+3
* Reduce complexity for parsing UIDL response to linear.Matthias Andree2010-12-141-2/+3
* 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-7/+5
* POP3: autoprobe NTLM.Matthias Andree2010-10-091-17/+36
* Factor out common NTLM code.Matthias Andree2010-10-091-48/+5
* Fix dead assignments.Matthias Andree2010-10-091-1/+1
* Avoid wedging Exchange 2007 with GSSAPI.Matthias Andree2010-08-211-1/+2
* Fix a few Intel C++ remarks and warnings.Matthias Andree2010-04-271-2/+2
* Validate STAT response more strictly.Matthias Andree2010-04-241-3/+7
* Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var,Matthias Andree2010-04-181-1/+1
* Fix MD5Digest prototype and remove unneeded type casts.Matthias Andree2010-04-181-1/+1
* Fix xmalloc type casts in SDPS mode.Matthias Andree2010-04-011-2/+2
* Further type fixes.Matthias Andree2010-03-181-1/+1
* Remove unused assignments/initializations found with llvm-clang.Matthias Andree2010-02-281-4/+4
* Fix format string bugs.Matthias Andree2009-05-041-1/+1
* Fix a few compiler warnings around implicit conversion or extra ";".Matthias Andree2009-01-141-1/+1
* Merge Daniel Richard G.'s --sslcommonname option.Matthias Andree2008-03-071-5/+12
* Undocumented and untested hack: setting FETCHMAIL_POP3_FORCE_RETR in theMatthias Andree2008-01-111-0/+6
* No longer complain about invalid sslproto "" when POP3 CAPA probe fails.Matthias Andree2007-06-101-2/+2
* Strengthen APOP a bit (validate RFC-822 syntax) in order to fend offMatthias Andree2007-03-181-0/+14
* Repoll immediately if a protocol error happens during the authenticationMatthias Andree2007-03-021-1/+2
* Fix 6.3.6 regression: repoll upon socket error after STLS failure.Matthias Andree2007-02-031-11/+12
* Do not send the real password with KPOP.Matthias Andree2007-02-021-5/+15
* Add Miloslav Trmac's patch to fix KPOP regression in 6.3.6.Matthias Andree2007-02-021-1/+5
* Fix bogus authentication failure with --auth password when CAPA fails.Matthias Andree2006-11-291-9/+13
* - mark CAPA as done even if it failsMatthias Andree2006-11-271-24/+46
* Plug a tiny memory leak when recovering from TLS-related socket errors.Matthias Andree2006-11-271-0/+1
* Enshroud RPOP password in local logs.Matthias Andree2006-11-271-1/+5
* Be sure that CAPA is probed before TLS.Matthias Andree2006-11-261-1/+15
* First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete.Matthias Andree2006-11-261-52/+52
* Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are configu...Matthias Andree2006-11-121-53/+58
* Snapshot 6.3.6-rc1.Matthias Andree2006-11-011-3/+11
* Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.Matthias Andree2006-08-141-2/+2
* Log opportunistic TLS upgrades in verbose mode.Matthias Andree2006-08-071-7/+11
* POP3: some UID flags may not be set properly on UIDL lists. (Sunil Shetye)Matthias Andree2006-05-241-1/+2
* Revise comments.Matthias Andree2006-05-151-2/+2
* Mark SF Bug #780933.Matthias Andree2006-04-031-2/+15