Changes for version 0.03 - 2003-05-11

  • for smoother integration into Mail::Box, Mark Overmeer suggested these new context-aware methods:
    • Mail::Transport::Dbx->emails
    • Mail::Transport::Dbx->subfolders
  • M::T::Email objects contained a reference to a M::T::Dbx object but never increased the M::T::Dbx's refcount. Therefore, the following dumped core [id: #1]:
    • my $email; { my $dbx = Mail::Transport::Dbx->net("file.dbx"); $email = $dbx->get(0); } print $email->as_string; # segfault
  • revisited documentation and fixed typos (including one mis-spelled method-name)

Modules

Parse Outlook Express mailboxes