Class IMAP_ACL_rfc4314

Description

Contains functions related to managing Access Control Lists on an IMAP server using RFC 4314.

Required parameters:

   'username'  The username for the server connection
   'password'  The password for the server connection
   'hostspec'  The hostname or IP address of the server.
               DEFAULT: 'localhost'
   'port'      The server port to which we will connect.
               IMAP is generally 143, while IMAP-SSL is generally 993.
               DEFAULT: 143
   'protocol'  The connection protocol (e.g. 'imap', 'pop3', 'nntp').
               Protocol is one of 'imap/notls' (or only 'imap' if you
               have a c-client version 2000c or older), 'imap/ssl', or
               'imap/ssl/novalidate-cert' (for a self-signed certificate).
               DEFAULT: 'imap'

$Horde: framework/IMAP/IMAP/ACL/rfc4314.php,v 1.2.2.5 2009/01/06 15:23:12 jan Exp $

Copyright 2006-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Located in /IMAP/IMAP/ACL/rfc4314.php (line 34)

IMAP_ACL
   |
   --IMAP_ACL_rfc2086
      |
      --IMAP_ACL_rfc4314
Method Summary
 IMAP_ACL_rfc4314 IMAP_ACL_rfc4314 ([array $params = array()])
Variables
Methods

Documentation generated on Sun, 30 Jan 2011 05:21:00 +0000 by phpDocumentor 1.4.3