CiderWebmail::Mailbox
my $messages = $mailbox->list_messages_hash({uids => \@uids});
my @uids = $mailbox->uids({filter => 'foo', sort => 'date'});
Represents an IMAP folder
- c
- mailbox
Returns a list of messages with from, subject and date. Takes a list of uids or
a sort order.
Returns the uids of the messages in this folder. Takes an optional filter and a
sort order.
Mathias Reitinger <
[email protected]> Stefan Seifert
<
[email protected]>
This library is free software, you can redistribute it and/or modify it under
the same terms as Perl itself.