Home
last modified time | relevance | path

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

/plugin/swiftmail/Swift/Message/
H A DEncoder.php25 const CHEAP_ADDRESS_RE = '(?#Start of dot-atom define in Swift_Message_Encoder
56 while (preg_match('/^(.*?)(<' . self::CHEAP_ADDRESS_RE . '>)/s', $input, $matches))
/plugin/swiftmail/
H A DSwift.php332 …if (is_string($recipients) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $…
340 … if (is_string($from) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $from))