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 <[email protected]> Stefan Seifert <[email protected]>

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

Questions & Answers

Helpful answers and articles about CiderWebmail::Mailbox you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search