summaryrefslogtreecommitdiff
path: root/lib/smtp.h
Commit message (Expand)AuthorAgeFilesLines
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-14/+1
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-4/+2
* smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob()Steve Holme2014-11-261-1/+1
* email: Added mutual authentication flagSteve Holme2014-08-151-0/+1
* email: Introduced the GSSAPI statesSteve Holme2014-08-141-0/+3
* smtp: Fixed login denied when server doesn't support AUTH capabilitySteve Holme2014-03-281-1/+2
* smtp: Added support for VRFY and EXPN commandsSteve Holme2013-11-151-1/+1
* smtp: Added support for NOOP and RSET commandsSteve Holme2013-11-151-0/+2
* email: Added initial support for cancelling authenticationSteve Holme2013-10-271-0/+1
* smtp: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-261-0/+1
* smtp: Fixed sending of double CRLF caused by first in EOBSteve Holme2013-05-041-0/+1
* smtp: Tidy up to move the eob counter to the per-request structureSteve Holme2013-04-301-2/+2
* smtp: Added support for ;auth=<mech> in the URLSteve Holme2013-04-131-0/+1
* smtp: Re-factored the final SMTP_AUTH constantSteve Holme2013-02-271-1/+1
* email: Slight reordering of connection based variablesSteve Holme2013-02-261-2/+2
* smtp: Removed bytecountp from the per-request structureSteve Holme2013-02-251-1/+0
* smtp: Removed some FTP heritage leftoversSteve Holme2013-02-231-2/+0
* smtp: Moved the per-request variables to the per-request data structureSteve Holme2013-02-231-1/+1
* pop3: Introduced a custom SMTP structure for per-request dataSteve Holme2013-02-231-0/+11
* smtp: Added support for the STLS capability (Part One)Steve Holme2013-02-101-0/+1
* smtp: Updated SMTP_AUTH_PASSWD state constantSteve Holme2013-02-071-1/+1
* email: Updated comment regarding ssldone usageSteve Holme2013-01-261-4/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+88
* build: rename 76 lib/*.h filesYang Tse2012-12-281-88/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-281-3/+4
* SMTP: only send SIZE if supportedFrantišek Kučera2012-09-041-0/+2
* smtp: Post apop feature code tidy upSteve Holme2012-06-091-1/+1
* sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme2012-06-081-1/+1
* smtp: Re-factored the SMTP_AUTH* state machine constantsSteve Holme2012-06-061-8/+8
* smtp: Post authentication code tidy upSteve Holme2012-06-051-13/+14
* smtp: Moved auth-mechanism constants into a separate header fileSteve Holme2012-05-251-9/+0
* smtp: Fixed non-escaping of dot character at beginning of lineSteve Holme2012-05-171-0/+1
* smtp: Add support for DIGEST-MD5 authenticationGökhan Şengün2012-03-311-0/+2
* SMTP: Code policing and tidy upSteve Holme2012-02-161-2/+2
* smtp: Added support for NTLM authenticationSteve Holme2011-10-031-0/+4
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+3
* SMTP-multi: non-blocking connectBen Noordhuis2011-03-151-0/+1
* SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis2011-03-151-0/+1
* Implement SMTP authenticationmonnerat2010-04-191-0/+14
* fixed compiler warningsBen Greear2010-04-021-2/+2
* fix smtp compile warningBen Greear2010-03-291-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.Patrick Monnerat2010-02-221-0/+1
* - I made the SMTP code expect a 250 response back from the server after theDaniel Stenberg2010-02-201-0/+1
* - Jack Zhang reported a problem with SMTP: we wrongly used multiple addressesDaniel Stenberg2010-02-121-1/+2
* modified to get the EHLO domain from the path part of the URL instead of theDaniel Stenberg2009-12-301-3/+3
* moved the SMTP payload escape function into Curl_smtp_escape_eob and putDaniel Stenberg2009-12-301-0/+2