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
Inherited from IMAP_ACL_rfc2086
IMAP_ACL_rfc2086::$_caps
IMAP_ACL_rfc2086::$_imap
IMAP_ACL_rfc2086::$_internalImap
Inherited from IMAP_ACL
IMAP_ACL::$_error
IMAP_ACL::$_params
IMAP_ACL::$_protected
IMAP_ACL::$_rightsList
IMAP_ACL::$_rightsListTitles
IMAP_ACL::$_supported
Constructor.
Inherited From IMAP_ACL_rfc2086
IMAP_ACL_rfc2086::IMAP_ACL_rfc2086()
IMAP_ACL_rfc2086::canEdit()
IMAP_ACL_rfc2086::createACL()
IMAP_ACL_rfc2086::editACL()
IMAP_ACL_rfc2086::getACL()
IMAP_ACL_rfc2086::_connect()
IMAP_ACL_rfc2086::_internalLogin()
Inherited From IMAP_ACL
IMAP_ACL::IMAP_ACL()
IMAP_ACL::canEdit()
IMAP_ACL::createACL()
IMAP_ACL::editACL()
IMAP_ACL::factory()
IMAP_ACL::getACL()
IMAP_ACL::getError()
IMAP_ACL::getProtected()
IMAP_ACL::getRights()
IMAP_ACL::getRightsTitles()
IMAP_ACL::isSupported()
IMAP_ACL::singleton()
Documentation generated on Sun, 30 Jan 2011 05:21:00 +0000 by phpDocumentor 1.4.3