phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jan 2009 06:29:23 +0000 (23:29 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jan 2009 06:29:23 +0000 (23:29 -0700)
31 files changed:
imp/acl.php
imp/ajax.php
imp/attachment.php
imp/cache.php
imp/compose-dimp.php
imp/compose-mimp.php
imp/compose.php
imp/contacts.php
imp/fetchmailprefs.php
imp/filterprefs.php
imp/folders-mimp.php
imp/folders.php
imp/imple.php
imp/index-dimp.php
imp/index.php
imp/lib/Block/summary.php
imp/lib/Block/tree_folders.php
imp/login.php
imp/mailbox-mimp.php
imp/message-dimp.php
imp/message-mimp.php
imp/pgp.php
imp/redirect.php
imp/rss.php
imp/saveimage.php
imp/search.php
imp/smime.php
imp/stationery.php
imp/test.php
imp/thread.php
imp/view.php

index 34a0c21..c71854d 100644 (file)
@@ -7,8 +7,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chris Hastie <imp@oak-wood.co.uk>
- * @author Eric Garrido <ekg2002@columbia.edu>
+ * @author  Chris Hastie <imp@oak-wood.co.uk>
+ * @author  Eric Garrido <ekg2002@columbia.edu>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index 7b7cb63..a5aac35 100644 (file)
@@ -1,14 +1,14 @@
 <?php
 /**
- * imp.php - performs an AJAX-requested action and returns the DIMP-specific
- * JSON object
+ * imp.php - performs the AJAX-requested action.
  *
  * Copyright 2005-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 function _generateDeleteResult($mbox, $indices, $change, $nothread = false)
index 6b2930e..4b3846c 100644 (file)
@@ -9,6 +9,9 @@
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
+ * @author  Andrew Coleman <mercury@appisolutions.net>
+ * @package IMP
  */
 
 // We do not need to be authenticated to get the file. Most users won't send
index d36891c..e29e0c3 100644 (file)
@@ -11,7 +11,8 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 /* The amount of time (in minutes) to cache the generated CSS and JS files.
index eaeae3e..990bc26 100644 (file)
@@ -12,8 +12,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Jan Schneider <jan@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Jan Schneider <jan@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 function _removeAutoSaveDraft($index)
index 73a914d..55174dc 100644 (file)
@@ -7,8 +7,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Michael Slusarz <slusarz@curecanti.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Michael Slusarz <slusarz@curecanti.org>
+ * @package IMP
  */
 
 function &_getIMPContents($index, $mailbox)
index 179442f..7383362 100644 (file)
@@ -1,12 +1,15 @@
 <?php
 /**
+ * Compose script for traditional (IMP) view.
+ *
  * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 function _mailboxReturnURL($encode, $url = null)
index db56096..432a2d2 100644 (file)
@@ -6,6 +6,8 @@
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
+ * @package IMP
  */
 
 $authentication = 'horde';
index cd02f4e..82e33d7 100644 (file)
@@ -5,8 +5,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Nuno Loureiro <nuno@co.sapo.pt>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Nuno Loureiro <nuno@co.sapo.pt>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index 873d855..b8b85be 100644 (file)
@@ -5,7 +5,8 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index a70c9e4..6ee44e6 100644 (file)
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Anil Madhavapeddy <avsm@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Anil Madhavapeddy <avsm@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index 82a5b03..c633fab 100644 (file)
@@ -1,13 +1,16 @@
 <?php
 /**
+ * Folders display for traditional (IMP) view.
+ *
  * Copyright 2000-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Anil Madhavapeddy <avsm@horde.org>
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Anil Madhavapeddy <avsm@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 /**
index 06aca8d..c820c89 100644 (file)
@@ -5,7 +5,8 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 // As of right now, imples don't need read/write session access.
index 944c919..98f00d5 100644 (file)
@@ -1,12 +1,15 @@
 <?php
 /**
+ * Dynamic display (DIMP) base page.
+ *
  * Copyright 2005-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Jan Schneider <jan@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Jan Schneider <jan@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index 0420442..00235f8 100644 (file)
@@ -5,7 +5,8 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @package IMP
  */
 
 @define('IMP_BASE', dirname(__FILE__));
index 8411942..63b64bd 100644 (file)
@@ -1,12 +1,17 @@
 <?php
-
-$block_name = _("Folder Summary");
-
 /**
+ * Copyright 2005-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file COPYING for license information (GPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
  * @package Horde_Block
  */
-class Horde_Block_imp_summary extends Horde_Block {
 
+$block_name = _("Folder Summary");
+
+class Horde_Block_imp_summary extends Horde_Block
+{
     /**
      * Whether this block has changing content.
      */
index 1b91ef7..997a472 100644 (file)
@@ -1,13 +1,18 @@
 <?php
-
-$block_name = _("Menu Folder List");
-$block_type = 'tree';
-
 /**
+ * Copyright 2005-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file COPYING for license information (GPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
  * @package Horde_Block
  */
-class Horde_Block_imp_tree_folders extends Horde_Block {
 
+$block_name = _("Menu Folder List");
+$block_type = 'tree';
+
+class Horde_Block_imp_tree_folders extends Horde_Block
+{
     var $_app = 'imp';
 
     function _buildTree(&$tree, $indent = 0, $parent = null)
index 36a0b6b..9e4a96f 100644 (file)
@@ -7,8 +7,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 @define('AUTH_HANDLER', true);
index 252f148..41ca041 100644 (file)
@@ -14,8 +14,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index 1c147e9..f027625 100644 (file)
@@ -5,8 +5,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Jan Schneider <jan@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Jan Schneider <jan@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index ae035e5..a7d27d8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Minimalist message display page.
+ * Minimalist (MIMP) message display page.
  *
  * URL Parameters:
  *   'a' - (string) actionID
@@ -13,8 +13,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index 6a20a07..8d78385 100644 (file)
@@ -5,7 +5,8 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 function _printKeyInfo($key = '')
index c4403cc..cbeba13 100644 (file)
@@ -5,7 +5,8 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @package IMP
  */
 
 function _framesetUrl($url)
index 1222952..e9b15d7 100644 (file)
@@ -5,7 +5,8 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Eric Garrido <ekg2002@columbia.edu>
+ * @author  Eric Garrido <ekg2002@columbia.edu>
+ * @package IMP
  */
 
 $authentication = 'none';
index 2171979..a6053f6 100644 (file)
@@ -5,7 +5,8 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index 678037a..cde4248 100644 (file)
@@ -11,8 +11,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index 83da94b..cd7284f 100644 (file)
@@ -5,8 +5,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Mike Cochrane <mike@graftonhall.co.nz>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Mike Cochrane <mike@graftonhall.co.nz>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 function _importKeyDialog($target)
index 07aafb7..58694ac 100644 (file)
@@ -5,7 +5,8 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Jan Schneider <jan@horde.org>
+ * @author  Jan Schneider <jan@horde.org>
+ * @package IMP
  */
 
 $authentication = 'horde';
index 8081e15..308d312 100644 (file)
@@ -7,9 +7,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author Brent J. Nordquist <bjn@horde.org>
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Brent J. Nordquist <bjn@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 function _doConnectionTest()
index c7b95ec..71fb9b6 100644 (file)
@@ -5,7 +5,8 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 require_once dirname(__FILE__) . '/lib/base.php';
index e7f3318..af5c5fc 100644 (file)
@@ -26,8 +26,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author Chuck Hagenbuch <chuck@horde.org>
- * @author Michael Slusarz <slusarz@horde.org>
+ * @author  Chuck Hagenbuch <chuck@horde.org>
+ * @author  Michael Slusarz <slusarz@horde.org>
+ * @package IMP
  */
 
 function _sanitizeName($name)