/var/www/flurhymez/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport
NameSizeModeActions
Esmtp/-0755rm
AbstractSmtpTransport.php160470644editdlrm
EsmtpHandler.php23210644editdlrm
EsmtpTransport.php120690644editdlrm
FailoverTransport.php27550644editdlrm
IoBuffer.php16360644editdlrm
LoadBalancedTransport.php46350644editdlrm
NullTransport.php22160644editdlrm
SendmailTransport.php49390644editdlrm
SmtpAgent.php9710644editdlrm
SpoolTransport.php25670644editdlrm
StreamBuffer.php96580644editdlrm
Edit: /var/www/flurhymez/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php (2321B)
. * * @return string[] */ public function getMailParams(); /** * Get params which are appended to RCPT TO:<>. * * @return string[] */ public function getRcptParams(); /** * Runs when a command is due to be sent. * * @param Swift_Transport_SmtpAgent $agent to read/write * @param string $command to send * @param int[] $codes expected in response * @param string[] $failedRecipients to collect failures * @param bool $stop to be set true by-reference if the command is now sent */ public function onCommand(Swift_Transport_SmtpAgent $agent, $command, $codes = [], &$failedRecipients = null, &$stop = false); /** * Returns +1, -1 or 0 according to the rules for usort(). * * This method is called to ensure extensions can be execute in an appropriate order. * * @param string $esmtpKeyword to compare with * * @return int */ public function getPriorityOver($esmtpKeyword); /** * Returns an array of method names which are exposed to the Esmtp class. * * @return string[] */ public function exposeMixinMethods(); /** * Tells this handler to clear any buffers and reset its state. */ public function resetState(); }