extends |
AbstractManager |
---|
Methods | ||
---|---|---|
public
|
__construct(AbstractModule $oModule)
|
# |
public
|
getAutoresponder(Account $oAccount): array
|
# |
public
|
setAutoresponder(Account $oAccount, string $sSubject, string $sText, bool $bEnabled = true): bool
|
# |
public
|
getForward(Account $oAccount): array
|
# |
public
|
setForward(Account $oAccount, string $sForward, bool $bEnabled = true): bool
|
# |
public
|
createFilterInstance(MailAccount $oAccount, $aData)
|
# |
public
|
getSieveFilters(MailAccount $oAccount): array|false
|
# |
public
|
updateSieveFilters(CAcount $oAccount, array $aFilters): bool
|
# |
public
|
disableForward(Account $oAccount): bool
|
# |
public
|
getAllowBlockLists($oAccount)
|
# |
public
|
setAllowBlockLists($oAccount, $aAllowList, $aBlockList, $iSpamScore = null)
|
# |
public
|
addRowToAllowList($oAccount, $sRow)
|
# |
public
|
addRowToBlockList($oAccount, $sRow)
|
# |
public
|
resave(Account $oAccount, string $sSectionName = '', string $sSectionData = ''): bool
|
# |
public
|
getFiltersRawData(Account $oAccount): string
|
# |
public
|
setFiltersRawData(Account $oAccount, string $sFiltersRawData): bool
|
# |
Methods inherited from Aurora\System\Managers\AbstractManager |
---|
GetModule(), GetSettings(), GetConnection(), GetLastException(), getLastErrorCode(), GetLastErrorMessage() |
Constants | ||
---|---|---|
public
|
AutoSave = true
|
# |