[Email::MIME] [Resent with registered address] Message structure destroyed by unnecessary content type parameter

2009-12-16 Thread Jochen Stenzel
completely? Thank you in advance Jochen Stenzel P.S.: The demo script analyzes an included demo message without the type parameter if called without arguments, and a message *with* a type parameter if called with any argument. email-mime-ct-issue.pl Description: Binary

Re: [Email::MIME] [Resent with registered address] Message structure destroyed by unnecessary content type parameter

2009-12-16 Thread Jochen Stenzel
Hello, I debugged my demo program and now I assume the problem is located in the line concatenation of Email::MIME. The additional parameter is located on a separate line: Content-Type: multipart/related ;boundary=E12E79A3A5A642B5BDEDBECB78526EFD ;type=text/html . The module

[Email::MIME] Message structure destroyed by unnecessary content type parameter

2009-12-16 Thread Jochen Stenzel
=E12E79A3A5A642B5BDEDBECB78526EFD ; type=text/html text/plain Is it possible to fix this so that regardless of additional content type parameters (except boundary) the message structure is recognized completely? Thank you in advance Jochen Stenzel P.S.: The demo script analyzes an included demo