Package | Description |
---|---|
net.bluemind.mailflow.rbe | |
net.bluemind.mailflow.rules | |
net.bluemind.mailflow.rules.factories |
Modifier and Type | Method and Description |
---|---|
MailRule |
MilterRuleFactory.create() |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<MailRule> |
MilterRulesRegistry.get(java.lang.String ruleIdentifier,
MailRuleActionAssignmentDescriptor ruleAssignment) |
Modifier and Type | Method and Description |
---|---|
void |
MailRule.receiveChildren(java.util.List<MailRule> children) |
Modifier and Type | Class and Description |
---|---|
class |
AndRule |
class |
DefaultRule |
class |
MatchAlwaysRule |
class |
NotRule |
class |
OrRule |
class |
RecipientIsExternalRule |
class |
RecipientIsInternalRule |
class |
SendDateIsAfter |
class |
SendDateIsBefore |
class |
SenderInGroupRule |
class |
SenderInOuRule |
class |
SenderIsRule |
class |
XorRule |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MailRule> |
DefaultRule.children |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRule.receiveChildren(java.util.List<MailRule> children) |
Modifier and Type | Method and Description |
---|---|
MailRule |
SenderInOuRuleFactory.create() |
MailRule |
SendDateIsAfterFactory.create() |
MailRule |
NotRuleFactory.create() |
MailRule |
SenderInGroupRuleFactory.create() |
MailRule |
SenderIsRuleFactory.create() |
MailRule |
AndRuleFactory.create() |
MailRule |
MatchAlwaysRuleFactory.create() |
MailRule |
XorRuleFactory.create() |
MailRule |
RecipientIsExternalRuleFactory.create() |
MailRule |
RecipientIsInternalRuleFactory.create() |
MailRule |
OrRuleFactory.create() |
MailRule |
SendDateIsBeforeFactory.create() |
Copyright © 2021. All Rights Reserved.