Page MenuHomePhorge
Diviner Tech Docs PhabricatorMailAdapter

abstract class PhabricatorMailAdapter
Phorge Technical Documentation (MetaMTA)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

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