summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
...
* smtp: Moved EHLO response handling to smtp_state_ehlo_resp()Steve Holme2013-11-151-79/+93
* 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-1/+2
* smtp: Fixed response code parsing for bad AUTH continuation responsesSteve Holme2013-10-261-2/+5
* 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
* imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska2013-09-101-3/+5
* SASL: fix compiler warningsDaniel Stenberg2013-09-041-3/+3
* imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 serversSteve Holme2013-09-041-2/+2
* smtp: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-261-1/+61
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-8/+8
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-30/+14
* 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-4/+4
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-1/+1
* smtp: Fix trailing whitespace warningSteve Holme2013-05-041-1/+1
* smtp: Fix compilation warningSteve Holme2013-05-041-1/+1
* smtp: Updated RFC-2821 references to RFC-5321Steve Holme2013-05-041-3/+3
* smtp: Fixed sending of double CRLF caused by first in EOBSteve Holme2013-05-041-13/+28
* smtp: Tidy up to move the eob counter to the per-request structureSteve Holme2013-04-301-15/+15
* smtp: Fixed unknown percentage complete in progress barSteve Holme2013-04-291-1/+6
* email: Tidy up of *_perform_authenticate()Steve Holme2013-04-281-17/+19
* smtp: Updated limit check to be more readable like the check in pop3Steve Holme2013-04-281-1/+1
* smtp: Added support for disabling the SASL initial responseSteve Holme2013-04-271-8/+15
* smtp: Re-factored all perform based functionsSteve Holme2013-04-161-29/+29
* smtp: Added description comments to all perform based functionsSteve Holme2013-04-161-5/+59
* smtp: Moved smtp_quit() to be with the other perform functionsSteve Holme2013-04-161-19/+19
* smtp: Moved smtp_rcpt_to() to be with the other perform functionsSteve Holme2013-04-161-21/+21
* smtp: Moved smtp_mail() to be with the other perform functionsSteve Holme2013-04-161-72/+72
* smtp: Updated the coding style of smtp_state_servergreet_resp()Steve Holme2013-04-151-3/+3
* smtp: Added support for ;auth=<mech> in the URLSteve Holme2013-04-131-5/+66
* smtp: Fix compiler warningSteve Holme2013-04-131-1/+0
* smtp: Moved parsing of url path into separate functionSteve Holme2013-04-121-12/+30
* 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-6/+4
* 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
* smtp: Updated the coding style for state changes after a send operationSteve Holme2013-03-031-18/+10
* pop3 / smtp: Small comment tidy upSteve Holme2013-02-281-2/+2
* smtp: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme2013-02-281-1/+1