From 9f108dd1a969473375341d92a7b1252fa2cedc9a Mon Sep 17 00:00:00 2001 From: mszulecki Date: Thu, 14 Jun 2007 17:09:01 +0000 Subject: Initial import. git-svn-id: http://svn.sukimashita.com/repos/mailadmin/trunk@2 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- .../admin/modules/server/templates/imapSuccess.php | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 apps/admin/modules/server/templates/imapSuccess.php (limited to 'apps/admin/modules/server/templates/imapSuccess.php') diff --git a/apps/admin/modules/server/templates/imapSuccess.php b/apps/admin/modules/server/templates/imapSuccess.php new file mode 100644 index 0000000..57569ad --- /dev/null +++ b/apps/admin/modules/server/templates/imapSuccess.php @@ -0,0 +1,57 @@ +
+ +

IMAP Server Information

+ +
+ + + + + + + + + + + + + + + + + + + + + getServerName()) !== false): ?> + + + + + + + + + + + + + + + + + + hasCapability('ACL')): ?> + + + + + + + + +
Connection:
Host:getHost() ?>
Port:getPort() ?>
General:
Greeting:getGreeting() ?>
Server:getServerName() ?>
Version:getServerVersion() ?>
Hierarchy Delimiter:getHierarchyDelimiter() ?>
Capabilities:", $serverinfo->getCapabilties()) ?>
Extension: Access Control List (ACL)
Available ACL:getAvailableACL() ?>
+ +
+ +
-- cgit v1.1-32-gdbae