ciderwebmail::mailbox(3pm) debian man page | unix.com

Man Page: ciderwebmail::mailbox

Operating Environment: debian

Section: 3pm

CiderWebmail::Mailbox(3pm)				User Contributed Perl Documentation				CiderWebmail::Mailbox(3pm)

NAME
CiderWebmail::Mailbox
SYNOPSIS
my $messages = $mailbox->list_messages_hash({uids => @uids}); my @uids = $mailbox->uids({filter => 'foo', sort => 'date'});
DESCRIPTION
Represents an IMAP folder
ATTRIBUTES
c 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.
AUTHORS
Mathias Reitinger <mathias.reitinger@loop0.org> Stefan Seifert <nine@cpan.org>
LICENSE
This 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)
Related Man Pages
sortm(1mh) - ultrix
imap_check(3) - php
catalyst::authentication::store::imap::user(3pm) - debian
ciderwebmail::model::imapclient(3pm) - debian
www::facebook::api::admin(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?