Query: email::folder::reader
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Email::Folder::Reader(3pm) User Contributed Perl Documentation Email::Folder::Reader(3pm)NAMEEmail::Folder::Reader - reads raw RFC822 mails from a boxSYNOPSISuse Email::Folder::Reader; my $box = Email::Folder::Reader->new('somebox'); print $box->messages; or, as an iterator use Email::Folder::Reader; my $box = Email::Folder::Reader->new('somebox'); while ( my $mail = $box->next_message ) { print $mail; }METHODS->new($filename, %options) your standard class-method constructor ->next_message returns the next message from the box, or false if there are no more ->messages Returns all the messages in a boxAUTHORSimon Wistow <simon@thegestalt.org>COPYINGCopyright 2003, Simon Wistow Distributed under the same terms as Perl itself. This software is under no warranty and will probably ruin your life, kill your friends, burn your house and bring about the apocolapyse.SEE ALSOEmail::LocalDelivery, Email::Folder perl v5.10.0 2008-11-21 Email::Folder::Reader(3pm)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
How to copy a column of multiple files and paste into new excel file (next to column)? |
New UNIX and Linux History Sections |