Home
last modified time | relevance | path

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

/plugin/swiftmail/Swift/Message/
H A DEncoder.php395 public function is7BitPrintable($data) function in Swift_Message_Encoder
406 return ($this->is7BitPrintable($data) && strpos($data, ";") === false);
430 if (!$this->is7BitPrintable($str))