summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* email: Simplified nesting of if statements in *_doing() functionsSteve Holme2013-03-081-5/+3
* email: Minor code tidy up following recent changesSteve Holme2013-03-071-2/+1
* email: Optimised block_statemach() functionsSteve Holme2013-03-071-3/+1
* pop3: Updated the coding style for state changes after a send operationSteve Holme2013-03-031-18/+10
* pop3: Fixed unnecessary parent structure referenceSteve Holme2013-03-031-1/+1
* pop3 / smtp: Small comment tidy upSteve Holme2013-02-281-1/+1
* pop3: Small tidy up of function argumentsSteve Holme2013-02-281-1/+1
* pop3: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme2013-02-281-1/+1
* pop3: Re-factored the final POP3_AUTH constantSteve Holme2013-02-271-6/+6
* email: Small tidy up following recent changesSteve Holme2013-02-251-3/+1