Searched refs:resultStack (Results 1 – 1 of 1) sorted by relevance
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/ |
H A D | SMTP.php | 90 protected $resultStack = array(); variable in Tx\\Mailer\\SMTP 182 throw new CodeException('220', $code, array_pop($this->resultStack)); 199 throw new CodeException('220', $code, array_pop($this->resultStack)); 218 throw new CodeException('250', $code, array_pop($this->resultStack)); 243 throw new CodeException('334', $code, array_pop($this->resultStack)); 248 throw new CodeException('334', $code, array_pop($this->resultStack)); 253 throw new CodeException('235', $code, array_pop($this->resultStack)); 269 throw new CodeException('250', $code, array_pop($this->resultStack)); 304 throw new CodeException('354', $code, array_pop($this->resultStack)); 309 throw new CodeException('250', $code, array_pop($this->resultStack)); [all …]
|