[Bps-public-commit] r11036 - in Net-IMAP-Server: lib/Net/IMAP
alexmv at bestpractical.com
alexmv at bestpractical.com
Mon Mar 10 16:07:15 EDT 2008
Author: alexmv
Date: Mon Mar 10 16:07:10 2008
New Revision: 11036
Modified:
Net-IMAP-Server/ (props changed)
Net-IMAP-Server/lib/Net/IMAP/Server.pm
Log:
r28394 at kohr-ah: chmrr | 2008-03-10 16:06:41 -0400
* Slight doc updates
Modified: Net-IMAP-Server/lib/Net/IMAP/Server.pm
==============================================================================
--- Net-IMAP-Server/lib/Net/IMAP/Server.pm (original)
+++ Net-IMAP-Server/lib/Net/IMAP/Server.pm Mon Mar 10 16:07:10 2008
@@ -178,8 +178,8 @@
Starts the server; this method shouldn't be expected to return.
Within this method, C<$Net::IMAP::Server::Server> is set to the object
that this was called on; thus, all IMAP objecst have a way of
-referring to the server -- and though L</connection>, L</auth>, and
-L</model>, whatever parts of the IMAP internals they need.
+referring to the server -- and though L</connection>, whatever parts
+of the IMAP internals they need.
=cut
@@ -202,7 +202,8 @@
=head2 process_request
-Accepts a client connection.
+Accepts a client connection; this method is needed for the
+L<Net::Server> infrastructure.
=cut
@@ -240,7 +241,8 @@
=head2 connection
Returns the currently active L<Net::IMAP::Server::Connection> object,
-if there is one.
+if there is one. This is determined by examining the current
+coroutine.
=cut
More information about the Bps-public-commit
mailing list