|
Net::IMAP::Server
|
A single-threaded multiplexing IMAP server implementation, using Net::Server::Coro.
|
|
0.2 |
|
Net::IMAP::Server::Command
|
A command in the IMAP server
|
|
|
|
Net::IMAP::Server::Command::Authenticate
|
|
|
|
|
Net::IMAP::Server::Command::Capability
|
|
|
|
|
Net::IMAP::Server::Command::Check
|
|
|
|
|
Net::IMAP::Server::Command::Close
|
|
|
|
|
Net::IMAP::Server::Command::Create
|
|
|
|
|
Net::IMAP::Server::Command::Examine
|
|
|
|
|
Net::IMAP::Server::Command::Expunge
|
|
|
|
|
Net::IMAP::Server::Command::Fetch
|
|
|
|
|
Net::IMAP::Server::Command::List
|
|
|
|
|
Net::IMAP::Server::Command::Login
|
|
|
|
|
Net::IMAP::Server::Command::Logout
|
|
|
|
|
Net::IMAP::Server::Command::Lsub
|
|
|
|
|
Net::IMAP::Server::Command::Noop
|
|
|
|
|
Net::IMAP::Server::Command::Select
|
|
|
|
|
Net::IMAP::Server::Command::Starttls
|
|
|
|
|
Net::IMAP::Server::Command::Status
|
|
|
|
|
Net::IMAP::Server::Command::Store
|
|
|
|
|
Net::IMAP::Server::Command::Subscribe
|
|
|
|
|
Net::IMAP::Server::Command::Uid
|
|
|
|
|
Net::IMAP::Server::Connection
|
Connection to a client
|
|
|
|
Net::IMAP::Server::DefaultAuth
|
Encapsulates per-connection authorization information for an IMAP user.
|
|
|
|
Net::IMAP::Server::DefaultModel
|
Encapsulates per-connection information about the layout of IMAP folders.
|
|
|
|
Net::IMAP::Server::Mailbox
|
A user's view of a mailbox
|
|
|
|
Net::IMAP::Server::Message
|
Represents a message stored in a user's mailbox
|
|
|