aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More warning fixes (from FreeBSD 6.1).Matthias Andree2006-03-251-0/+2
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-1/+9
* Fix more compiler warnings.Matthias Andree2006-03-141-5/+7
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-3/+3
* Rename a methods and some variables to steer clear of C++ namespace.Matthias Andree2006-03-131-23/+23
* Add comments to make the LAST/UIDL code easier to understand.Matthias Andree2006-03-041-5/+11
* Allow UIDL recording in fetchall keep mode, to avoid re-fetching messages on ...Matthias Andree2006-03-041-1/+2
* Preliminary UNTESTED workaround for SDPS null envfrom (Debian Bug#353575).Matthias Andree2006-02-221-1/+7
* Clarify Maillennium workaround warning even more (...instead of TOP).Matthias Andree2006-01-171-1/+1
* Change Maillennium warning to put the server's name into quote marks.Matthias Andree2006-01-171-1/+1
* Remove excess set_peek_capable() call.Matthias Andree2006-01-081-27/+26
* Revise Maillennium workaround so that it is reported only once per server, in...Matthias Andree2006-01-071-3/+20
* Add workaround for b0rked POP3 TOP command in Maillennium servers (comcast.net).Matthias Andree2006-01-061-0/+6
* Revise some error messages so they are less confusing. Sunil Shetye.Matthias Andree2005-11-101-1/+1
* Global variable cleanup, to fix daemon mode reinitialization problems.Matthias Andree2005-10-211-15/+22
* Complain in POP3 if NTLM/MSN auth is requested but not built in.Matthias Andree2005-09-261-0/+6
* 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-0/+1
* Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn".Matthias Andree2005-09-201-15/+11
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-9/+0
* Add comment.Matthias Andree2005-07-311-1/+3
* Kill alloca().Matthias Andree2005-07-311-2/+2
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-1/+1
* If UIDL parser fails, barf with PS_ERROR rather than ignoring the problem.Matthias Andree2005-07-221-2/+3