Author: Alexandru Stanoi
Date: 2007-02-28 13:47:36 +0100 (Wed, 28 Feb 2007)
New Revision: 4698

Log:
- Fixed issue #10136: ezcMailImapSet, ezcMailPop3Set and ezcMailMboxSet not
  marked as private anymore.

Modified:
   trunk/Mail/ChangeLog
   trunk/Mail/src/transports/imap/imap_set.php
   trunk/Mail/src/transports/mbox/mbox_set.php
   trunk/Mail/src/transports/pop3/pop3_set.php

Modified: trunk/Mail/ChangeLog
===================================================================
--- trunk/Mail/ChangeLog        2007-02-28 12:46:40 UTC (rev 4697)
+++ trunk/Mail/ChangeLog        2007-02-28 12:47:36 UTC (rev 4698)
@@ -44,6 +44,8 @@
   during parsing if it is missing.
 - Fixed issue #10200 (part 2): The value of the generated Content-ID header
   contains the filename encoded with base64 to avoid problems.
+- Fixed issue #10136: ezcMailImapSet, ezcMailPop3Set and ezcMailMboxSet not
+  marked as private anymore.
 
 
 1.2 - Monday 18 December 2006

Modified: trunk/Mail/src/transports/imap/imap_set.php
===================================================================
--- trunk/Mail/src/transports/imap/imap_set.php 2007-02-28 12:46:40 UTC (rev 
4697)
+++ trunk/Mail/src/transports/imap/imap_set.php 2007-02-28 12:47:36 UTC (rev 
4698)
@@ -6,7 +6,6 @@
  * @version //autogen//
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @access private
  */
 
 /**
@@ -19,7 +18,6 @@
  *
  * @package Mail
  * @version //autogen//
- * @access private
  */
 class ezcMailImapSet implements ezcMailParserSet
 {

Modified: trunk/Mail/src/transports/mbox/mbox_set.php
===================================================================
--- trunk/Mail/src/transports/mbox/mbox_set.php 2007-02-28 12:46:40 UTC (rev 
4697)
+++ trunk/Mail/src/transports/mbox/mbox_set.php 2007-02-28 12:47:36 UTC (rev 
4698)
@@ -6,7 +6,6 @@
  * @version //autogen//
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @access private
  */
 
 /**
@@ -18,7 +17,6 @@
  *
  * @package Mail
  * @version //autogen//
- * @access private
  */
 class ezcMailMboxSet implements ezcMailParserSet
 {

Modified: trunk/Mail/src/transports/pop3/pop3_set.php
===================================================================
--- trunk/Mail/src/transports/pop3/pop3_set.php 2007-02-28 12:46:40 UTC (rev 
4697)
+++ trunk/Mail/src/transports/pop3/pop3_set.php 2007-02-28 12:47:36 UTC (rev 
4698)
@@ -6,7 +6,6 @@
  * @version //autogen//
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
- * @access private
  */
 
 /**
@@ -19,7 +18,6 @@
  *
  * @package Mail
  * @version //autogen//
- * @access private
  */
 class ezcMailPop3Set implements ezcMailParserSet
 {

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to