Re: Long Mail::Message::Field::Full field
Mark Overmeer <[email protected]> Wed, 25 Aug 2004 21:52:45 +0200
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Organization | MARKOV Solutions |
| Message-ID | <[email protected]> |
* Mike Mimic ([email protected]) [040708 23:13]: > $subject = Mail::Message::Field::Full->new(Subject > => 'a little longer subject field which produces error, so > the quesion is why'); It took much too long to solve your issue, but it was simply a matter of context: In Mail::Message::Field::Full: sub unfoldedBody($;$) { my ($self, $body) = (shift, shift); if(defined $body) { $self->foldedBody(scalar $self->fold($self->{MMFF_name}, $body)); #^^^^^^ return $body; } ... Sorry that you have to wait that long. Probably tomorrow a new release of MailBox with zillions of fixes and extensions. -- Thanks for the report, MarkOv ------------------------------------------------------------------------ drs Mark A.C.J. Overmeer MARKOV Solutions [email protected] [email protected] http://Mark.Overmeer.net http://solutions.overmeer.net