<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test900, branch gemini-meta</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>tests: Updated email addresses in SMTP tests following recent changes</title>
<updated>2013-09-29T15:48:02+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-29T15:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=25a0c96a49429706dd0a53d7dac98179d9895c82'/>
<id>25a0c96a49429706dd0a53d7dac98179d9895c82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ftpserver.pl: Moved specifying the test number from the RCPT address</title>
<updated>2013-09-29T09:02:00+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-29T08:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=49341628b50007c290d669ce3f51c562aad9708c'/>
<id>49341628b50007c290d669ce3f51c562aad9708c</id>
<content type='text'>
...to the client address as this frees the RCPT strings to contain
just an email address and by passing the test number into curl as the
client address remains consistent with POP3 and IMAP tests as they are
specified in the URL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...to the client address as this frees the RCPT strings to contain
just an email address and by passing the test number into curl as the
client address remains consistent with POP3 and IMAP tests as they are
specified in the URL.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fixed smtp rcpt to addresses</title>
<updated>2013-09-22T14:14:26+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-22T14:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=52cefc8cd7ae0faf2c63e645726f2da195d92a49'/>
<id>52cefc8cd7ae0faf2c63e645726f2da195d92a49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Reworked existing SMTP tests to be single recipient based</title>
<updated>2013-09-21T18:44:09+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-21T18:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=3f04d48495213c7cc4add00d1b7329c296cbcc02'/>
<id>3f04d48495213c7cc4add00d1b7329c296cbcc02</id>
<content type='text'>
...in preparation of upcoming multiple recipient tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...in preparation of upcoming multiple recipient tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fixed smtp mail from addresses</title>
<updated>2013-09-19T06:19:25+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-19T06:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=dfe7ee1429f91f06cae9e10dd18f770269271d29'/>
<id>dfe7ee1429f91f06cae9e10dd18f770269271d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>smtp: Fixed sending of double CRLF caused by first in EOB</title>
<updated>2013-05-04T09:00:33+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-05-04T08:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=99b40451836dfea2d5dce2ada4fab15b2ab5bfb2'/>
<id>99b40451836dfea2d5dce2ada4fab15b2ab5bfb2</id>
<content type='text'>
If the mail sent during the transfer contains a terminating &lt;CRLF&gt; then
we should not send the first &lt;CRLF&gt; of the EOB as specified in RFC-5321.

Additionally don't send the &lt;CRLF&gt; if there is "no mail data" as the
DATA command already includes it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the mail sent during the transfer contains a terminating &lt;CRLF&gt; then
we should not send the first &lt;CRLF&gt; of the EOB as specified in RFC-5321.

Additionally don't send the &lt;CRLF&gt; if there is "no mail data" as the
DATA command already includes it.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Corrected the SMTP tests to be RFC2821 compliant</title>
<updated>2013-04-28T15:14:58+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-04-28T15:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=f317ffb7bbd18428ab3275ac47bf82f146f6c066'/>
<id>f317ffb7bbd18428ab3275ac47bf82f146f6c066</id>
<content type='text'>
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 &lt;stdin&gt; data matched the
&lt;upload&gt; data but anyone using these tests as reference would be sending
incorrect data to a server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;stdin&gt; data matched the
&lt;upload&gt; data but anyone using these tests as reference would be sending
incorrect data to a server.
</pre>
</div>
</content>
</entry>
<entry>
<title>email-tests: Updated the test data that corresponds to the test number</title>
<updated>2013-03-10T19:02:39+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-03-10T19:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=85e944928cadb888d34d8cfadd31af77285f20c7'/>
<id>85e944928cadb888d34d8cfadd31af77285f20c7</id>
<content type='text'>
Finished segregating the email protocol tests, into their own protocol
based ranges, in preparation of adding more e-mail related tests to the
test suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Finished segregating the email protocol tests, into their own protocol
based ranges, in preparation of adding more e-mail related tests to the
test suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>email-tests: Renamed the SMTP tests to be in the range 900-906</title>
<updated>2013-03-10T19:02:36+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-03-10T18:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=fb327e42c676e2757d50b56486fbdbdef589b2ef'/>
<id>fb327e42c676e2757d50b56486fbdbdef589b2ef</id>
<content type='text'>
Continued segregating the email protocol tests, into their own protocol
based ranges, in preparation of adding more e-mail related tests to the
test suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Continued segregating the email protocol tests, into their own protocol
based ranges, in preparation of adding more e-mail related tests to the
test suite.
</pre>
</div>
</content>
</entry>
</feed>
