Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / smtp.h
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-03-28 Steve Holmesmtp: Fixed login denied when server doesn't support...
2013-11-15 Steve Holmesmtp: Added support for VRFY and EXPN commands
2013-11-15 Steve Holmesmtp: Added support for NOOP and RSET commands
2013-10-27 Steve Holmeemail: Added initial support for cancelling authentication
2013-08-26 Kyle L. Huffsmtp: added basic SASL XOAUTH2 support
2013-05-04 Steve Holmesmtp: Fixed sending of double CRLF caused by first...
2013-04-30 Steve Holmesmtp: Tidy up to move the eob counter to the per-reques...
2013-04-13 Steve Holmesmtp: Added support for ;auth=<mech> in the URL
2013-02-27 Steve Holmesmtp: Re-factored the final SMTP_AUTH constant
2013-02-26 Steve Holmeemail: Slight reordering of connection based variables
2013-02-25 Steve Holmesmtp: Removed bytecountp from the per-request structure
2013-02-23 Steve Holmesmtp: Removed some FTP heritage leftovers
2013-02-23 Steve Holmesmtp: Moved the per-request variables to the per-reques...
2013-02-23 Steve Holmepop3: Introduced a custom SMTP structure for per-reques...
2013-02-10 Steve Holmesmtp: Added support for the STLS capability (Part One)
2013-02-07 Steve Holmesmtp: Updated SMTP_AUTH_PASSWD state constant
2013-01-26 Steve Holmeemail: Updated comment regarding ssldone usage
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-28 Yang Tselib/*.h: use our standard naming scheme for header...
2012-09-04 František KučeraSMTP: only send SIZE if supported
2012-06-09 Steve Holmesmtp: Post apop feature code tidy up
2012-06-08 Steve Holmesasl: Re-factored mechanism constants in preparation...
2012-06-06 Steve Holmesmtp: Re-factored the SMTP_AUTH* state machine constants
2012-06-05 Steve Holmesmtp: Post authentication code tidy up
2012-05-25 Steve Holmesmtp: Moved auth-mechanism constants into a separate...
2012-05-17 Steve Holmesmtp: Fixed non-escaping of dot character at beginning...
2012-03-31 Gökhan Şengünsmtp: Add support for DIGEST-MD5 authentication
2012-02-16 Steve HolmeSMTP: Code policing and tidy up
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-03 Steve Holmesmtp: Added support for NTLM authentication
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-03-15 Ben NoordhuisSMTP-multi: non-blocking connect
2011-03-15 Ben NoordhuisSMTP in multi mode: use Curl_ssl_connect_nonblocking...
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-19 monneratImplement SMTP authentication
2010-04-02 Ben Greearfixed compiler warnings
2010-03-29 Ben Greearfix smtp compile warning
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-22 Patrick Monnerat- Proper handling of STARTTLS on SMTP, taking CURLUSESS...
2010-02-20 Daniel Stenberg- I made the SMTP code expect a 250 response back from...
2010-02-12 Daniel Stenberg- Jack Zhang reported a problem with SMTP: we wrongly...
2009-12-30 Daniel Stenbergmodified to get the EHLO domain from the path part...
2009-12-30 Daniel Stenbergmoved the SMTP payload escape function into Curl_smtp_e...
2009-12-30 Daniel Stenberg(SMTP) support DATA better in the server and make sure...
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...