Home
last modified time | relevance | path

Searched refs:oldLE (Results 1 – 1 of 1) sorted by relevance

/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php37 protected $oldLE = "\r\n"; variable in Swift_Plugin_MailSend
102 $this->oldLE = $message->getLE();
103 if (!$this->isWindows() && $this->oldLE != "\n") $message->setLE("\n");
147 $message->setLE($this->oldLE);