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