in reply to Re: Problems displaying a single message with Mail::Box
in thread Problems displaying a single message with Mail::Box

Juerd - Thanks - this does work, but I'm a bit puzzled - where is this documented?

$folder->message($msg_num)->print;
Prints the message out just fine.
Is this something that I should consider emailling the author/maintainer about?

Cheers.

Baz.

Replies are listed 'Best First'.
Re: Re: Re: Problems displaying a single message with Mail::Box
by Juerd (Abbot) on Dec 20, 2001 at 02:47 UTC
    The available methods are documented in Mail::Box::Mbox::Message's documentation.

    You could mail the maintainer about print $folder->message($num) not working.

    2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$