]> git.ipfire.org Git - thirdparty/curl.git/commit
IMAP: add CURLOPT_UPLOAD_FLAGS and --upload-flags
authortiymat <138939221+tiymat@users.noreply.github.com>
Sat, 11 Jan 2025 20:50:12 +0000 (17:20 -0330)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Mar 2025 14:21:16 +0000 (15:21 +0100)
commit6758aa722ddf5a6db819b753d96214e15464afb0
treea5ede44ee8b73f701549316c6af6b6958a253d43
parent0cd2670afb47efd654664f34b794209f5371734d
IMAP: add CURLOPT_UPLOAD_FLAGS and --upload-flags

Set properties on the uploaded resource.

Test 3209 and 3210 verify.

Closes #15970
25 files changed:
docs/TODO
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/upload-file.md
docs/cmdline-opts/upload-flags.md [new file with mode: 0644]
docs/internals/STRPARSE.md
docs/libcurl/curl_easy_setopt.md
docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
docs/options-in-versions
include/curl/curl.h
lib/easyoptions.c
lib/imap.c
lib/setopt.c
lib/urldata.h
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_getparam.h
src/tool_listhelp.c
src/tool_operate.c
src/tool_setopt.c
tests/data/Makefile.am
tests/data/test3209 [new file with mode: 0644]
tests/data/test3210 [new file with mode: 0644]