in reply to Re: Using Email::MIME
in thread Using Email::MIME
That worked for the problematic e-mail, but with that change the other e-mails didn't get read in. Actually I had to use plain[0]. However for an e-mail without attachments, this just fails.
So I thought I could search for "plain[0]" first and then "plain", but that seemed to just use the "plain" logic.