Man Page: ciderwebmail::mailbox
Operating Environment: debian
Section: 3pm
CiderWebmail::Mailbox(3pm) User Contributed Perl Documentation CiderWebmail::Mailbox(3pm)NAMECiderWebmail::MailboxSYNOPSISmy $messages = $mailbox->list_messages_hash({uids => @uids}); my @uids = $mailbox->uids({filter => 'foo', sort => 'date'});DESCRIPTIONRepresents an IMAP folderATTRIBUTESc mailbox list_messages_hash Returns a list of messages with from, subject and date. Takes a list of uids or a sort order. uids({filter => 'searchme', sort => 'date'}) Returns the uids of the messages in this folder. Takes an optional filter and a sort order.AUTHORSMathias Reitinger <mathias.reitinger@loop0.org> Stefan Seifert <nine@cpan.org>LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-16 CiderWebmail::Mailbox(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Introduction |
| Detecting unused variables... |
| One instance of comparing grep and awk |