Package | Description |
---|---|
flux.notification |
Triggers and actions that receive and send email notifications
|
Modifier and Type | Field and Description |
---|---|
static MailProtocol |
MailProtocol.IMAP
The IMAP email protocol.
|
static MailProtocol |
MailProtocol.IMAPS
The IMAPS email protocol.
|
static MailProtocol |
MailProtocol.POP3
The POP3 email protocol.
|
static MailProtocol |
MailProtocol.POP3S
The POP3S email protocol.
|
Modifier and Type | Method and Description |
---|---|
static MailProtocol |
MailProtocol.getInstance(java.lang.String enumeration)
Returns a pre-existing instance of this enumeration from the specified
name.
|
MailProtocol |
MailTrigger.getProtocol()
Returns the mail protocol used to communicate with the mail server.
|
Modifier and Type | Method and Description |
---|---|
void |
MailTrigger.setProtocol(MailProtocol mailProtocol)
Sets the mail protocol used to communicate with the mail server.
|
© 2000-2025 Flux Corporation. All rights reserved.