summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-5/+3
* build: fix Codacy warningsMarcel Raad2019-06-051-10/+5
* emailL Added reference to RFC8314 for implicit TLSSteve Holme2019-04-111-0/+1
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-1/+1
* memcmp: avoid doing single char memcmpDaniel Gustafsson2019-01-201-3/+3
* pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg2018-12-171-4/+5
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* pop3: only do APOP with a valid timestampDaniel Stenberg2018-11-161-2/+10
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-4/+1
* cppcheck: fix warningsMarian Klymov2018-06-111-2/+2
* smtp/pop3/imap_get_message: decrease the data length too...Daniel Stenberg2018-01-151-3/+5
* sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg2017-12-051-12/+17
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg2017-06-151-77/+0
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-101-3/+4
* STARTTLS: Don't print response character in denied messagesJay Satiro2017-01-121-1/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+0
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-4/+3
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-17/+17
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-1/+1
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-4/+0
* ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme2016-03-191-2/+2
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-081-1/+9
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* pop3: Differentiate between success and continuation responsesSteve Holme2015-11-201-4/+10
* pop3: Added clarity on some server response codesSteve Holme2015-11-201-2/+4
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-3/+3
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-775/+74
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-70/+37
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-53/+53
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-1/+0
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-161-3/+3
* sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme2014-11-021-3/+3
* pop3_perform_authentication: fix memory leakDaniel Stenberg2014-10-021-2/+2
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-2/+2
* pop3: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* email: Introduced the GSSAPI statesSteve Holme2014-08-141-0/+4
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-2/+2
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-1/+1
* sasl: Combined DIGEST-MD5 message decoding and generationSteve Holme2014-04-051-24/+16
* pop3: Fixed auth preference not being honored when CAPA not supportedSteve Holme2013-12-241-2/+6
* pop3: Fixed APOP being determined by CAPA response rather than by timestampSteve Holme2013-12-241-9/+7
* email: Fixed segfault introduced in commit 195b63f99c2fe3Steve Holme2013-12-221-1/+1
* code police: fix indent level to silence checksrc complaintsDaniel Stenberg2013-12-221-2/+2
* email: Extended the login options to support multiple auth mechanismsSteve Holme2013-12-211-22/+34
* Revert "pop3: Added debug information to assist with test864 failure"Steve Holme2013-12-211-3/+0