Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / smtp.c
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-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-05 Steve Holmesasl: Combined DIGEST-MD5 message decoding and generation
2014-04-01 Steve Holmesmtp: Fixed login denied with a RFC-821 based server
2014-03-28 Steve Holmesmtp: Fixed login denied when server doesn't support...
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-22 Steve Holmeemail: Fixed segfault introduced in commit 195b63f99c2fe3
2013-12-22 Daniel Stenbergcode police: fix indent level to silence checksrc compl...
2013-12-21 Steve Holmeemail: Extended the login options to support multiple...
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-12-18 Steve Holmeimap/pop3/smtp: Added support for SASL authentication...
2013-12-18 Daniel Stenbergsmtp: fix compiler warning
2013-12-18 Steve Holmesmtp: Moved the calculation of SASL login details into...
2013-12-18 Steve Holmesmtp: Moved the sending of the AUTH command into a...
2013-12-17 Steve Holmeemail: Renamed *_perform_authenticate() functions
2013-11-23 Steve Holmesmtp: Post SMTP command expansion tidy up
2013-11-17 Steve Holmesmtp: Fixed space being sent in non --mail-rcpt based...
2013-11-17 Steve Holmesmtp: Changed the default command to HELP when no optio...
2013-11-17 Steve Holmesmtp:Fixed memory leak from commit dac01ff6d788b2
2013-11-15 Steve Holmesmtp: Fixed broken RCPT TO from commit 0ea4a80bb23666
2013-11-15 Daniel Stenbergsmtp_state_mail_resp: removed unused variable 'smtp'
2013-11-15 Steve Holmesmtp: Simplified the next RCPT TO logic
2013-11-15 Steve Holmesmtp.c: Fixed trailing whitespace
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-11-15 Steve Holmesmtp: Fixed handling of multiline server greeting responses
2013-11-15 Steve Holmesmtp.c: Fixed compilation error from commit f16c0de4e9bbe3
2013-11-15 Steve Holmesmtp: Fixed processing of more than one response when...
2013-11-15 Steve Holmesmtp: Moved EHLO response handling to smtp_state_ehlo_r...
2013-10-30 Steve Holmeemail: Corrected a couple of typos from commit aa0eaef4...
2013-10-30 Steve Holmeemail: Post graceful SASL authentication cancellation...
2013-10-27 Steve Holmeemail: Added support for cancelling NTLM authentication
2013-10-27 Steve Holmeemail: Added support for cancelling DIGEST-MD5 authenti...
2013-10-27 Steve Holmeemail: Corrected a couple of typos from 1e39b95682781f
2013-10-27 Steve Holmeemail: Added support for canceling CRAM-MD5 authentication
2013-10-27 Steve Holmeemail: Added initial support for cancelling authentication
2013-10-27 Steve Holmeemail: Moved authentication message parsing into a...
2013-10-26 Steve Holmeemail: Added references to SASL LOGIN authentication...
2013-10-26 Steve Holmesmtp: Fixed response code parsing for bad AUTH continua...
2013-10-18 Steve Holmeemail: Fixed QUIT / LOGOUT being sent when SSL connect...
2013-09-24 Steve Holmesasl: Centralised the authentication mechanism strings
2013-09-10 Jiri Hruskaimap/pop3/smtp: Speed up SSL connection initialization
2013-09-04 Daniel StenbergSASL: fix compiler warnings
2013-09-04 Steve Holmeimap/smtp: Fixed incorrect SASL mechanism selection...
2013-08-26 Kyle L. Huffsmtp: added basic SASL XOAUTH2 support
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-08-09 Daniel Stenbergcomments: remove old and wrong multi/easy interface...
2013-07-24 Yang Tsestring formatting: fix zero-length printf format string
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-05-04 Steve Holmesmtp: Fix trailing whitespace warning
2013-05-04 Steve Holmesmtp: Fix compilation warning
2013-05-04 Steve Holmesmtp: Updated RFC-2821 references to RFC-5321
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-29 Steve Holmesmtp: Fixed unknown percentage complete in progress bar
2013-04-28 Steve Holmeemail: Tidy up of *_perform_authenticate()
2013-04-28 Steve Holmesmtp: Updated limit check to be more readable like...
2013-04-27 Steve Holmesmtp: Added support for disabling the SASL initial...
2013-04-16 Steve Holmesmtp: Re-factored all perform based functions
2013-04-16 Steve Holmesmtp: Added description comments to all perform based...
2013-04-16 Steve Holmesmtp: Moved smtp_quit() to be with the other perform...
2013-04-16 Steve Holmesmtp: Moved smtp_rcpt_to() to be with the other perform...
2013-04-16 Steve Holmesmtp: Moved smtp_mail() to be with the other perform...
2013-04-15 Steve Holmesmtp: Updated the coding style of smtp_state_servergree...
2013-04-13 Steve Holmesmtp: Added support for ;auth=<mech> in the URL
2013-04-12 Steve Holmesmtp: Fix compiler warning
2013-04-12 Steve Holmesmtp: Moved parsing of url path into separate function
2013-03-09 Steve Holmeemail: Removed hard returns from init functions
2013-03-09 Steve Holmeemail: Updated the function descriptions for the logout...
2013-03-09 Steve Holmeemail: Simplified the logout / quit functions
2013-03-08 Steve Holmeemail: Tidied up the *_regular_transfer() functions
2013-03-08 Steve Holmeemail: Simplified nesting of if statements in *_doing...
2013-03-07 Steve Holmeemail: Minor code tidy up following recent changes
2013-03-07 Steve Holmeemail: Optimised block_statemach() functions
2013-03-03 Steve Holmesmtp: Updated the coding style for state changes after...
2013-02-28 Steve Holmepop3 / smtp: Small comment tidy up
2013-02-28 Steve Holmesmtp: Corrected debug message for POP3_AUTH_FINAL constant
2013-02-27 Steve Holmesmtp: Re-factored the final SMTP_AUTH constant
2013-02-26 Linus Nielsen FeltzingRemove unused variable in smtp_state_data_resp()
2013-02-25 Steve Holmeemail: Small tidy up following recent changes
2013-02-25 Steve Holmesmtp: Removed bytecountp from the per-request structure
2013-02-23 Steve Holmeemail: Additional tidy up of comments following recent...
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-23 Steve Holmeemail: Minor tidy up following IMAP changes
2013-02-19 Yang Tsesmtp.c: fix enumerated type mixed with another type
2013-02-16 Steve Holmeemail: Tidied up result code variables
2013-02-16 Steve Holmeemail: Removed unnecessary forward declaration
2013-02-15 Daniel Stenbergrename "easy" statemachines: call them block instead
2013-02-14 Steve Holmesmtp.c: Fixed a trailing whitespace
2013-02-14 Steve Holmesmtp: Refactored the smtp_state_auth_resp() function
2013-02-13 Steve Holmeemail: Tidy up before additional IMAP work
2013-02-13 Steve Holmesmtp: Removed duplicate pingpong structure initialisation
2013-02-12 Steve Holmeemail: Post optimisation of endofresp() tidy up
next