Author: ask
Date: Mon Feb 27 13:43:08 2006
New Revision: 622

Modified:
   /   (props changed)
   branches/0.3x/Changes
   branches/0.3x/lib/Qpsmtpd/Connection.pm

Log:
 [EMAIL PROTECTED]:  ask | 2006-02-27 13:42:54 -0800
 Improve Qpsmtpd::Transaction documentation (Fred Moyer)


Modified: branches/0.3x/Changes
==============================================================================
--- branches/0.3x/Changes       (original)
+++ branches/0.3x/Changes       Mon Feb 27 13:43:08 2006
@@ -3,6 +3,8 @@
    Make the clamdscan plugin temporarily deny mail if if can't talk to clamd
    (Filippo Carletti)
 
+   Improve Qpsmtpd::Transaction documentation (Fred Moyer)
+
 
 0.32 - 2006/02/26
 

Modified: branches/0.3x/lib/Qpsmtpd/Connection.pm
==============================================================================
--- branches/0.3x/lib/Qpsmtpd/Connection.pm     (original)
+++ branches/0.3x/lib/Qpsmtpd/Connection.pm     Mon Feb 27 13:43:08 2006
@@ -136,6 +136,14 @@
 source code if you need to construct one. You can access the connection
 object via the C<Qpsmtpd> object's C<< $qp->connection >> method.
 
+=head2 new ( )
+
+Instantiates a new Qpsmtpd::Connection object.
+
+=head2 start ( %args )
+
+Initializes the connection object with %args attribute data.
+
 =head2 remote_host( )
 
 The remote host connecting to the server as looked up via reverse dns.
@@ -144,11 +152,25 @@
 
 The remote IP address of the connecting host.
 
+=head2 remote_port( )
+
+The remote port.
+
+=head2 hello( )
+
 =head2 remote_info( )
 
 If your server does an ident lookup on the remote host, this is the
 identity of the remote client.
 
+=head2 local_ip( )
+
+The local ip.
+
+=head2 local_port( )
+
+The local port.
+
 =head2 hello( )
 
 Either C<"helo"> or C<"ehlo"> depending on how the remote client
@@ -168,4 +190,14 @@
 
 Connection-wide notes, used for passing data between plugins.
 
+=head2 clone( )
+
+Returns a copy of the Qpsmtpd::Connection object.
+
+=cut
+
+=head2 relay_client( )
+
+True if the client is allowed to relay messages.
+
 =cut

Reply via email to