Re: Directly changing the body

Gilles <[email protected]> Tue, 8 Feb 2005 00:38:15 +0100
Newsgroups gmane.comp.lang.perl.modules.mail-box
Message-ID <[email protected]>
> So my second question is this. How can one replace the body of a 
> single-part message on the fly?

A "storeBody" is mentioned in the documentation of "Mail::Message".

[But it looks like it would be easier to retrieve all the infos
you need from the existing message and then create a new message, 
initializing it with those.]

Gilles