equal
deleted
inserted
replaced
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: Mbox.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: Mbox.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 |
23 |
24 /** |
24 /** |
25 * @see Zend_Loader |
25 * @see Zend_Loader |
40 |
40 |
41 /** |
41 /** |
42 * @category Zend |
42 * @category Zend |
43 * @package Zend_Mail |
43 * @package Zend_Mail |
44 * @subpackage Storage |
44 * @subpackage Storage |
45 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
45 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
46 * @license http://framework.zend.com/license/new-bsd New BSD License |
46 * @license http://framework.zend.com/license/new-bsd New BSD License |
47 */ |
47 */ |
48 class Zend_Mail_Storage_Mbox extends Zend_Mail_Storage_Abstract |
48 class Zend_Mail_Storage_Mbox extends Zend_Mail_Storage_Abstract |
49 { |
49 { |
50 /** |
50 /** |
214 /** |
214 /** |
215 * Create instance with parameters |
215 * Create instance with parameters |
216 * Supported parameters are: |
216 * Supported parameters are: |
217 * - filename filename of mbox file |
217 * - filename filename of mbox file |
218 * |
218 * |
219 * @param $params array mail reader specific parameters |
219 * @param array $params mail reader specific parameters |
220 * @throws Zend_Mail_Storage_Exception |
220 * @throws Zend_Mail_Storage_Exception |
221 */ |
221 */ |
222 public function __construct($params) |
222 public function __construct($params) |
223 { |
223 { |
224 if (is_array($params)) { |
224 if (is_array($params)) { |