un-nest curl
This commit is contained in:
24
curl-8.15.0/docs/cmdline-opts/upload-flags.md
Normal file
24
curl-8.15.0/docs/cmdline-opts/upload-flags.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: upload-flags
|
||||
Arg: <flags>
|
||||
Help: IMAP upload behavior
|
||||
Category: curl output
|
||||
Added: 8.13.0
|
||||
Multi: single
|
||||
See-also:
|
||||
- upload-file
|
||||
Example:
|
||||
- --upload-flags Flagged,!Seen --upload-file local/dir/file $URL
|
||||
---
|
||||
|
||||
# `--upload-flags`
|
||||
|
||||
Specify additional behavior to apply to uploaded files. Flags are
|
||||
specified as either a single flag value or a comma-separated list
|
||||
of flag values. These values are case-sensitive and may be negated
|
||||
by prepending them with a '-' character. Currently the following
|
||||
flag values are accepted: answered, deleted, draft, flagged, and
|
||||
seen. The currently-accepted flag values are used to set flags on
|
||||
IMAP uploads.
|
||||
Reference in New Issue
Block a user