TYPO3  7.6
EsmtpHandler.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of SwiftMailer.
5  * (c) 2004-2009 Chris Corbyn
6  *
7  * For the full copyright and license information, please view the LICENSE
8  * file that was distributed with this source code.
9  */
10 
17 {
23  public function getHandledKeyword();
24 
30  public function setKeywordParams(array $parameters);
31 
37  public function afterEhlo(Swift_Transport_SmtpAgent $agent);
38 
44  public function getMailParams();
45 
51  public function getRcptParams();
52 
62  public function onCommand(Swift_Transport_SmtpAgent $agent, $command, $codes = array(), &$failedRecipients = null, &$stop = false);
63 
73  public function getPriorityOver($esmtpKeyword);
74 
80  public function exposeMixinMethods();
81 
85  public function resetState();
86 }