From 04fa3a546a1a48acfd4d429ff9fa94d1ebfa2a7f Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 30 Nov 2009 13:23:12 -0700 Subject: [PATCH] phpdoc --- imp/lib/Auth.php | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/imp/lib/Auth.php b/imp/lib/Auth.php index 3198d0cd8..58c47c6c7 100644 --- a/imp/lib/Auth.php +++ b/imp/lib/Auth.php @@ -174,24 +174,27 @@ class IMP_Auth * enough work to see if the user can log in. * * Creates the 'imp' session variable with the following entries: - * 'cache' -- Various IMP libraries can use this variable to cache - * data. - * 'file_upload' -- If file uploads are allowed, the max size. - * 'filteravail' -- Can we apply filters manually? - * 'imap' -- Config for various IMAP resources (acl, admin, - * namespace, quota) - * 'imap_ob' -- The serialized Horde_Imap_Client object. - * 'maildomain' -- See config/servers.php. - * 'notepadavail' -- Is listing of notepads available? - * 'protocol' -- Either 'imap' or 'pop'. - * 'rteavail' -- Is the HTML editor available? - * 'search' -- Settings used by the IMP_Search library. - * 'server_key' -- Server used to login. - * 'smime' -- Settings related to the S/MIME viewer. - * 'smtp' -- SMTP options ('host' and 'port') - * 'showunsub' -- Show unsusubscribed mailboxes on the folders screen. - * 'tasklistavail' -- Is listing of tasklists available? - * 'view' -- The imp view mode (currently dimp, imp, or mimp) + *
+     * 'cache' - (array) Various IMP libraries can use this variable to cache
+     *           data.
+     * 'file_upload' - (integer) If file uploads are allowed, the max size.
+     * 'filteravail' - (boolean) Can we apply filters manually?
+     * 'imap' - (array) Config for various IMAP resources (acl, admin,
+     *          namespace, quota, thread)
+     * 'imap_ob' - (string) The serialized Horde_Imap_Client object.
+     * 'maildomain' - (string) See config/servers.php.
+     * 'notepadavail' - (boolean) Is listing of notepads available?
+     * 'protocol' - (string) Either 'imap' or 'pop'.
+     * 'rteavail' - (boolean) Is the HTML editor available?
+     * 'search' - (array) Settings used by the IMP_Search library.
+     * 'server_key' - (string) Server used to login.
+     * 'smime' - (array) Settings related to the S/MIME viewer.
+     * 'smtp' - (array) SMTP options ('host' and 'port')
+     * 'showunsub' - (boolean) Show unsusubscribed mailboxes on the folders
+     *               screen.
+     * 'tasklistavail' - (boolean) Is listing of tasklists available?
+     * 'view' - (string) The imp view mode (dimp, imp, or mimp)
+     * 
* * @param array $credentials An array of login credentials. *
-- 
2.11.0