1Mail::Server(3)       User Contributed Perl Documentation      Mail::Server(3)
2
3
4

NAME

6       Mail::Server - Base class for email servers in MailBox
7

INHERITANCE

9        Mail::Server
10          is a Mail::Reporter
11
12        Mail::Server is extended by
13          Mail::Server::IMAP4
14

SYNOPSIS

16        my $server = Mail::Server::IMAP4->new($msg);
17        my $server = Mail::Server::POP3->new($msg);
18

DESCRIPTION

20       This module is a place-holder, logical in the class hierarchy.  On the
21       moment, no full server has been implemented, but some parts of IMAP4
22       exist.
23
24       Servers:
25
26       •   Mail::Server::IMAP4
27
28           Partial IMAP4 implementation.
29
30       Extends "DESCRIPTION" in Mail::Reporter.
31

METHODS

33       Extends "METHODS" in Mail::Reporter.
34

DETAILS

DIAGNOSTICS

37       Error: Package $package does not implement $method.
38           Fatal error: the specific package (or one of its superclasses) does
39           not implement this method where it should. This message means that
40           some other related classes do implement this method however the
41           class at hand does not.  Probably you should investigate this and
42           probably inform the author of the package.
43

SEE ALSO

45       This module is part of Mail-Box distribution version 3.009, built on
46       August 18, 2020. Website: http://perl.overmeer.net/CPAN/
47

LICENSE

49       Copyrights 2001-2020 by [Mark Overmeer]. For other contributors see
50       ChangeLog.
51
52       This program is free software; you can redistribute it and/or modify it
53       under the same terms as Perl itself.  See http://dev.perl.org/licenses/
54
55
56
57perl v5.32.1                      2021-01-27                   Mail::Server(3)
Impressum