Home
last modified time | relevance | path

Searched refs:setReplyTo (Results 1 – 7 of 7) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php245 public function setReplyTo( $replyTo) { function in Google_Groups
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Groupssettings/
H A DGroups.php599 public function setReplyTo($replyTo) function in Google\\Service\\Groupssettings\\Groups
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DEmailTemplate.php106 public function setReplyTo($replyTo) function in Google\\Service\\IdentityToolkit\\EmailTemplate
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/swiftmail/
H A DSwift.php370 if (!($has_reply_to = $message->getReplyTo())) $message->setReplyTo($from);
467 if (!$has_reply_to) $message->setReplyTo(null);
/plugin/swiftmail/Swift/
H A DMessage.php82 $this->setReplyTo(null);
264 public function setReplyTo($replyto) function in Swift_Message