summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pop3: Moved the sending of the AUTH command into a separate functionSteve Holme2013-12-181-13/+34
* email: Renamed *_perform_authenticate() functionsSteve Holme2013-12-171-10/+8
* imap/pop3: Post graceful cancellation consistency changesSteve Holme2013-12-041-3/+3
* email: Corrected a couple of typos from commit aa0eaef4838ccdSteve Holme2013-10-301-1/+1
* email: Post graceful SASL authentication cancellation tidy upSteve Holme2013-10-301-50/+35
* email: Added support for cancelling NTLM authenticationSteve Holme2013-10-271-9/+17
* email: Added support for cancelling DIGEST-MD5 authenticationSteve Holme2013-10-271-9/+23
* email: Corrected a couple of typos from 1e39b95682781fSteve Holme2013-10-271-1/+1
* email: Added support for canceling CRAM-MD5 authenticationSteve Holme2013-10-271-8/+18
* email: Added initial support for cancelling authenticationSteve Holme2013-10-271-1/+21
* email: Moved authentication message parsing into a separate functionSteve Holme2013-10-271-27/+44
* email: Added references to SASL LOGIN authentication draft proposalSteve Holme2013-10-261-0/+1
* email: Fixed QUIT / LOGOUT being sent when SSL connect failsSteve Holme2013-10-181-3/+2
* sasl: Centralised the authentication mechanism stringsSteve Holme2013-09-241-21/+21
* pop3: Added basic SASL XOAUTH2 supportSteve Holme2013-09-201-1/+63
* imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska2013-09-101-3/+5
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-7/+7
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-30/+13
* comments: remove old and wrong multi/easy interface statementsDaniel Stenberg2013-08-091-2/+1
* string formatting: fix zero-length printf format stringYang Tse2013-07-241-5/+5
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-1/+1
* email: Tidy up of *_perform_authenticate()Steve Holme2013-04-281-30/+28
* pop3: Added 255 octet limit check when sending initial responseSteve Holme2013-04-281-1/+2
* pop3: Added support for enabling the SASL initial responseSteve Holme2013-04-271-12/+47
* pop3: Added missing comment for pop3_state_apop_resp()Steve Holme2013-04-151-0/+1
* pop3: Updated the coding style of pop3_state_servergreet_resp()Steve Holme2013-04-151-3/+3
* pop3: Re-factored all perform based functionsSteve Holme2013-04-141-29/+29
* pop3: Added description comments to all perform based functionsSteve Holme2013-04-141-6/+62
* pop3: Moved pop3_quit() to be with the other perform functionsSteve Holme2013-04-141-19/+19
* pop3: Moved pop3_command() to be with the other perform functionsSteve Holme2013-04-141-35/+35
* pop3: Added support for ;auth=<mech> in the URLSteve Holme2013-04-131-8/+91
* pop3: Reworked the function description for Curl_pop3_write()Steve Holme2013-04-121-2/+7
* pop3: Added function description to pop3_parse_custom_request()Steve Holme2013-04-121-0/+6
* pop3: Moved utility functions to end of pop3.cSteve Holme2013-04-121-33/+33
* pop3: Removed unnecessary transfer cancellationSteve Holme2013-03-131-6/+1
* pop3: Fixed continuous wait when using --ftp-listSteve Holme2013-03-121-15/+18
* email: Removed hard returns from init functionsSteve Holme2013-03-091-2/+3
* email: Updated the function descriptions for the logout / quit functionsSteve Holme2013-03-091-3/+1
* email: Simplified the logout / quit functionsSteve Holme2013-03-091-7/+5
* email: Tidied up the *_regular_transfer() functionsSteve Holme2013-03-081-6/+4