<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test803, 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>imap: change from "FETCH" to "UID FETCH"</title>
<updated>2018-09-06T08:57:48+00:00</updated>
<author>
<name>Nicklas Avén</name>
<email>nicklas.aven@jordogskog.no</email>
</author>
<published>2018-07-31T11:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6987fcef657710f800b05dd79ff744087b15c73d'/>
<id>6987fcef657710f800b05dd79ff744087b15c73d</id>
<content type='text'>
... and add "MAILINDEX".

As described in #2789, this is a suggested solution.  Changing UID=xx to
actually get mail with UID xx and add "MAILINDEX" to get a mail with a
special index in the mail box (old behavior).  So MAILINDEX=1 gives the
first non deleted mail in the mail box.

Fixes #2789
Closes #2815
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and add "MAILINDEX".

As described in #2789, this is a suggested solution.  Changing UID=xx to
actually get mail with UID xx and add "MAILINDEX" to get a mail with a
special index in the mail box (old behavior).  So MAILINDEX=1 gives the
first non deleted mail in the mail box.

Fixes #2789
Closes #2815
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Added "Clear Text" authentication keyword</title>
<updated>2014-03-30T10:34:23+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-03-30T10:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=82bcc7c6153dcc12484534d365dde1b16e0d640f'/>
<id>82bcc7c6153dcc12484534d365dde1b16e0d640f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test801 to test807: fix protocol section line endings</title>
<updated>2013-03-11T11:48:36+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2013-03-11T11:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=bd86528e6b6ed3de0c76b540cde5aed03ecbd4b3'/>
<id>bd86528e6b6ed3de0c76b540cde5aed03ecbd4b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>imap: Added test802 and test803 for UIDVALIDITY verification</title>
<updated>2013-03-10T19:57:26+00:00</updated>
<author>
<name>Jiri Hruska</name>
<email>jirka@fud.cz</email>
</author>
<published>2013-03-10T19:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=3a5530a1f3fb71113dab911a05ccf812465ca88c'/>
<id>3a5530a1f3fb71113dab911a05ccf812465ca88c</id>
<content type='text'>
Added one test for a request with matching UIDVALIDITY and one which is
a mismatched request that will fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added one test for a request with matching UIDVALIDITY and one which is
a mismatched request that will fail.
</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>
<entry>
<title>SMTP tests: updated MAIL FROM use</title>
<updated>2010-12-22T13:53:13+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2010-12-22T13:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=e6d99f4ba70955ef25ccb8b44f18ba0e16a7a63e'/>
<id>e6d99f4ba70955ef25ccb8b44f18ba0e16a7a63e</id>
<content type='text'>
They were all wrong previously since none used the &lt;brackets&gt; they
should for MAIL FROM. Now libcurl adds them itself if the app doesn't so
they end up wrong less easy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were all wrong previously since none used the &lt;brackets&gt; they
should for MAIL FROM. Now libcurl adds them itself if the app doesn't so
they end up wrong less easy.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed the SMTP compliance by making sure RCPT TO addresses are specified</title>
<updated>2010-02-20T22:29:59+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2010-02-20T22:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a4a60afabbd65e674222a6df6ccd09c1b358ab77'/>
<id>a4a60afabbd65e674222a6df6ccd09c1b358ab77</id>
<content type='text'>
  properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now
  get angle bracket wrapping automatically by libcurl unless the recipient
  starts with an angle bracket as then the app is assumed to deal with that
  properly on its own.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now
  get angle bracket wrapping automatically by libcurl unless the recipient
  starts with an angle bracket as then the app is assumed to deal with that
  properly on its own.
</pre>
</div>
</content>
</entry>
<entry>
<title>modified to get the EHLO domain from the path part of the URL instead of the</title>
<updated>2009-12-30T22:50:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2009-12-30T22:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6c6dc3f879718492c4902113815aac95cbbebfd8'/>
<id>6c6dc3f879718492c4902113815aac95cbbebfd8</id>
<content type='text'>
user name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
user name
</pre>
</div>
</content>
</entry>
<entry>
<title>(SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLF</title>
<updated>2009-12-30T21:52:27+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2009-12-30T21:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=5e6ffe353ab478d67c2964de5a3eb2fd9fcb0528'/>
<id>5e6ffe353ab478d67c2964de5a3eb2fd9fcb0528</id>
<content type='text'>
sequences in uploaded data. The test server doesn't "decode" escaped dot-lines
but instead test cases must be written to take them into account. Added test
case 803 to verify dot-escaping.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sequences in uploaded data. The test server doesn't "decode" escaped dot-lines
but instead test cases must be written to take them into account. Added test
case 803 to verify dot-escaping.
</pre>
</div>
</content>
</entry>
</feed>
