Home
last modified time | relevance | path

Searched refs:reversePath (Results 1 – 25 of 68) sorted by relevance

123

/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/swift/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php144 if (!$reversePath = $this->_getReversePath($message))
168 $sent += $this->_sendTo($message, $reversePath, $to, $failedRecipients);
169 $sent += $this->_sendCc($message, $reversePath, $cc, $failedRecipients);
437 private function _doMailTransaction($message, $reversePath, argument
441 $this->_doMailFromCommand($reversePath);
469 private function _sendTo(Swift_Mime_Message $message, $reversePath, argument
476 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
481 private function _sendCc(Swift_Mime_Message $message, $reversePath, argument
488 return $this->_doMailTransaction($message, $reversePath, array_keys($cc),
493 private function _sendBcc(Swift_Mime_Message $message, $reversePath, argument
[all …]
/dports/devel/flyspray/flyspray-0.9.9.7_4/includes/external/swift-mailer/classes/Swift/Transport/
H A DAbstractSmtpTransport.php169 if (!$reversePath = $this->_getReversePath($message))
184 $sent += $this->_sendTo($message, $reversePath, $to, $failedRecipients);
185 $sent += $this->_sendCc($message, $reversePath, $cc, $failedRecipients);
453 private function _doMailTransaction($message, $reversePath, argument
457 $this->_doMailFromCommand($reversePath);
485 private function _sendTo(Swift_Mime_Message $message, $reversePath, argument
492 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
497 private function _sendCc(Swift_Mime_Message $message, $reversePath, argument
504 return $this->_doMailTransaction($message, $reversePath, array_keys($cc),
509 private function _sendBcc(Swift_Mime_Message $message, $reversePath, argument
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/swiftmailer/classes/Swift/Transport/
H A DAbstractSmtpTransport.php144 if (!$reversePath = $this->_getReversePath($message))
168 $sent += $this->_sendTo($message, $reversePath, $to, $failedRecipients);
169 $sent += $this->_sendCc($message, $reversePath, $cc, $failedRecipients);
437 private function _doMailTransaction($message, $reversePath, argument
441 $this->_doMailFromCommand($reversePath);
469 private function _sendTo(Swift_Mime_Message $message, $reversePath, argument
476 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
481 private function _sendCc(Swift_Mime_Message $message, $reversePath, argument
488 return $this->_doMailTransaction($message, $reversePath, array_keys($cc),
493 private function _sendBcc(Swift_Mime_Message $message, $reversePath, argument
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/flashmob/go-guerrilla/mail/rfc5321/
H A Dparse_test.go119 err := s.reversePath()
125 err = s.reversePath()
131 err = s.reversePath()
137 err = s.reversePath()
143 err = s.reversePath()
149 err = s.reversePath()
155 err = s.reversePath()
162 err = s.reversePath()
169 err = s.reversePath()
176 err = s.reversePath()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/
H A DJarEntryEditorInputFactory.java149 ArrayList<String> reversePath= new ArrayList<>(); in saveState() local
150 reversePath.add(jarEntryResource.getName()); in saveState()
155 reversePath.add(jarEntryResource.getName()); in saveState()
160 IPath path= new Path(reversePath.get(reversePath.size() - 1)); in saveState()
161 for (int i= reversePath.size() - 2; i >= 0; i--) { in saveState()
162 path= path.append(reversePath.get(i)); in saveState()
/dports/www/bolt/bolt-2.2.24/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php161 if (!$reversePath = $this->_getReversePath($message)) {
176 $sent += $this->_sendTo($message, $reversePath, $tos, $failedRecipients);
177 $sent += $this->_sendBcc($message, $reversePath, $bcc, $failedRecipients);
413 …private function _doMailTransaction($message, $reversePath, array $recipients, array &$failedRecip… argument
416 $this->_doMailFromCommand($reversePath);
437 …private function _sendTo(Swift_Mime_Message $message, $reversePath, array $to, array &$failedRecip… argument
443 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
448 …private function _sendBcc(Swift_Mime_Message $message, $reversePath, array $bcc, array &$failedRec… argument
454 $message, $reversePath, array($forwardPath), $failedRecipients
H A DMailTransport.php138 $reversePath = $this->_getReversePath($message);
174 …il($to, $subject, $body, $headers, $this->_formatExtraParams($this->_extraParams, $reversePath))) {
283 private function _formatExtraParams($extraParams, $reversePath) argument
286 if (empty($reversePath) || false === $this->_isShellSafe($reversePath)) {
289 $extraParams = sprintf($extraParams, $reversePath);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php174 if (!$reversePath = $this->getReversePath($message)) {
189 $sent += $this->sendTo($message, $reversePath, $tos, $failedRecipients);
190 $sent += $this->sendBcc($message, $reversePath, $bcc, $failedRecipients);
449 …private function doMailTransaction($message, $reversePath, array $recipients, array &$failedRecipi… argument
452 $this->doMailFromCommand($reversePath);
473 …private function sendTo(Swift_Mime_SimpleMessage $message, $reversePath, array $to, array &$failed… argument
479 return $this->doMailTransaction($message, $reversePath, array_keys($to),
484 …private function sendBcc(Swift_Mime_SimpleMessage $message, $reversePath, array $bcc, array &$fail… argument
490 $message, $reversePath, array($forwardPath), $failedRecipients
/dports/www/phpmyfaq/phpmyfaq/src/libs/swiftmailer/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php161 if (!$reversePath = $this->_getReversePath($message)) {
176 $sent += $this->_sendTo($message, $reversePath, $tos, $failedRecipients);
177 $sent += $this->_sendBcc($message, $reversePath, $bcc, $failedRecipients);
413 …private function _doMailTransaction($message, $reversePath, array $recipients, array &$failedRecip… argument
416 $this->_doMailFromCommand($reversePath);
437 …private function _sendTo(Swift_Mime_Message $message, $reversePath, array $to, array &$failedRecip… argument
443 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
448 …private function _sendBcc(Swift_Mime_Message $message, $reversePath, array $bcc, array &$failedRec… argument
454 $message, $reversePath, array($forwardPath), $failedRecipients
H A DMailTransport.php138 $reversePath = $this->_getReversePath($message);
176 …il($to, $subject, $body, $headers, $this->_formatExtraParams($this->_extraParams, $reversePath))) {
285 private function _formatExtraParams($extraParams, $reversePath) argument
288 if (empty($reversePath) || false === $this->_isShellSafe($reversePath)) {
291 $extraParams = sprintf($extraParams, $reversePath);
/dports/www/kanboard/kanboard-1.2.21/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php161 if (!$reversePath = $this->_getReversePath($message)) {
176 $sent += $this->_sendTo($message, $reversePath, $tos, $failedRecipients);
177 $sent += $this->_sendBcc($message, $reversePath, $bcc, $failedRecipients);
413 …private function _doMailTransaction($message, $reversePath, array $recipients, array &$failedRecip… argument
416 $this->_doMailFromCommand($reversePath);
437 …private function _sendTo(Swift_Mime_Message $message, $reversePath, array $to, array &$failedRecip… argument
443 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
448 …private function _sendBcc(Swift_Mime_Message $message, $reversePath, array $bcc, array &$failedRec… argument
454 $message, $reversePath, array($forwardPath), $failedRecipients
H A DMailTransport.php138 $reversePath = $this->_getReversePath($message);
176 …il($to, $subject, $body, $headers, $this->_formatExtraParams($this->_extraParams, $reversePath))) {
285 private function _formatExtraParams($extraParams, $reversePath) argument
288 if (empty($reversePath) || false === $this->_isShellSafe($reversePath)) {
291 $extraParams = sprintf($extraParams, $reversePath);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php161 if (!$reversePath = $this->_getReversePath($message)) {
176 $sent += $this->_sendTo($message, $reversePath, $tos, $failedRecipients);
177 $sent += $this->_sendBcc($message, $reversePath, $bcc, $failedRecipients);
413 …private function _doMailTransaction($message, $reversePath, array $recipients, array &$failedRecip… argument
416 $this->_doMailFromCommand($reversePath);
437 …private function _sendTo(Swift_Mime_Message $message, $reversePath, array $to, array &$failedRecip… argument
443 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
448 …private function _sendBcc(Swift_Mime_Message $message, $reversePath, array $bcc, array &$failedRec… argument
454 $message, $reversePath, array($forwardPath), $failedRecipients
H A DMailTransport.php138 $reversePath = $this->_getReversePath($message);
176 …il($to, $subject, $body, $headers, $this->_formatExtraParams($this->_extraParams, $reversePath))) {
285 private function _formatExtraParams($extraParams, $reversePath) argument
288 if (empty($reversePath) || false === $this->_isShellSafe($reversePath)) {
291 $extraParams = sprintf($extraParams, $reversePath);
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php161 if (!$reversePath = $this->_getReversePath($message)) {
176 $sent += $this->_sendTo($message, $reversePath, $tos, $failedRecipients);
177 $sent += $this->_sendBcc($message, $reversePath, $bcc, $failedRecipients);
413 …private function _doMailTransaction($message, $reversePath, array $recipients, array &$failedRecip… argument
416 $this->_doMailFromCommand($reversePath);
437 …private function _sendTo(Swift_Mime_Message $message, $reversePath, array $to, array &$failedRecip… argument
443 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
448 …private function _sendBcc(Swift_Mime_Message $message, $reversePath, array $bcc, array &$failedRec… argument
454 $message, $reversePath, array($forwardPath), $failedRecipients
H A DMailTransport.php138 $reversePath = $this->_getReversePath($message);
176 …il($to, $subject, $body, $headers, $this->_formatExtraParams($this->_extraParams, $reversePath))) {
285 private function _formatExtraParams($extraParams, $reversePath) argument
288 if (empty($reversePath) || false === $this->_isShellSafe($reversePath)) {
291 $extraParams = sprintf($extraParams, $reversePath);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php174 if (!$reversePath = $this->getReversePath($message)) {
189 $sent += $this->sendTo($message, $reversePath, $tos, $failedRecipients);
190 $sent += $this->sendBcc($message, $reversePath, $bcc, $failedRecipients);
449 …private function doMailTransaction($message, $reversePath, array $recipients, array &$failedRecipi… argument
452 $this->doMailFromCommand($reversePath);
473 …private function sendTo(Swift_Mime_SimpleMessage $message, $reversePath, array $to, array &$failed… argument
479 return $this->doMailTransaction($message, $reversePath, array_keys($to),
484 …private function sendBcc(Swift_Mime_SimpleMessage $message, $reversePath, array $bcc, array &$fail… argument
490 $message, $reversePath, array($forwardPath), $failedRecipients
/dports/www/itop/web/lib/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php161 if (!$reversePath = $this->_getReversePath($message)) {
176 $sent += $this->_sendTo($message, $reversePath, $tos, $failedRecipients);
177 $sent += $this->_sendBcc($message, $reversePath, $bcc, $failedRecipients);
413 …private function _doMailTransaction($message, $reversePath, array $recipients, array &$failedRecip… argument
416 $this->_doMailFromCommand($reversePath);
437 …private function _sendTo(Swift_Mime_Message $message, $reversePath, array $to, array &$failedRecip… argument
443 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
448 …private function _sendBcc(Swift_Mime_Message $message, $reversePath, array $bcc, array &$failedRec… argument
454 $message, $reversePath, array($forwardPath), $failedRecipients
H A DMailTransport.php138 $reversePath = $this->_getReversePath($message);
176 …il($to, $subject, $body, $headers, $this->_formatExtraParams($this->_extraParams, $reversePath))) {
285 private function _formatExtraParams($extraParams, $reversePath) argument
288 if (empty($reversePath) || false === $this->_isShellSafe($reversePath)) {
291 $extraParams = sprintf($extraParams, $reversePath);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php161 if (!$reversePath = $this->_getReversePath($message)) {
176 $sent += $this->_sendTo($message, $reversePath, $tos, $failedRecipients);
177 $sent += $this->_sendBcc($message, $reversePath, $bcc, $failedRecipients);
413 …private function _doMailTransaction($message, $reversePath, array $recipients, array &$failedRecip… argument
416 $this->_doMailFromCommand($reversePath);
437 …private function _sendTo(Swift_Mime_Message $message, $reversePath, array $to, array &$failedRecip… argument
443 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
448 …private function _sendBcc(Swift_Mime_Message $message, $reversePath, array $bcc, array &$failedRec… argument
454 $message, $reversePath, array($forwardPath), $failedRecipients
H A DMailTransport.php138 $reversePath = $this->_getReversePath($message);
176 …il($to, $subject, $body, $headers, $this->_formatExtraParams($this->_extraParams, $reversePath))) {
285 private function _formatExtraParams($extraParams, $reversePath) argument
288 if (empty($reversePath) || false === $this->_isShellSafe($reversePath)) {
291 $extraParams = sprintf($extraParams, $reversePath);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php161 if (!$reversePath = $this->_getReversePath($message)) {
176 $sent += $this->_sendTo($message, $reversePath, $tos, $failedRecipients);
177 $sent += $this->_sendBcc($message, $reversePath, $bcc, $failedRecipients);
413 …private function _doMailTransaction($message, $reversePath, array $recipients, array &$failedRecip… argument
416 $this->_doMailFromCommand($reversePath);
437 …private function _sendTo(Swift_Mime_Message $message, $reversePath, array $to, array &$failedRecip… argument
443 return $this->_doMailTransaction($message, $reversePath, array_keys($to),
448 …private function _sendBcc(Swift_Mime_Message $message, $reversePath, array $bcc, array &$failedRec… argument
454 $message, $reversePath, array($forwardPath), $failedRecipients
H A DMailTransport.php138 $reversePath = $this->_getReversePath($message);
176 …il($to, $subject, $body, $headers, $this->_formatExtraParams($this->_extraParams, $reversePath))) {
285 private function _formatExtraParams($extraParams, $reversePath) argument
288 if (empty($reversePath) || false === $this->_isShellSafe($reversePath)) {
291 $extraParams = sprintf($extraParams, $reversePath);
/dports/finance/prestashop/prestashop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php194 if (!$reversePath = $this->getReversePath($message)) {
206 $sent += $this->sendTo($message, $reversePath, $tos, $failedRecipients);
207 $sent += $this->sendBcc($message, $reversePath, $bcc, $failedRecipients);
480 …private function doMailTransaction($message, $reversePath, array $recipients, array &$failedRecipi… argument
483 $this->doMailFromCommand($reversePath);
509 …private function sendTo(Swift_Mime_SimpleMessage $message, $reversePath, array $to, array &$failed… argument
515 return $this->doMailTransaction($message, $reversePath, array_keys($to),
520 …private function sendBcc(Swift_Mime_SimpleMessage $message, $reversePath, array $bcc, array &$fail… argument
526 $message, $reversePath, [$forwardPath], $failedRecipients
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/
H A DAbstractSmtpTransport.php194 if (!$reversePath = $this->getReversePath($message)) {
206 $sent += $this->sendTo($message, $reversePath, $tos, $failedRecipients);
207 $sent += $this->sendBcc($message, $reversePath, $bcc, $failedRecipients);
483 …private function doMailTransaction($message, $reversePath, array $recipients, array &$failedRecipi… argument
486 $this->doMailFromCommand($reversePath);
512 …private function sendTo(Swift_Mime_SimpleMessage $message, $reversePath, array $to, array &$failed… argument
518 return $this->doMailTransaction($message, $reversePath, array_keys($to),
523 …private function sendBcc(Swift_Mime_SimpleMessage $message, $reversePath, array $bcc, array &$fail… argument
529 $message, $reversePath, [$forwardPath], $failedRecipients

123