=head1 NAME Mail::Server::IMAP4 - IMAP4 server implementation (not completed) =head1 INHERITANCE Mail::Server::IMAP4 is a Mail::Server is a Mail::Reporter =head1 SYNOPSIS !!!Partially implemented!!!! my $server = Mail::Server::IMAP4->new($msg); =head1 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. =over 4 =item * L used to capture "FETCH" related information from a message, and produce server-side FETCH answers. =item * L produce LIST reponses about existing folders. This works in combination with a L object. =item * L the SEARCH request. Not implemented yet... looking for a volunteer. =back =head1 METHODS =head2 Constructors Mail::Server::IMAP4-EB(OPTIONS) =over 4 See L =back =head2 Error handling $obj-EB =over 4 See L =back $obj-EB(OBJECT) =over 4 See L =back $obj-EB([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) Mail::Server::IMAP4-EB([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB([LEVEL [,STRINGS]]) Mail::Server::IMAP4-EB([LEVEL [,STRINGS]]) =over 4 See L =back $obj-EB(LEVEL) Mail::Server::IMAP4-EB(LEVEL) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB([LEVEL]) =over 4 See L =back $obj-EB([LEVEL]) =over 4 See L =back $obj-EB([LEVEL]) =over 4 See L =back $obj-EB =over 4 See L =back =head2 Cleanup $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back =head1 DETAILS See =over 4 =item RFC2060: "Internet Message Access Protocol IMAP4v1" =back =head1 DIAGNOSTICS Error: Package $package does not implement $method. =over 4 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. =back =head1 SEE ALSO This module is part of Mail-Box distribution version 2.079, built on November 28, 2007. Website: F =head1 LICENSE Copyrights 2001-2007 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 F