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 18... Line 18...
18
 * @author     Martin Jansen <mj@php.net>
18
 * @author     Martin Jansen <mj@php.net>
19
 * @author     Mika Tuupola <tuupola@appelsiini.net>
19
 * @author     Mika Tuupola <tuupola@appelsiini.net>
20
 * @author     Adam Ashley <aashley@php.net>
20
 * @author     Adam Ashley <aashley@php.net>
21
 * @copyright  2001-2006 The PHP Group
21
 * @copyright  2001-2006 The PHP Group
22
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
22
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
23
 * @version    CVS: $Id: POP3.php,v 1.3 2007-11-19 15:11:00 jp_milcent Exp $
23
 * @version    CVS: $Id: POP3.php,v 1.12 2007/06/12 03:11:26 aashley Exp $
24
 * @link       http://pear.php.net/package/Auth
24
 * @link       http://pear.php.net/package/Auth
25
 * @since      File available since Release 1.2.0
25
 * @since      File available since Release 1.2.0
26
 */
26
 */
Line 27... Line 27...
27
 
27
 
Line 46... Line 46...
46
 * @author     Martin Jansen <mj@php.net>
46
 * @author     Martin Jansen <mj@php.net>
47
 * @author     Mika Tuupola <tuupola@appelsiini.net>
47
 * @author     Mika Tuupola <tuupola@appelsiini.net>
48
 * @author     Adam Ashley <aashley@php.net>
48
 * @author     Adam Ashley <aashley@php.net>
49
 * @copyright  2001-2006 The PHP Group
49
 * @copyright  2001-2006 The PHP Group
50
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
50
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
51
 * @version    Release: 1.5.4  File: $Revision: 1.3 $
51
 * @version    Release: 1.5.4  File: $Revision: 1.12 $
52
 * @link       http://pear.php.net/package/Auth
52
 * @link       http://pear.php.net/package/Auth
53
 * @since      Class available since Release 1.2.0
53
 * @since      Class available since Release 1.2.0
54
 */
54
 */
55
class Auth_Container_POP3 extends Auth_Container
55
class Auth_Container_POP3 extends Auth_Container
56
{
56
{