| 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 |
NotRuleFactory.create() |
MailRule |
XorRuleFactory.create() |
MailRule |
RecipientIsInternalRuleFactory.create() |
MailRule |
RecipientIsExternalRuleFactory.create() |
MailRule |
SendDateIsAfterFactory.create() |
MailRule |
SenderInGroupRuleFactory.create() |
MailRule |
SenderInOuRuleFactory.create() |
MailRule |
OrRuleFactory.create() |
MailRule |
AndRuleFactory.create() |
MailRule |
SenderIsRuleFactory.create() |
MailRule |
SendDateIsBeforeFactory.create() |
MailRule |
MatchAlwaysRuleFactory.create() |
Copyright © 2023. All Rights Reserved.