-
-
13 Jun 2019 14:57:40 UTC
- Distribution: Mail-Box-IMAP4
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (393 / 0 / 21)
- Kwalitee
Bus factor: 1- 33.76% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (43.49KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Mark Overmeer
- Dependencies
- Date::Parse
- Digest::HMAC_MD5
- Digest::MD5
- File::Compare
- File::Copy
- File::Spec
- IO::Socket::IP
- List::Util
- Mail::Box
- Mail::Box::Manage::User
- Mail::Box::Net
- Mail::Box::Search
- Mail::Box::Test
- Mail::IMAPClient
- Mail::Message
- Mail::Message::Body::Lines
- Mail::Message::Head::Complete
- Mail::Message::Head::Delayed
- Mail::Server
- Mail::Transport::Receive
- Scalar::Util
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Mail::Server::IMAP4 - IMAP4 server implementation (not completed)
INHERITANCE
Mail::Server::IMAP4 is a Mail::Server is a Mail::Reporter
SYNOPSIS
!!!Partially implemented!!!! my $server = Mail::Server::IMAP4->new($msg);
DESCRIPTION
This module is a place-holder, which can be used to grow code which is needed to implement a full IMAP4 server.
Although the server is not implemented, parts of this server are already available.
-
used to capture "FETCH" related information from a message, and produce server-side FETCH answers.
-
produce LIST responses about existing folders. This works in combination with a Mail::Box::Manage::User object.
-
the SEARCH request. Not implemented yet... looking for a volunteer.
Extends "DESCRIPTION" in Mail::Server.
METHODS
Extends "METHODS" in Mail::Server.
DETAILS
See
Extends "DETAILS" in Mail::Server.
DIAGNOSTICS
- Error: Package $package does not implement $method.
-
Fatal error: the specific package (or one of its superclasses) does not implement this method where it should. This message means that some other related classes do implement this method however the class at hand does not. Probably you should investigate this and probably inform the author of the package.
SEE ALSO
This module is part of Mail-Box-IMAP4 distribution version 3.007, built on June 13, 2019. Website: http://perl.overmeer.net/CPAN/
LICENSE
Copyrights 2001-2019 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
Module Install Instructions
To install Mail::Box::IMAP4, copy and paste the appropriate command in to your terminal.
cpanm Mail::Box::IMAP4
perl -MCPAN -e shell install Mail::Box::IMAP4
For more information on module installation, please visit the detailed CPAN module installation guide.