two more subpackage blocks
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Apr 2004 08:03:39 +0000 (08:03 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Apr 2004 08:03:39 +0000 (08:03 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7100 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/gettext.php
functions/imap.php
functions/imap_asearch.php
functions/imap_general.php
functions/imap_mailbox.php
functions/imap_messages.php
functions/imap_search.php
functions/imap_utf7_local.php

index 7891dca0142598ec213986648253cc0fc5388f7b..f11f13f426b0e3a90da56715b6fd2c8404e9d570 100644 (file)
@@ -1,7 +1,6 @@
 <?php
-
 /**
- * gettext.php
+ * SquirrelMail internal gettext functions
  *
  * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -13,9 +12,9 @@
  *   $sm_language, I think
  *
  * @link http://www.php.net/gettext Original php gettext manual
- *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
+ * @subpackage i18n
  */
 
 /** Almost everything requires global.php... */
index 0a2a21808ae5d7cf0aa1e586f17166daac7ecad3..0f0bfb8f09ff4830876b9bbe45c2dd683ea3c93c 100644 (file)
@@ -9,8 +9,9 @@
  * This just includes the different sections of the imap functions.
  * They have been organized into these sections for simplicity sake.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
+ * @subpackage imap
  */
 
 /** Includes */
index 8ebbdc1733e1d088f58ccce5732fcca9686891f5..b6b3a7db9cb056e977ea399ce3477c6999531237 100644 (file)
@@ -8,13 +8,14 @@
  *
  * IMAP asearch routines
  *
- * $Id$
+ * Subfolder search idea from Patch #806075 by Thomas Pohl xraven at users.sourceforge.net. Thanks Thomas!
+ *
+ * @version $Id$
  * @package squirrelmail
+ * @subpackage imap
  * @see search.php
  * @link ftp://ftp.rfc-editor.org/in-notes/rfc3501.txt
  * @author Alex Lemaresquier - Brainstorm - alex at brainstorm.fr
- *
- * Subfolder search idea from Patch #806075 by Thomas Pohl xraven at users.sourceforge.net. Thanks Thomas!
  */
 
 /** This functionality requires the IMAP and date functions */
index 640de0a85d0ec3e0df86e2514960b2cc7bc1502c..2a6e1d1366abbad83a7fda7900e5129b868d5375 100755 (executable)
@@ -8,8 +8,9 @@
  *
  * This implements all functions that do general imap functions.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
+ * @subpackage imap
  */
 
 /** Includes.. */
index 27a94fd564ddbf1c4058514ce29e578adbfc7470..6f798dbbfef3dec88e7e49c5c610b1b94aafc39b 100755 (executable)
@@ -8,8 +8,9 @@
  *
  * This impliments all functions that manipulate mailboxes
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
+ * @subpackage imap
  */
 
 /** UTF7 support */
index 90e9d192a87e2841ea841d23c63891733e55158e..db11da0368b281e65d6cee240e5caaf810116bcc 100755 (executable)
@@ -9,8 +9,9 @@
  * This implements functions that manipulate messages
  * NOTE: Quite a few functions in this file are obsolete
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
+ * @subpackage imap
  */
 
 /**
index 05cf2edde7916440c69e74355979d9585a2f70ba..29ad63bbe4e0641484aee3056a27625e03f2656c 100644 (file)
@@ -8,8 +8,9 @@
  *
  * IMAP search routines
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
+ * @subpackage imap
  * @deprecated This search interface has been largely replaced by asearch
  */
 
index 6bb597cd69b1080d7711f9cfefda086aa6d96d53..e4c431096542fda8171fd031c71e1660dfb186f4 100644 (file)
@@ -8,8 +8,9 @@
  *
  * This implements all functions that do imap UTF7 conversions.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
+ * @subpackage imap
  */
 
 /**