Fwd: Using Email::MIME to convert a plain email to a multipart

2010-06-06 Thread Erik Logtenberg
Hi, I'm running into several unexpected behaviours from Email::MIME after using parts_set and its wrapper parts_add. 1) Most notably changes to parts have no effect after they've been added to the email, for instance in the example below, if I were to append the following: $part2->header_set("Foo

Re: Fwd: Using Email::MIME to convert a plain email to a multipart

2010-06-06 Thread Matijs van Zuijlen
Hi Erik, On 06/06/2010 10:02 PM, Erik Logtenberg wrote: I'm running into several unexpected behaviours from Email::MIME after using parts_set and its wrapper parts_add. 1) Most notably changes to parts have no effect after they've been added to the email, for instance in the example below, if I