Skip to content

Commit a0758da

Browse files
monneratbch
authored andcommittedJul 19, 2023
doc: curl_mime_init() strong easy handle binding has been relaxed in 7.87.0
Reported-by: Chloe Kudryavtsev Fixes curl#10834 Closes curl#10835
1 parent ceebdb3 commit a0758da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/libcurl/curl_mime_init.3

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ curl_mime_init - create a mime handle
3131
curl_mime *curl_mime_init(CURL *easy_handle);
3232
.fi
3333
.SH DESCRIPTION
34-
\fIcurl_mime_init(3)\fP creates a handle to a new empty mime structure,
34+
\fIcurl_mime_init(3)\fP creates a handle to a new empty mime structure.
3535
This mime structure can be subsequently filled using the mime API, then
3636
attached to some easy handle using option \fICURLOPT_MIMEPOST(3)\fP within
3737
a \fIcurl_easy_setopt(3)\fP call or added as a multipart in another mime
3838
handle's part using \fIcurl_mime_subparts(3)\fP.
3939

4040
\fIeasy_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.
4242

4343
Using a mime handle is the recommended way to post an HTTP form, format and
4444
send a multi-part email with SMTP or upload such an email to an IMAP server.

0 commit comments

Comments
 (0)
Please sign in to comment.