logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CiderWebmail::Mailbox

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>

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'});

See Also