public class ImapMailAccount extends AbstractMailAccount implements Serializable
description, enabled, hostname, id, name, password, port, secure, status, usernameDEFAULT_FOLDER, IMAP_PROTOCOL, POP_PROTOCOL, SECURE_IMAP_PROTOCOL, SECURE_POP_PROTOCOL| Constructor and Description |
|---|
ImapMailAccount() |
ImapMailAccount(int id,
String name,
String description,
String hostname,
String username,
String password,
int port,
boolean secure) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderName() |
String |
getProtocol() |
disable, enable, getDescription, getHostname, getId, getName, getPassword, getPort, getStatus, getUsername, isDisabled, isEnabled, isSecure, lockName, setDescription, setEnabled, setHostname, setId, setName, setPassword, setPort, setSecure, setStatus, setUsername, toStringpublic String getProtocol()
getProtocol in interface MailAccountpublic String getFolderName()
getFolderName in interface MailAccountCopyright © 2003–2015 Atlassian. All rights reserved.