aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Blank skipping in UIDL code would count spaces from the wrong string.Matthias Andree2005-07-221-1/+2
* Fix NULL dereference when Message-ID or actual UID are missing from input.Matthias Andree2005-07-221-8/+18
* Add a preprocessor safeguard to prevent buffer underrun.Matthias Andree2005-07-201-0/+3
* SECURITY FIX: Plug UID-related buffer overruns that came from sscanf(s, ...%s...Matthias Andree2005-07-201-35/+67
* Skip sending POP3 PASS command when USER command failed.Matthias Andree2005-07-101-1/+2
* Factor out peek_capable determination into a static function, for consistency.Matthias Andree2005-05-161-9/+19
* Revised "POP3 strong authentication fixes." that esr put into release 3873Matthias Andree2005-03-191-2/+1
* sprintf -> snprintfMatthias Andree2004-11-121-2/+2
* Disable the sleep(3) after POP3 login. Submitted by Brian Candler.Matthias Andree2004-11-081-0/+7
* Fix miscellaneous warnings.Matthias Andree2004-10-201-6/+2
* Do not disable TOP in 'keep, but not uidl' mode.Matthias Andree2004-08-091-2/+2
* Fix various warnings.Matthias Andree2004-06-191-1/+1
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-1/+1
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-8/+8
* Fix various compiler warnings.Matthias Andree2004-06-181-1/+1
* Make sure we don't return uninitialized data from pop3_getpartialsizes,Matthias Andree2004-06-111-1/+1
* Quench some GCC 3.4 warnings by making sure that all int arguments are marked...Matthias Andree2004-06-111-2/+2
* POP3 strong authentication fixes.Eric S. Raymond2004-01-131-2/+7
* Fix patch for Sunil Shetye's POP3 tweaks.Eric S. Raymond2004-01-131-16/+15
* Sunil's transaction patches.Eric S. Raymond2003-10-151-17/+186
* Storage cleanup for new dup killer code.Eric S. Raymond2003-10-101-6/+0
* Ready to ship.Eric S. Raymond2003-08-061-1/+26
* Yet another round of fixes.Eric S. Raymond2003-07-171-0/+93
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-3/+2
* Support A_SSH authentication.Eric S. Raymond2003-02-281-0/+4
* Before the IDLE patch.Eric S. Raymond2003-02-281-55/+83
* Routine updates, including the latest Shetye patch.Eric S. Raymond2002-12-261-1/+31
* Sunil's patch for the STARTTLS problem.Eric S. Raymond2002-11-281-2/+24
* Whiespace fix.Eric S. Raymond2002-10-311-4/+5
* Sunil's patch to guard SSL use.Eric S. Raymond2002-10-181-1/+3
* OTP fix patches from Stanislav Brabec.Eric S. Raymond2002-10-181-0/+26
* Matt Kraai's fix for POP3 STARTTLS.Eric S. Raymond2002-09-131-18/+12
* More fixes from Sunil.Eric S. Raymond2002-07-101-2/+10
* Sunil's CAPA patch.Eric S. Raymond2002-06-221-25/+32
* STLS fix.Eric S. Raymond2002-06-031-1/+1
* Minor fixes.Eric S. Raymond2002-03-091-0/+28
* _( -> GT_(Eric S. Raymond2001-09-241-8/+8
* HMH's security check.Eric S. Raymond2001-09-231-2/+3
* Security fix.Eric S. Raymond2001-08-041-3/+7
* Almost ready to ship.Eric S. Raymond2001-07-251-4/+14
* Add a comment.Eric S. Raymond2001-07-111-0/+1
* Issue RSET before QUIT if keep is enabled.Eric S. Raymond2001-07-061-0/+7
* First round of ODMR fixes.Eric S. Raymond2001-06-241-1/+1