Subversion Repositories Applications.papyrus

Rev

Rev 1713 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1713 Rev 2150
Line 16... Line 16...
16
 * @package    Auth
16
 * @package    Auth
17
 * @author     Jeroen Houben <jeroen@terena.nl>
17
 * @author     Jeroen Houben <jeroen@terena.nl>
18
 * @author     Adam Ashley <aashley@php.net>
18
 * @author     Adam Ashley <aashley@php.net>
19
 * @copyright  2001-2006 The PHP Group
19
 * @copyright  2001-2006 The PHP Group
20
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
20
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
21
 * @version    CVS: $Id: IMAP.php,v 1.3 2007-11-19 15:11:00 jp_milcent Exp $
21
 * @version    CVS: $Id: IMAP.php,v 1.18 2007/06/12 03:11:26 aashley Exp $
22
 * @link       http://pear.php.net/package/Auth
22
 * @link       http://pear.php.net/package/Auth
23
 * @since      File available since Release 1.2.0
23
 * @since      File available since Release 1.2.0
24
 */
24
 */
Line 25... Line 25...
25
 
25
 
Line 75... Line 75...
75
 * @author     Jeroen Houben <jeroen@terena.nl>
75
 * @author     Jeroen Houben <jeroen@terena.nl>
76
 * @author     Cipriano Groenendal <cipri@campai.nl>
76
 * @author     Cipriano Groenendal <cipri@campai.nl>
77
 * @author     Adam Ashley <aashley@php.net>
77
 * @author     Adam Ashley <aashley@php.net>
78
 * @copyright  2001-2006 The PHP Group
78
 * @copyright  2001-2006 The PHP Group
79
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
79
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
80
 * @version    Release: 1.5.4  File: $Revision: 1.3 $
80
 * @version    Release: 1.5.4  File: $Revision: 1.18 $
81
 * @link       http://pear.php.net/package/Auth
81
 * @link       http://pear.php.net/package/Auth
82
 * @since      Class available since Release 1.2.0
82
 * @since      Class available since Release 1.2.0
83
 */
83
 */
84
class Auth_Container_IMAP extends Auth_Container
84
class Auth_Container_IMAP extends Auth_Container
85
{
85
{