web/lib/Zend/Mail/Storage/Pop3.php
changeset 807 877f952ae2bd
parent 207 621fa6caec0c
child 1230 68c69c656a2c
equal deleted inserted replaced
805:5e7a0fedabdf 807:877f952ae2bd
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_Mail
    16  * @package    Zend_Mail
    17  * @subpackage Storage
    17  * @subpackage Storage
    18  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @version    $Id: Pop3.php 20096 2010-01-06 02:05:09Z bkarwin $
    20  * @version    $Id: Pop3.php 24593 2012-01-05 20:35:02Z matthew $
    21  */
    21  */
    22 
    22 
    23 
    23 
    24 /**
    24 /**
    25  * @see Zend_Mail_Storage_Abstract
    25  * @see Zend_Mail_Storage_Abstract
    39 
    39 
    40 /**
    40 /**
    41  * @category   Zend
    41  * @category   Zend
    42  * @package    Zend_Mail
    42  * @package    Zend_Mail
    43  * @subpackage Storage
    43  * @subpackage Storage
    44  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    44  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    45  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    45  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    46  */
    46  */
    47 class Zend_Mail_Storage_Pop3 extends Zend_Mail_Storage_Abstract
    47 class Zend_Mail_Storage_Pop3 extends Zend_Mail_Storage_Abstract
    48 {
    48 {
    49     /**
    49     /**
   152      *   - user username
   152      *   - user username
   153      *   - password password for user 'username' [optional, default = '']
   153      *   - password password for user 'username' [optional, default = '']
   154      *   - port port for POP3 server [optional, default = 110]
   154      *   - port port for POP3 server [optional, default = 110]
   155      *   - ssl 'SSL' or 'TLS' for secure sockets
   155      *   - ssl 'SSL' or 'TLS' for secure sockets
   156      *
   156      *
   157      * @param  $params array  mail reader specific parameters
   157      * @param array $params mail reader specific parameters
   158      * @throws Zend_Mail_Storage_Exception
   158      * @throws Zend_Mail_Storage_Exception
   159      * @throws Zend_Mail_Protocol_Exception
   159      * @throws Zend_Mail_Protocol_Exception
   160      */
   160      */
   161     public function __construct($params)
   161     public function __construct($params)
   162     {
   162     {