[#SMIME_text] = SMIME_text :mrdocs: Strip MIME headers from a text/plain S/MIME part and copy the body to `out.` == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SMIME_text( xref:BIO.adoc[BIO]* in, xref:BIO.adoc[BIO]* out); ---- == Return Value 1 on success, or 0 if headers cannot be parsed or Content‐Type is not text/plain. == Parameters [cols="1,4"] |=== | Name| Description | *in* | BIO positioned at a MIME message (headers then body). | *out* | BIO that receives the message body after headers are removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#