smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / smtp.h
2016-09-23 Seonah MoonUpdate to 7.50.2 00/89300/3 accepted/tizen/common/20160928.164154 accepted/tizen/ivi/20160929.081233 accepted/tizen/mobile/20160929.081128 accepted/tizen/tv/20160929.081209 accepted/tizen/wearable/20160929.081050 submit/tizen/20160928.053415
2016-09-23 Seonah MoonImported Upstream version 7.50.2 93/89293/1 upstream/7.50.2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2016-04-11 seonah moonRevert "Imported Upstream version 7.44.0" 73/65573/1
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
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-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
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-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
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...