Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat | |
Also suppress length argument of curl_mime_name() (names are always zero-terminated). | |||
2017-09-05 | mime: implement encoders. | Patrick Monnerat | |
curl_mime_encoder() is operational and documented. curl tool -F option is extended with ";encoder=". curl tool --libcurl option generates calls to curl_mime_encoder(). New encoder tests 648 & 649. Test 1404 extended with an encoder specification. | |||
2017-09-05 | docs/curl_mime_*.3: use correct variable types in examples | Daniel Stenberg | |
2017-09-05 | docs/curl_mime_*.3: added examples | Daniel Stenberg | |
2017-09-04 | docs: curl_mime_*.3 man page formatting edits | Daniel Stenberg | |
2017-09-02 | mime: new MIME API. | Patrick Monnerat | |
Available in HTTP, SMTP and IMAP. Deprecates the FORM API. See CURLOPT_MIMEPOST. Lib code and associated documentation. |