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

NAME

6       Mail::Server::IMAP4 - IMAP4 server implementation (not completed)
7

INHERITANCE

9        Mail::Server::IMAP4
10          is a Mail::Server
11          is a Mail::Reporter
12

SYNOPSIS

14        !!!Partially implemented!!!!
15        my $server = Mail::Server::IMAP4->new($msg);
16

DESCRIPTION

18       This module is a place-holder, which can be used to grow code which is
19       needed to implement a full IMAP4 server.
20
21       Although the server is not implemented, parts of this server are
22       already available.
23
24       ·   Mail::Server::IMAP4::Fetch
25
26           used to capture "FETCH" related information from a message, and
27           produce server-side FETCH answers.
28
29       ·   Mail::Server::IMAP4::List
30
31           produce LIST responses about existing folders.  This works in
32           combination with a Mail::Box::Manage::User object.
33
34       ·   Mail::Server::IMAP4::Search
35
36           the SEARCH request.  Not implemented yet... looking for a
37           volunteer.
38
39       Extends "DESCRIPTION" in Mail::Server.
40

METHODS

42       Extends "METHODS" in Mail::Server.
43

DETAILS

45       See
46
47       RFC2060: "Internet Message Access Protocol IMAP4v1"
48
49       Extends "DETAILS" in Mail::Server.
50

DIAGNOSTICS

52       Error: Package $package does not implement $method.
53           Fatal error: the specific package (or one of its superclasses) does
54           not implement this method where it should. This message means that
55           some other related classes do implement this method however the
56           class at hand does not.  Probably you should investigate this and
57           probably inform the author of the package.
58

SEE ALSO

60       This module is part of Mail-Box-IMAP4 distribution version 3.007, built
61       on June 13, 2019. Website: http://perl.overmeer.net/CPAN/
62

LICENSE

64       Copyrights 2001-2019 by [Mark Overmeer]. For other contributors see
65       ChangeLog.
66
67       This program is free software; you can redistribute it and/or modify it
68       under the same terms as Perl itself.  See http://dev.perl.org/licenses/
69
70
71
72perl v5.32.0                      2020-07-28            Mail::Server::IMAP4(3)
Impressum