aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-04smtp: Fixed sending of double CRLF caused by first in EOBSteve Holme
2013-05-03tests: Corrected MAIL SIZE for CRLF line endingsSteve Holme
2013-05-03tests: Corrected infilesize for CRLF line endingsSteve Holme
2013-05-03tests: Corrected test1406 to be RFC2821 compliantSteve Holme
2013-05-02tests: Corrected test1320 to be RFC2821 compliantSteve Holme
2013-05-02tests: Corrected typo in test909Steve Holme
2013-05-02tests: Corrected test909 to be RFC2821 compliantSteve Holme
2013-05-02tests: Updated test references to 909 from 1411Steve Holme
2013-05-02tests: Renamed test1411 to test909 as this is a main SMTP testSteve Holme
2013-05-01bindlocal: move brace out of #ifdefLars Johannesen
2013-04-30smtp: Tidy up to move the eob counter to the per-request structureSteve Holme
2013-04-30TODO: Updated following the addition of CURLOPT_SASL_IRSteve Holme
2013-04-29smtp: Fixed unknown percentage complete in progress barSteve Holme
2013-04-29ftpserver: silence warningsDaniel Stenberg
2013-04-29ftpserver.pl: Corrected the imap LOGIN responseSteve Holme
2013-04-29tests: Added imap STATUS command testSteve Holme
2013-04-28tests: Corrected the SMTP tests to be RFC2821 compliantSteve Holme
2013-04-28email: Tidy up of *_perform_authenticate()Steve Holme
2013-04-28smtp: Updated limit check to be more readable like the check in pop3Steve Holme
2013-04-28pop3: Added 255 octet limit check when sending initial responseSteve Holme
2013-04-28DOCS: Corrected line length of recent Secure Transport changesSteve Holme
2013-04-27darwinssl: add TLS crypto authenticationNick Zitzmann
2013-04-27Corrected version numbers after bumpSteve Holme
2013-04-27bump versionDaniel Stenberg
2013-04-27RELEASE-NOTES: synced with f4e6e201b146Steve Holme
2013-04-27DOCS: Updated following the addition of CURLOPT_SASL_IRSteve Holme
2013-04-27tests: Corrected command line arguments in test907 and test908Steve Holme
2013-04-27tests: Added SMTP AUTH with initial response testsSteve Holme
2013-04-27tests: Updated SMTP tests to decouple client initial responseSteve Holme
2013-04-27imap: Added support for overriding the SASL initial responseSteve Holme
2013-04-27smtp: Added support for disabling the SASL initial responseSteve Holme
2013-04-27pop3: Added support for enabling the SASL initial responseSteve Holme
2013-04-27sasl-ir: Added --sasl-ir option to curl command line toolSteve Holme
2013-04-27sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial responseSteve Holme
2013-04-26curl_easy_init: use less mallocsDaniel Stenberg
2013-04-26ftpserver.pl: Fixed imap logout confirmation dataSteve Holme
2013-04-26ftp_state_pasv_resp: connect through proxy also when set by envDaniel Stenberg
2013-04-26url: initialize speed-check data for file:// protocolZdenek Pavlas
2013-04-25test709: clarify the test in the nameDaniel Stenberg
2013-04-25sshserver: disable StrictHostKeyCheckingDaniel Stenberg
2013-04-25runtests: log more commands in verbose modeDaniel Stenberg
2013-04-25TODO: Corrected copy/paste typoSteve Holme
2013-04-25TODO: Added new ideas for future SMTP, POP3 and IMAP featuresSteve Holme
2013-04-25TODO: Updated following the addition of ;auth=<MECH> supportSteve Holme
2013-04-25DOCS: Minor rewording / clarification of host name protocol detectionSteve Holme
2013-04-24RELEASE-NOTES: synced with a8c92cb60890Steve Holme
2013-04-24DOCS: Added reference to IETF draft for SMTP URL InterfaceSteve Holme
2013-04-23HISTORY: Fix spelling error.Linus Nielsen Feltzing
2013-04-23DOCS: Reworked the scheme calculation explanation under CURLOPT_URLSteve Holme
2013-04-23url: Added smtp and pop3 hostnames to the protocol detection listSteve Holme