Fix @package tags
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 31 Jan 2010 03:42:02 +0000 (20:42 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 31 Jan 2010 05:05:09 +0000 (22:05 -0700)
41 files changed:
imp/lib/Block/Foldersummary.php
imp/lib/Block/Newmail.php
imp/lib/Block/summary.php
imp/lib/Block/tree_folders.php
imp/lib/LoginTasks/SystemTask/GarbageCollection.php
imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php
imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php
imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php
imp/lib/LoginTasks/Task/PurgeSentmail.php
imp/lib/LoginTasks/Task/PurgeSpam.php
imp/lib/LoginTasks/Task/PurgeTrash.php
imp/lib/LoginTasks/Task/RenameSentmailMonthly.php
imp/lib/Mime/Viewer/Alternative.php
imp/lib/Mime/Viewer/Appledouble.php
imp/lib/Mime/Viewer/Enriched.php
imp/lib/Mime/Viewer/Html.php
imp/lib/Mime/Viewer/Images.php
imp/lib/Mime/Viewer/Itip.php
imp/lib/Mime/Viewer/Mdn.php
imp/lib/Mime/Viewer/Partial.php
imp/lib/Mime/Viewer/Pdf.php
imp/lib/Mime/Viewer/Pgp.php
imp/lib/Mime/Viewer/Plain.php
imp/lib/Mime/Viewer/Related.php
imp/lib/Mime/Viewer/Rfc822.php
imp/lib/Mime/Viewer/Smil.php
imp/lib/Mime/Viewer/Smime.php
imp/lib/Mime/Viewer/Status.php
imp/lib/Mime/Viewer/Tnef.php
imp/lib/Mime/Viewer/Zip.php
imp/lib/Notification/Listener/Status.php
imp/lib/Notification/Listener/StatusMobile.php
imp/lib/Quota.php
imp/lib/Quota/Command.php
imp/lib/Quota/Hook.php
imp/lib/Quota/Imap.php
imp/lib/Quota/Logfile.php
imp/lib/Quota/Maildir.php
imp/lib/Quota/Mdaemon.php
imp/lib/Quota/Mercury32.php
imp/lib/Quota/Sql.php

index 743841c..3dd1d94 100644 (file)
@@ -5,7 +5,7 @@
  * 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
+ * @package IMP
  */
 
 class IMP_Block_Foldersummary extends Horde_Block
index 5643629..78d6522 100644 (file)
@@ -5,8 +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.
  *
- * @package Horde_Block
  * @author  Michael Slusarz <slusarz@curecanti.org>
+ * @package IMP
  */
 class IMP_Block_Newmail extends Horde_Block
 {
index de9bf08..5b886a1 100644 (file)
@@ -5,7 +5,7 @@
  * 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
+ * @package IMP
  */
 
 $block_name = _("Folder Summary");
index 3826843..7549358 100644 (file)
@@ -5,7 +5,7 @@
  * 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
+ * @package IMP
  */
 
 $block_name = _("Menu Folder List");
index f9093c0..a146936 100644 (file)
@@ -8,7 +8,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_LoginTasks
+ * @package IMP
  */
 class IMP_LoginTasks_SystemTask_GarbageCollection extends Horde_LoginTasks_SystemTask
 {
index 1bf58a4..9dac350 100644 (file)
@@ -8,7 +8,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_LoginTasks
+ * @package IMP
  */
 class IMP_LoginTasks_SystemTask_UpgradeFromImp4 extends Horde_LoginTasks_SystemTask
 {
index 46bfde3..e0dee3e 100644 (file)
@@ -6,7 +6,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Andrew Coleman <mercury@appisolutions.net>
- * @package Horde_LoginTasks
+ * @package IMP
  */
 class IMP_LoginTasks_Task_DeleteAttachmentsMonthly extends Horde_LoginTasks_Task
 {
index ffe4163..78eef0f 100644 (file)
@@ -8,7 +8,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_LoginTasks
+ * @package IMP
  */
 class IMP_LoginTasks_Task_DeleteSentmailMonthly extends Horde_LoginTasks_Task
 {
index 37f0fc9..b3b2250 100644 (file)
@@ -9,7 +9,7 @@
  *
  * @author  Michael Slusarz <slusarz@horde.org>
  * @author  Jan Schneider <jan@horde.org>
- * @package Horde_LoginTasks
+ * @package IMP
  */
 class IMP_LoginTasks_Task_PurgeSentmail extends Horde_LoginTasks_Task
 {
index 5dfe8dd..e21cf39 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Matt Selsky <selsky@columbia.edu>
- * @package Horde_LoginTasks
+ * @package IMP
  */
 class IMP_LoginTasks_Task_PurgeSpam extends Horde_LoginTasks_Task
 {
index 10b2fbf..7c74137 100644 (file)
@@ -8,7 +8,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_LoginTasks
+ * @package IMP
  */
 class IMP_LoginTasks_Task_PurgeTrash extends Horde_LoginTasks_Task
 {
index e9cd6e5..0a04e0c 100644 (file)
@@ -8,7 +8,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_LoginTasks
+ * @package IMP
  */
 class IMP_LoginTasks_Task_RenameSentmailMonthly extends Horde_LoginTasks_Task
 {
index f133d57..7d17b45 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Alternative extends Horde_Mime_Viewer_Driver
 {
index 7c86640..c226137 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Appledouble extends Horde_Mime_Viewer_Driver
 {
index 2d79043..9a47a64 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Eric Rostetter <eric.rostetter@physics.utexas.edu>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Enriched extends Horde_Mime_Viewer_Enriched
 {
index e40921d..35511a9 100644 (file)
@@ -11,7 +11,7 @@
  * @author  Anil Madhavapeddy <anil@recoil.org>
  * @author  Jon Parise <jon@horde.org>
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html
 {
index a9493b7..2d4c721 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Images extends Horde_Mime_Viewer_Images
 {
index 39c9a3b..11aff02 100644 (file)
@@ -11,7 +11,7 @@
  *
  * @author  Chuck Hagenbuch <chuck@horde.org>
  * @author  Mike Cochrane <mike@graftonhall.co.nz>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Itip extends Horde_Mime_Viewer_Driver
 {
index c169b80..6fad7fe 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Mdn extends Horde_Mime_Viewer_Driver
 {
index 7c20c7a..0232724 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Partial extends Horde_Mime_Viewer_Driver
 {
index e617362..8bc55e3 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime_Viewer
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Pdf extends Horde_Mime_Viewer_Pdf
 {
index ab0f79e..8877a33 100644 (file)
@@ -18,7 +18,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Pgp extends Horde_Mime_Viewer_Driver
 {
index 9d9dcac..7a973bf 100644 (file)
@@ -10,7 +10,7 @@
  *
  * @author  Anil Madhavapeddy <anil@recoil.org>
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime_Viewer
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Plain extends Horde_Mime_Viewer_Plain
 {
index 6278b3f..bd33737 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Related extends Horde_Mime_Viewer_Driver
 {
index 882be57..688eb5d 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Rfc822 extends Horde_Mime_Viewer_Rfc822
 {
index e2613e0..ce318e5 100644 (file)
@@ -9,7 +9,7 @@
  *
  * @author  Jan Schneider <jan@horde.org>
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Smil extends Horde_Mime_Viewer_Smil
 {
index bdded74..ed96d48 100644 (file)
@@ -20,7 +20,7 @@
  *
  * @author  Mike Cochrane <mike@graftonhall.co.nz>
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime_Viewer
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Smime extends Horde_Mime_Viewer_Driver
 {
index 7ed1587..93fb1ba 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Status extends Horde_Mime_Viewer_Driver
 {
index ff9ceca..32ddba4 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Tnef extends Horde_Mime_Viewer_Tnef
 {
index c05c371..c7f6917 100644 (file)
@@ -10,7 +10,7 @@
  *
  * @author  Mike Cochrane <mike@graftonhall.co.nz>
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Mime
+ * @package IMP
  */
 class IMP_Horde_Mime_Viewer_Zip extends Horde_Mime_Viewer_Zip
 {
index 9cdff9d..6fa80d7 100644 (file)
@@ -7,7 +7,7 @@
  * @author  Jan Schneider <jan@horde.org>
  * @author  Chuck Hagenbuch <chuck@horde.org>
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Notification
+ * @package IMP
  */
 class IMP_Notification_Listener_Status extends Horde_Notification_Listener_Status
 {
index 5464fa8..24d8638 100644 (file)
@@ -10,7 +10,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Notification
+ * @package IMP
  */
 class IMP_Notification_Listener_StatusMobile extends Horde_Notification_Listener_Mobile
 {
index c609f04..0bed79e 100644 (file)
@@ -9,7 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Mike Cochrane <mike@graftonhall.co.nz>
- * @package IMP_Quota
+ * @package IMP
  */
 class IMP_Quota
 {
index 14bd492..aa8183f 100644 (file)
@@ -21,7 +21,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Eric Rostetter <eric.rostetter@physics.utexas.edu>
- * @package IMP_Quota
+ * @package IMP
  */
 class IMP_Quota_Command extends IMP_Quota
 {
index d0803b1..526018e 100644 (file)
@@ -16,7 +16,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Michael Redinger <Michael.Redinger@uibk.ac.at>
- * @package IMP_Quota
+ * @package IMP
  */
 class IMP_Quota_Hook extends IMP_Quota
 {
index ad5af9f..cfedb0e 100644 (file)
@@ -8,7 +8,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Mike Cochrane <mike@graftonhall.co.nz>
- * @package IMP_Quota
+ * @package IMP
  */
 class IMP_Quota_Imap extends IMP_Quota
 {
index d8e2d59..0afd2ca 100644 (file)
@@ -34,7 +34,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Tim Gorter <email@teletechnics.co.nz>
- * @package IMP_Quota
+ * @package IMP
  */
 class IMP_Quota_Logfile extends IMP_Quota
 {
index 9fe9d46..9a88930 100644 (file)
@@ -27,7 +27,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Eric Rostetter <eric.rostetter@physics.utexas.edu>
- * @package IMP_Quota
+ * @package IMP
  */
 class IMP_Quota_Maildir extends IMP_Quota
 {
index 0c5c66b..de53b4e 100644 (file)
@@ -13,7 +13,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Mike Cochrane <mike@graftonhall.co.nz>
- * @package IMP_Quota
+ * @package IMP
  */
 class IMP_Quota_Mdaemon extends IMP_Quota
 {
index 6871ab8..73d6a9d 100644 (file)
@@ -38,7 +38,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author  Frank Lupo <frank_lupo@email.it>
- * @package IMP_Quota
+ * @package IMP
  */
 class IMP_Quota_Mercury32 extends IMP_Quota
 {
index 6212c35..90d62aa 100644 (file)
@@ -40,7 +40,7 @@
  *
  * @author  Tomas Simonaitis <haden@homelan.lt>
  * @author  Jan Schneider <jan@horde.org>
- * @package IMP_Quota
+ * @package IMP
  */
 class IMP_Quota_Sql extends IMP_Quota
 {