public abstract class EmailConnectionSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
host
Host name of the mail server.
|
protected String |
password
Username password to connect with the mail server.
|
protected String |
user
Username used to connect with the mail server.
|
| Constructor and Description |
|---|
EmailConnectionSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getPassword() |
abstract String |
getPort() |
String |
getUser() |
@Parameter @Placement(order=1) protected String host
@Parameter @Optional @Placement(order=3) protected String user
@Parameter @Password @Optional @Placement(order=4) protected String password
public String getHost()
public String getUser()
public String getPassword()
usernamepublic abstract String getPort()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.