Home
last modified time | relevance | path

Searched refs:getSwift (Results 1 – 4 of 4) sorted by last modified time

/plugin/swiftmail/Swift/
H A DEvents.php37 public function getSwift() function in Swift_Events
H A DBatchMailer.php65 public function getSwift() function in Swift_BatchMailer
/plugin/swiftmail/Swift/Plugin/
H A DAntiFlood.php99 $e->getSwift()->disconnect();
101 $e->getSwift()->connect();
H A DConnectionRotator.php76 if (!method_exists($e->getSwift()->connection, "nextConnection"))
82 $this->used[] = $e->getSwift()->connection->getActive();
87 $e->getSwift()->connection->nextConnection();
88 if (!in_array(($id = $e->getSwift()->connection->getActive()), $this->used))
90 $e->getSwift()->connect();
107 $e->getSwift()->command("QUIT", 221);