Hi
In
openssl smime -verify option, how will I retrieve the the whole mail back in
a readable format.
Will the -out give me the body of the message so that I can reconstruct the
mail back. 
I would like to have the body of the message according to the specification.

RFC-822, RFC-2045, and RFC-2046

The mail has attachments, which I have to parse and get it back.
I am using this function in my code
PKCS7_verify(p7, other, store, inData, mem, flags)

The documentation says that ou will give the message text that has been
decrypted or verified or the output MIME format message that has been signed
or verified. 
 
Thanks for your help
mahesh
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to