Hi,
I am using mailparse functions. It is working fine for multipart/mixed. If there is message/rfc822 type of attahcment and within that rfc822 type of message there is one more multipart/mixed type of attachment, mailparse_msg_get_structure() functions returns array properly. BUT mailparse_msg_get_part_data ( resource rfc2045) shows rfc822 kind of message as it is. It does not finds messages recursively.
(i.e. multipart/mixed message within multipart/mixed ). is there any metthod by which we can extract multipart/mixed message within multipart/mixed message.
Regards,
Chaitanya