Strip MIME headers from a text/plain S/MIME part and copy the body to out.
Return Value
1 on success, or 0 if headers cannot be parsed or Content‐Type is not text/plain.
Parameters
Name |
Description |
in |
BIO positioned at a MIME message (headers then body). |
out |
BIO that receives the message body after headers are removed. |
Created with MrDocs