| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailProtocol | |
|---|---|
| flux.notification | Triggers and actions that receive and send email notifications | 
| Uses of MailProtocol in flux.notification | 
|---|
| Fields in flux.notification declared as MailProtocol | |
|---|---|
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.  | 
| Methods in flux.notification that return MailProtocol | |
|---|---|
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.  | 
| Methods in flux.notification with parameters of type MailProtocol | |
|---|---|
 void | 
MailTrigger.setProtocol(MailProtocol mailProtocol)
Sets the mail protocol used to communicate with the mail server.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||