diff options
Diffstat (limited to 'docs/cmdline-opts/form.d')
-rw-r--r-- | docs/cmdline-opts/form.d | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/cmdline-opts/form.d b/docs/cmdline-opts/form.d index 3cd8dce75..2c65ddd9b 100644 --- a/docs/cmdline-opts/form.d +++ b/docs/cmdline-opts/form.d @@ -121,11 +121,11 @@ text file: -F '=)' -F '=@textfile.txt' ... smtp://example.com Data can be encoded for transfer using encoder=. Available encodings are -\fIbinary\fP and \fI8bit\fP that do nothing else than adding the corresponding -Content-Transfer-Encoding header, \fI7bit\fP that only rejects 8-bit characters -with a transfer error, \fIquoted-printable\fP and \fIbase64\fP that encodes -data according to the corresponding schemes, limiting lines length to -76 characters. +*binary* and *8bit* that do nothing else than adding the corresponding +Content-Transfer-Encoding header, *7bit* that only rejects 8-bit characters +with a transfer error, *quoted-printable* and *base64* that encodes data +according to the corresponding schemes, limiting lines length to 76 +characters. Example: send multipart mail with a quoted-printable text message and a base64 attached file: |