<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs/examples/smtp-mime.c, branch bagder/https-proxy-tests</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>copyrights: update all copyright notices to 2019 on files changed this year</title>
<updated>2019-11-02T22:15:56+00:00</updated>
<author>
<name>Vilhelm Prytz</name>
<email>vilhelm@prytznet.se</email>
</author>
<published>2019-10-31T20:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d0319adb0c9b0931310fa57131584e15f5cba7bb'/>
<id>d0319adb0c9b0931310fa57131584e15f5cba7bb</id>
<content type='text'>
Closes #4547
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4547
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: reduce variable scopes</title>
<updated>2019-05-22T08:06:21+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2019-05-21T08:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=10b7067eb722bf2bc19f4dd6d97199be705baea2'/>
<id>10b7067eb722bf2bc19f4dd6d97199be705baea2</id>
<content type='text'>
Closes https://github.com/curl/curl/pull/3919
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/curl/curl/pull/3919
</pre>
</div>
</content>
</entry>
<entry>
<title>spelling fixes</title>
<updated>2018-06-03T12:14:45+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>vszakats@users.noreply.github.com</email>
</author>
<published>2018-06-03T12:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4bd91bc4742dbf194dd7a63519aa1ed32e4db47d'/>
<id>4bd91bc4742dbf194dd7a63519aa1ed32e4db47d</id>
<content type='text'>
Detected using the `codespell` tool (version 1.13.0).

Also secure and fix an URL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detected using the `codespell` tool (version 1.13.0).

Also secure and fix an URL.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/mime: minor example code fixes</title>
<updated>2017-09-05T10:05:27+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>vszakats@users.noreply.github.com</email>
</author>
<published>2017-09-05T10:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=25fc694a410043cf0fdb8725685e1426b3093d43'/>
<id>25fc694a410043cf0fdb8725685e1426b3093d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mime: use CURL_ZERO_TERMINATED in examples</title>
<updated>2017-09-04T13:58:10+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>vszakats@users.noreply.github.com</email>
</author>
<published>2017-09-04T13:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=841a09ea19f9b6ec4f18d761578cef44ada2810b'/>
<id>841a09ea19f9b6ec4f18d761578cef44ada2810b</id>
<content type='text'>
and some minor whitespace fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and some minor whitespace fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().</title>
<updated>2017-09-03T13:45:43+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2017-09-03T13:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1a3f4c19919b09ff0fd0ba228b06a217d85d4265'/>
<id>1a3f4c19919b09ff0fd0ba228b06a217d85d4265</id>
<content type='text'>
This feature is badly supported in Windows: as a replacement, a caller has
to use curl_mime_data_cb() with fread, fseek and possibly fclose
callbacks to process opened files.

The cli tool and documentation are updated accordingly.

The feature is however kept internally for form API compatibility, with
the known caveats it always had.

As a side effect, stdin size is not determined by the cli tool even if
possible and this results in a chunked transfer encoding. Test 173 is
updated accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This feature is badly supported in Windows: as a replacement, a caller has
to use curl_mime_data_cb() with fread, fseek and possibly fclose
callbacks to process opened files.

The cli tool and documentation are updated accordingly.

The feature is however kept internally for form API compatibility, with
the known caveats it always had.

As a side effect, stdin size is not determined by the cli tool even if
possible and this results in a chunked transfer encoding. Test 173 is
updated accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>mime: tests and examples.</title>
<updated>2017-09-02T18:08:45+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2017-09-02T18:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3baf36edf6ed1d7c74d68846d79f87334b573aea'/>
<id>3baf36edf6ed1d7c74d68846d79f87334b573aea</id>
<content type='text'>
Additional mime-specific tests.
Existing tests updated to reflect small differences (Expect: 100-continue,
data size change due to empty lines, etc).
Option -F headers= keyword added to tests.
test1135 disabled until the entry point order change is resolved.
New example smtp-mime.
Examples postit2 and multi-post converted from form API to mime API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additional mime-specific tests.
Existing tests updated to reflect small differences (Expect: 100-continue,
data size change due to empty lines, etc).
Option -F headers= keyword added to tests.
test1135 disabled until the entry point order change is resolved.
New example smtp-mime.
Examples postit2 and multi-post converted from form API to mime API.
</pre>
</div>
</content>
</entry>
</feed>
