37 protected $_has = array(
'uniqueid' =>
true,
77 if (strpos($var,
'has') === 0) {
78 $var = strtolower(substr($var, 3));
79 return isset($this->_has[$var]) ? $this->_has[$var] :
null;
85 #require_once 'Zend/Mail/Storage/Exception.php'; 136 abstract public function getRawHeader(
$id, $part =
null, $topLines = 0);
171 abstract public function close();
179 abstract public function noop();
267 #require_once 'Zend/Mail/Storage/Exception.php'; 296 $this->_iterationPos = 1;
307 return $this->
getMessage($this->_iterationPos);
340 if ($this->_iterationMax ===
null) {
356 if ($this->_iterationMax ===
null) {
360 if (
$pos > $this->_iterationMax) {
361 throw new OutOfBoundsException(
'this position does not exist');
363 $this->_iterationPos =
$pos;
getRawHeader($id, $part=null, $topLines=0)
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
getRawContent($id, $part=null)