Hello list
I could not find anything about this question in the archive. I am
wondering why TMail parses multipart mails recursively, but does not
provide a TMail::Mail-object for message/rfc822 parts. As far as I see I
have to do something like:
if part.content_type == ''message/rfc822''
mo = TMail::Mail.parse part.body
...
end
to access possibly present sub-parts.
Am I missing something?
Ano
Regards, T.