summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pop3: Added debug information to assist with test864 failureSteve Holme2013-12-211-0/+3
* pop3: Fixed APOP timestamp detection from commit 1cfb436a2f1795Steve Holme2013-12-201-3/+3
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* pop3: Fixed selection of APOP when server replies with an invalid timestampSteve Holme2013-12-201-2/+6
* pop3: Fixed processing of more than one response when sent in same packetSteve Holme2013-12-201-6/+9
* pop3: Moved CAPA response handling to pop3_state_capa_resp()Steve Holme2013-12-191-82/+87
* pop3: Moved APOP detection into pop3_state_servergreet_resp()Steve Holme2013-12-191-26/+28
* imap/pop3/smtp: Added support for SASL authentication downgradesSteve Holme2013-12-181-2/+40
* pop3: Moved the calculation of SASL login details into a separate functionSteve Holme2013-12-181-71/+93