NAME
Mail::POP3::Folder::maildir - class that handles an maildir-format mailbox for POP3
DESCRIPTION
This class manages an maildir-format mailbox in accordance with the requirements of a POP3 server. It is entirely API-compatible with Mail::POP3::Folder::mbox.
METHODS
$class->find_maildir($user_name)
The one extra class method implemented here, it is to assist in finding the $maildir parameter to new
.
SEE ALSO
RFC 1939, Mail::POP3::Folder::mbox.