From 2813aaf25aa91219930609fa899932116e2f0771 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 14 Jan 2009 23:29:23 -0700 Subject: [PATCH] phpdoc --- imp/acl.php | 5 +++-- imp/ajax.php | 6 +++--- imp/attachment.php | 3 +++ imp/cache.php | 3 ++- imp/compose-dimp.php | 5 +++-- imp/compose-mimp.php | 5 +++-- imp/compose.php | 7 +++++-- imp/contacts.php | 2 ++ imp/fetchmailprefs.php | 5 +++-- imp/filterprefs.php | 3 ++- imp/folders-mimp.php | 7 ++++--- imp/folders.php | 9 ++++++--- imp/imple.php | 3 ++- imp/index-dimp.php | 7 +++++-- imp/index.php | 3 ++- imp/lib/Block/summary.php | 13 +++++++++---- imp/lib/Block/tree_folders.php | 15 ++++++++++----- imp/login.php | 5 +++-- imp/mailbox-mimp.php | 5 +++-- imp/message-dimp.php | 5 +++-- imp/message-mimp.php | 7 ++++--- imp/pgp.php | 3 ++- imp/redirect.php | 3 ++- imp/rss.php | 3 ++- imp/saveimage.php | 3 ++- imp/search.php | 5 +++-- imp/smime.php | 5 +++-- imp/stationery.php | 3 ++- imp/test.php | 7 ++++--- imp/thread.php | 3 ++- imp/view.php | 5 +++-- 31 files changed, 105 insertions(+), 58 deletions(-) diff --git a/imp/acl.php b/imp/acl.php index 34a0c2141..c71854d52 100644 --- a/imp/acl.php +++ b/imp/acl.php @@ -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 - * @author Eric Garrido + * @author Chris Hastie + * @author Eric Garrido + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/ajax.php b/imp/ajax.php index 7b7cb63ac..a5aac3583 100644 --- a/imp/ajax.php +++ b/imp/ajax.php @@ -1,14 +1,14 @@ + * @author Michael Slusarz + * @package IMP */ function _generateDeleteResult($mbox, $indices, $change, $nothread = false) diff --git a/imp/attachment.php b/imp/attachment.php index 6b2930efa..4b3846c64 100644 --- a/imp/attachment.php +++ b/imp/attachment.php @@ -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 + * @package IMP */ // We do not need to be authenticated to get the file. Most users won't send diff --git a/imp/cache.php b/imp/cache.php index d36891c09..e29e0c328 100644 --- a/imp/cache.php +++ b/imp/cache.php @@ -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 + * @author Michael Slusarz + * @package IMP */ /* The amount of time (in minutes) to cache the generated CSS and JS files. diff --git a/imp/compose-dimp.php b/imp/compose-dimp.php index eaeae3e83..990bc267c 100644 --- a/imp/compose-dimp.php +++ b/imp/compose-dimp.php @@ -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 - * @author Michael Slusarz + * @author Jan Schneider + * @author Michael Slusarz + * @package IMP */ function _removeAutoSaveDraft($index) diff --git a/imp/compose-mimp.php b/imp/compose-mimp.php index 73a914de3..55174dca7 100644 --- a/imp/compose-mimp.php +++ b/imp/compose-mimp.php @@ -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 - * @author Michael Slusarz + * @author Chuck Hagenbuch + * @author Michael Slusarz + * @package IMP */ function &_getIMPContents($index, $mailbox) diff --git a/imp/compose.php b/imp/compose.php index 179442f2d..73833629a 100644 --- a/imp/compose.php +++ b/imp/compose.php @@ -1,12 +1,15 @@ - * @author Michael Slusarz + * @author Chuck Hagenbuch + * @author Michael Slusarz + * @package IMP */ function _mailboxReturnURL($encode, $url = null) diff --git a/imp/contacts.php b/imp/contacts.php index db56096ad..432a2d2af 100644 --- a/imp/contacts.php +++ b/imp/contacts.php @@ -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'; diff --git a/imp/fetchmailprefs.php b/imp/fetchmailprefs.php index cd02f4e22..82e33d7ea 100644 --- a/imp/fetchmailprefs.php +++ b/imp/fetchmailprefs.php @@ -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 - * @author Michael Slusarz + * @author Nuno Loureiro + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/filterprefs.php b/imp/filterprefs.php index 873d855d9..b8b85be35 100644 --- a/imp/filterprefs.php +++ b/imp/filterprefs.php @@ -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 + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/folders-mimp.php b/imp/folders-mimp.php index a70c9e417..6ee44e62b 100644 --- a/imp/folders-mimp.php +++ b/imp/folders-mimp.php @@ -10,9 +10,10 @@ * 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 - * @author Anil Madhavapeddy - * @author Michael Slusarz + * @author Chuck Hagenbuch + * @author Anil Madhavapeddy + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/folders.php b/imp/folders.php index 82a5b0350..c633fab51 100644 --- a/imp/folders.php +++ b/imp/folders.php @@ -1,13 +1,16 @@ - * @author Chuck Hagenbuch - * @author Michael Slusarz + * @author Anil Madhavapeddy + * @author Chuck Hagenbuch + * @author Michael Slusarz + * @package IMP */ /** diff --git a/imp/imple.php b/imp/imple.php index 06aca8d40..c820c896b 100644 --- a/imp/imple.php +++ b/imp/imple.php @@ -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 + * @author Michael Slusarz + * @package IMP */ // As of right now, imples don't need read/write session access. diff --git a/imp/index-dimp.php b/imp/index-dimp.php index 944c919ed..98f00d545 100644 --- a/imp/index-dimp.php +++ b/imp/index-dimp.php @@ -1,12 +1,15 @@ - * @author Michael Slusarz + * @author Jan Schneider + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/index.php b/imp/index.php index 042044275..00235f84c 100644 --- a/imp/index.php +++ b/imp/index.php @@ -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 + * @author Chuck Hagenbuch + * @package IMP */ @define('IMP_BASE', dirname(__FILE__)); diff --git a/imp/lib/Block/summary.php b/imp/lib/Block/summary.php index 8411942e9..63b64bdff 100644 --- a/imp/lib/Block/summary.php +++ b/imp/lib/Block/summary.php @@ -1,12 +1,17 @@ - * @author Michael Slusarz + * @author Chuck Hagenbuch + * @author Michael Slusarz + * @package IMP */ @define('AUTH_HANDLER', true); diff --git a/imp/mailbox-mimp.php b/imp/mailbox-mimp.php index 252f148a7..41ca04158 100644 --- a/imp/mailbox-mimp.php +++ b/imp/mailbox-mimp.php @@ -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 - * @author Michael Slusarz + * @author Chuck Hagenbuch + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/message-dimp.php b/imp/message-dimp.php index 1c147e9c3..f027625b5 100644 --- a/imp/message-dimp.php +++ b/imp/message-dimp.php @@ -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 - * @author Michael Slusarz + * @author Jan Schneider + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/message-mimp.php b/imp/message-mimp.php index ae035e516..a7d27d882 100644 --- a/imp/message-mimp.php +++ b/imp/message-mimp.php @@ -1,6 +1,6 @@ - * @author Michael Slusarz + * @author Chuck Hagenbuch + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/pgp.php b/imp/pgp.php index 6a20a07c4..8d7838523 100644 --- a/imp/pgp.php +++ b/imp/pgp.php @@ -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 + * @author Michael Slusarz + * @package IMP */ function _printKeyInfo($key = '') diff --git a/imp/redirect.php b/imp/redirect.php index c4403cc99..cbeba13f7 100644 --- a/imp/redirect.php +++ b/imp/redirect.php @@ -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 + * @author Chuck Hagenbuch + * @package IMP */ function _framesetUrl($url) diff --git a/imp/rss.php b/imp/rss.php index 12229528c..e9b15d72f 100644 --- a/imp/rss.php +++ b/imp/rss.php @@ -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 + * @author Eric Garrido + * @package IMP */ $authentication = 'none'; diff --git a/imp/saveimage.php b/imp/saveimage.php index 217197950..a6053f662 100644 --- a/imp/saveimage.php +++ b/imp/saveimage.php @@ -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 + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/search.php b/imp/search.php index 678037a9a..cde4248fe 100644 --- a/imp/search.php +++ b/imp/search.php @@ -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 - * @author Michael Slusarz + * @author Chuck Hagenbuch + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/smime.php b/imp/smime.php index 83da94bc9..cd7284f0d 100644 --- a/imp/smime.php +++ b/imp/smime.php @@ -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 - * @author Michael Slusarz + * @author Mike Cochrane + * @author Michael Slusarz + * @package IMP */ function _importKeyDialog($target) diff --git a/imp/stationery.php b/imp/stationery.php index 07aafb7cc..58694ac25 100644 --- a/imp/stationery.php +++ b/imp/stationery.php @@ -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 + * @author Jan Schneider + * @package IMP */ $authentication = 'horde'; diff --git a/imp/test.php b/imp/test.php index 8081e155a..308d31202 100644 --- a/imp/test.php +++ b/imp/test.php @@ -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 - * @author Chuck Hagenbuch - * @author Michael Slusarz + * @author Brent J. Nordquist + * @author Chuck Hagenbuch + * @author Michael Slusarz + * @package IMP */ function _doConnectionTest() diff --git a/imp/thread.php b/imp/thread.php index c7b95ec96..71fb9b666 100644 --- a/imp/thread.php +++ b/imp/thread.php @@ -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 + * @author Michael Slusarz + * @package IMP */ require_once dirname(__FILE__) . '/lib/base.php'; diff --git a/imp/view.php b/imp/view.php index e7f3318fe..af5c5fcea 100644 --- a/imp/view.php +++ b/imp/view.php @@ -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 - * @author Michael Slusarz + * @author Chuck Hagenbuch + * @author Michael Slusarz + * @package IMP */ function _sanitizeName($name) -- 2.11.0