CiderWebmail::Mailbox(3pm) | User Contributed Perl Documentation | CiderWebmail::Mailbox(3pm) |
CiderWebmail::Mailbox
my $messages = $mailbox->list_messages_hash({uids => \@uids}); my @uids = $mailbox->uids({filter => 'foo', sort => 'date'});
Represents an IMAP folder
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 <mathias.reitinger@loop0.org> Stefan Seifert <nine@cpan.org>
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
2020-02-24 | perl v5.30.0 |