- May 06, 2013
-
-
Kamil Dudka authored
-
Kamil Dudka authored
-
Kamil Dudka authored
... and de-duplicate the code initializing *passphrase
-
Kamil Dudka authored
-
Jared Jennings authored
-
- May 05, 2013
-
-
Marc Hoersken authored
-
- May 04, 2013
-
-
Steve Holme authored
-
Steve Holme authored
comparison between signed and unsigned integer expressions
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
If the mail sent during the transfer contains a terminating <CRLF> then we should not send the first <CRLF> of the EOB as specified in RFC-5321. Additionally don't send the <CRLF> if there is "no mail data" as the DATA command already includes it.
-
- May 03, 2013
-
-
Steve Holme authored
... which was missed in commit: f5c3d953
-
Steve Holme authored
... which was missed in commit: f5c3d953
-
Steve Holme authored
-
- May 02, 2013
-
-
Steve Holme authored
-
Steve Holme authored
Introduced in commit: 51481766
-
Steve Holme authored
-
Steve Holme authored
...and removed references to libcurl and test1406.
-
Steve Holme authored
-
- May 01, 2013
-
-
Lars Johannesen authored
The code within #ifdef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID wrongly had two closing braces when it should only have one, so builds without that define would fail. Bug: http://curl.haxx.se/mail/lib-2013-05/0000.html
-
- Apr 30, 2013
-
-
Steve Holme authored
Move the eob counter from the smtp_conn structure to the SMTP structure as it is associated with a SMTP payload on a per-request basis.
-
- Apr 29, 2013
-
-
Steve Holme authored
-
Steve Holme authored
The curl command line utility would display the the completed progress bar with a percentage of zero as the progress routines didn't know the size of the transfer.
-
Daniel Stenberg authored
Fix regressions in commit b56e3d43. Make @data local and filter off non-numerical digits from $testno in STATUS_imap.
-
Steve Holme authored
...to be more realistic and consistent with the other imap responses.
-
Steve Holme authored
-
- Apr 28, 2013
-
-
Steve Holme authored
The emails that are sent to the server during these tests were incorrectly formatted as they contained one or more LF terminated lines rather than being CRLF terminated as per Section 2.3.7 of RFC-2821. This wasn't a problem for the test suite as the <stdin> data matched the <upload> data but anyone using these tests as reference would be sending incorrect data to a server.
-
Steve Holme authored
Removed the hard returns from imap and pop3 by using the same style for sending the authentication string as smtp. Moved the "Other mechanisms not supported" check in smtp to match that of imap and pop3 to provide consistency between the three email protocols.
-
Steve Holme authored
-
Steve Holme authored
Added 255 octet limit check as per Section 4. Paragraph 8 of RFC-5034.
-
Steve Holme authored
-
Nick Zitzmann authored
Users using the Secure Transport (darwinssl) back-end can now use a certificate and private key to authenticate with a site using TLS. Because Apple's security system is based around the keychain and does not have any non-public function to create a SecIdentityRef data structure from data loaded outside of the Keychain, the certificate and private key have to be loaded into the Keychain first (using the certtool command line tool or the Security framework's C API) before we can find it and use it.
-
- Apr 27, 2013
-
-
Steve Holme authored
-
Daniel Stenberg authored
Since we're adding new stuff, the next release will bump the minor version and we're looking forward to 7.31.0
-
Steve Holme authored
-
Steve Holme authored
Documented the the option in curl_easy_setopt() and added it to symbols-in-versions.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Updated test903 and test904 following the addition of CURLOPT_SASL_IR as the default behaviour of SMTP AUTH responses is now to not include the initial response. New tests with --sasl-ir support to follow.
-
Steve Holme authored
In addition to checking for the SASL-IR capability the user can override the sending of the client's initial response in the AUTHENTICATION command with the use of CURLOPT_SASL_IR should the server erroneously not report SASL-IR when it does support it.
-