summaryrefslogtreecommitdiff
path: root/lib/smtp.h
Commit message (Expand)AuthorAgeFilesLines
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-9/+9
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* transfer: upload performance; avoid tiny sendGlenn Strauss2022-06-201-1/+3
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* lib: save a bit of space with some structure packingErik Olsson2021-01-201-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* smtp: Detect server support for the UTF-8 extension as defined in RFC-6531Steve Holme2020-02-261-0/+2
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-1/+4
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* 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