Hi,
This release is mostly about various fixes. Some small improvements
were made, needed for two new distributions which should appear today
or tomorrow: Mail::Box::Procmail and HTML::FromMail. More about those
later.
Most important improvements:
- MBOX folders not have support for update(), which will read newly
arrived messages in an already open folder.
my $f = $mgr->open('Inbox');
while(1)
{ print scalar($f->messages), " messages\n";
sleep 60;
$f->update;
}
some other folder types already supported this feature.
- $body->write(filename => tempfile() );
print $body->dispositionFilename( tempdir() );
As I said: many small fixes. See attached ChangeLog.
--
MarkOv
------------------------------------------------------------------------
drs Mark A.C.J. Overmeer MARKOV Solutions
Mark@xxxxxxxxxxxx solutions@xxxxxxxxxxxx
http://Mark.Overmeer.net http://solutions.overmeer.net
ChangeLog-2.049
Description: Text document
|