CiderWebmail::Mailbox
Contents
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.
Description
Represents an IMAP folder
License
This library is free software, you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.40.1 2025-03-02 CiderWebmail::Mailbox(3pm)
Name
CiderWebmail::Mailbox
Synopsis
my $messages = $mailbox->list_messages_hash({uids => \@uids});
my @uids = $mailbox->uids({filter => 'foo', sort => 'date'});
