| Commit message (Expand) | Author | Age | Files | Lines |
* | copyrights: fix copyright year range | Daniel Stenberg | 2019-11-08 | 1 | -1/+1 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -2/+2 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | SASL: common state engine for imap/pop3/smtp | Patrick Monnerat | 2015-01-20 | 1 | -14/+1 |
* | IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters. | Patrick Monnerat | 2015-01-20 | 1 | -4/+2 |
* | smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob() | Steve Holme | 2014-11-26 | 1 | -1/+1 |
* | email: Added mutual authentication flag | Steve Holme | 2014-08-15 | 1 | -0/+1 |
* | email: Introduced the GSSAPI states | Steve Holme | 2014-08-14 | 1 | -0/+3 |
* | smtp: Fixed login denied when server doesn't support AUTH capability | Steve Holme | 2014-03-28 | 1 | -1/+2 |
* | smtp: Added support for VRFY and EXPN commands | Steve Holme | 2013-11-15 | 1 | -1/+1 |
* | smtp: Added support for NOOP and RSET commands | Steve Holme | 2013-11-15 | 1 | -0/+2 |
* | email: Added initial support for cancelling authentication | Steve Holme | 2013-10-27 | 1 | -0/+1 |
* | smtp: added basic SASL XOAUTH2 support | Kyle L. Huff | 2013-08-26 | 1 | -0/+1 |
* | smtp: Fixed sending of double CRLF caused by first in EOB | Steve Holme | 2013-05-04 | 1 | -0/+1 |
* | smtp: Tidy up to move the eob counter to the per-request structure | Steve Holme | 2013-04-30 | 1 | -2/+2 |
* | smtp: Added support for ;auth=<mech> in the URL | Steve Holme | 2013-04-13 | 1 | -0/+1 |
* | smtp: Re-factored the final SMTP_AUTH constant | Steve Holme | 2013-02-27 | 1 | -1/+1 |
* | email: Slight reordering of connection based variables | Steve Holme | 2013-02-26 | 1 | -2/+2 |
* | smtp: Removed bytecountp from the per-request structure | Steve Holme | 2013-02-25 | 1 | -1/+0 |
* | smtp: Removed some FTP heritage leftovers | Steve Holme | 2013-02-23 | 1 | -2/+0 |
* | smtp: Moved the per-request variables to the per-request data structure | Steve Holme | 2013-02-23 | 1 | -1/+1 |
* | pop3: Introduced a custom SMTP structure for per-request data | Steve Holme | 2013-02-23 | 1 | -0/+11 |
* | smtp: Added support for the STLS capability (Part One) | Steve Holme | 2013-02-10 | 1 | -0/+1 |
* | smtp: Updated SMTP_AUTH_PASSWD state constant | Steve Holme | 2013-02-07 | 1 | -1/+1 |
* | email: Updated comment regarding ssldone usage | Steve Holme | 2013-01-26 | 1 | -4/+2 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+88 |
* | build: rename 76 lib/*.h files | Yang Tse | 2012-12-28 | 1 | -88/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -1/+1 |
* | lib/*.h: use our standard naming scheme for header inclusion guards | Yang Tse | 2012-12-28 | 1 | -3/+4 |
* | SMTP: only send SIZE if supported | František Kučera | 2012-09-04 | 1 | -0/+2 |
* | smtp: Post apop feature code tidy up | Steve Holme | 2012-06-09 | 1 | -1/+1 |
* | sasl: Re-factored mechanism constants in preparation for APOP work | Steve Holme | 2012-06-08 | 1 | -1/+1 |
* | smtp: Re-factored the SMTP_AUTH* state machine constants | Steve Holme | 2012-06-06 | 1 | -8/+8 |
* | smtp: Post authentication code tidy up | Steve Holme | 2012-06-05 | 1 | -13/+14 |
* | smtp: Moved auth-mechanism constants into a separate header file | Steve Holme | 2012-05-25 | 1 | -9/+0 |
* | smtp: Fixed non-escaping of dot character at beginning of line | Steve Holme | 2012-05-17 | 1 | -0/+1 |
* | smtp: Add support for DIGEST-MD5 authentication | Gökhan Şengün | 2012-03-31 | 1 | -0/+2 |
* | SMTP: Code policing and tidy up | Steve Holme | 2012-02-16 | 1 | -2/+2 |
* | smtp: Added support for NTLM authentication | Steve Holme | 2011-10-03 | 1 | -0/+4 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -2/+3 |
* | SMTP-multi: non-blocking connect | Ben Noordhuis | 2011-03-15 | 1 | -0/+1 |
* | SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting. | Ben Noordhuis | 2011-03-15 | 1 | -0/+1 |
* | Implement SMTP authentication | monnerat | 2010-04-19 | 1 | -0/+14 |
* | fixed compiler warnings | Ben Greear | 2010-04-02 | 1 | -2/+2 |
* | fix smtp compile warning | Ben Greear | 2010-03-29 | 1 | -1/+1 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account. | Patrick Monnerat | 2010-02-22 | 1 | -0/+1 |
* | - I made the SMTP code expect a 250 response back from the server after the | Daniel Stenberg | 2010-02-20 | 1 | -0/+1 |
* | - Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses | Daniel Stenberg | 2010-02-12 | 1 | -1/+2 |
* | modified to get the EHLO domain from the path part of the URL instead of the | Daniel Stenberg | 2009-12-30 | 1 | -3/+3 |