File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ curl_mime_init - create a mime handle
31
31
curl_mime *curl_mime_init(CURL *easy_handle);
32
32
.fi
33
33
.SH DESCRIPTION
34
- \fI curl_mime_init(3) \fP creates a handle to a new empty mime structure,
34
+ \fI curl_mime_init(3) \fP creates a handle to a new empty mime structure.
35
35
This mime structure can be subsequently filled using the mime API, then
36
36
attached to some easy handle using option \fI CURLOPT_MIMEPOST(3) \fP within
37
37
a \fI curl_easy_setopt(3) \fP call or added as a multipart in another mime
38
38
handle's part using \fI curl_mime_subparts(3) \fP .
39
39
40
40
\fI easy_handle \fP is used for part separator randomization and error
41
- reporting. It does not need to be the final target handle.
41
+ reporting. Since 7.87.0, it does not need to be the final target handle.
42
42
43
43
Using a mime handle is the recommended way to post an HTTP form, format and
44
44
send a multi-part email with SMTP or upload such an email to an IMAP server.
You can’t perform that action at this time.
0 commit comments