Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorMailAdapter

abstract class PhabricatorMailAdapter
Phabricator Technical Documentation (MetaMTA)

This class is not documented.

Methods

final public function getAdapterType()

This method is not documented.
Return
wild

final public static function getAllAdapters()

This method is not documented.
Return
wild

abstract public function getSupportedMessageTypes()

This method is not documented.
Return
wild

abstract public function sendMessage($message)

This method is not documented.
Parameters
PhabricatorMailExternalMessage$message
Return
wild

public function supportsMessageIDHeader()

Return true if this adapter supports setting a "Message-ID" when sending email.

This is an ugly implementation detail because mail threading is a horrible mess, implemented differently by every client in existence.

Return
wild

final public function supportsMessageType($message_type)

This method is not documented.
Parameters
$message_type
Return
wild

final public function setMedia($media)

This method is not documented.
Parameters
array$media
Return
wild

final public function getMedia()

This method is not documented.
Return
wild

final public function setKey($key)

This method is not documented.
Parameters
$key
Return
wild

final public function getKey()

This method is not documented.
Return
wild

final public function setPriority($priority)

This method is not documented.
Parameters
$priority
Return
wild

final public function getPriority()

This method is not documented.
Return
wild

final public function setSupportsInbound($supports_inbound)

This method is not documented.
Parameters
$supports_inbound
Return
wild

final public function getSupportsInbound()

This method is not documented.
Return
wild

final public function setSupportsOutbound($supports_outbound)

This method is not documented.
Parameters
$supports_outbound
Return
wild

final public function getSupportsOutbound()

This method is not documented.
Return
wild

final public function getOption($key)

This method is not documented.
Parameters
$key
Return
wild

final public function setOptions($options)

This method is not documented.
Parameters
array$options
Return
wild

abstract protected function validateOptions($options)

This method is not documented.
Parameters
array$options
Return
wild

abstract public function newDefaultOptions()

This method is not documented.
Return
wild

final protected function guessIfHostSupportsMessageID($config, $host)

This method is not documented.
Parameters
$config
$host
Return
wild