Author: Alexandru Stanoi Date: 2007-02-28 13:46:40 +0100 (Wed, 28 Feb 2007) New Revision: 4697
Log: - Fixed issue #10136: ezcMailImapSet, ezcMailPop3Set and ezcMailMboxSet not marked as private anymore. Modified: stable/Mail/1.2/ChangeLog stable/Mail/1.2/src/transports/imap/imap_set.php stable/Mail/1.2/src/transports/mbox/mbox_set.php stable/Mail/1.2/src/transports/pop3/pop3_set.php Modified: stable/Mail/1.2/ChangeLog =================================================================== --- stable/Mail/1.2/ChangeLog 2007-02-28 12:42:42 UTC (rev 4696) +++ stable/Mail/1.2/ChangeLog 2007-02-28 12:46:40 UTC (rev 4697) @@ -12,6 +12,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: stable/Mail/1.2/src/transports/imap/imap_set.php =================================================================== --- stable/Mail/1.2/src/transports/imap/imap_set.php 2007-02-28 12:42:42 UTC (rev 4696) +++ stable/Mail/1.2/src/transports/imap/imap_set.php 2007-02-28 12:46:40 UTC (rev 4697) @@ -6,7 +6,6 @@ * @version //autogentag// * @copyright Copyright (C) 2005, 2006 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 //autogentag// - * @access private */ class ezcMailImapSet implements ezcMailParserSet { Modified: stable/Mail/1.2/src/transports/mbox/mbox_set.php =================================================================== --- stable/Mail/1.2/src/transports/mbox/mbox_set.php 2007-02-28 12:42:42 UTC (rev 4696) +++ stable/Mail/1.2/src/transports/mbox/mbox_set.php 2007-02-28 12:46:40 UTC (rev 4697) @@ -6,7 +6,6 @@ * @version //autogentag// * @copyright Copyright (C) 2005, 2006 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 //autogentag// - * @mainclass */ class ezcMailMboxSet implements ezcMailParserSet { Modified: stable/Mail/1.2/src/transports/pop3/pop3_set.php =================================================================== --- stable/Mail/1.2/src/transports/pop3/pop3_set.php 2007-02-28 12:42:42 UTC (rev 4696) +++ stable/Mail/1.2/src/transports/pop3/pop3_set.php 2007-02-28 12:46:40 UTC (rev 4697) @@ -6,7 +6,6 @@ * @version //autogentag// * @copyright Copyright (C) 2005, 2006 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 //autogentag// - * @access private */ class ezcMailPop3Set implements ezcMailParserSet { -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components