|
|
@ -76,11 +76,6 @@ public class MailProperties {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private String jndiName;
|
|
|
|
private String jndiName;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Whether to test that the mail server is available on startup.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
private boolean testConnection;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getHost() {
|
|
|
|
public String getHost() {
|
|
|
|
return this.host;
|
|
|
|
return this.host;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -141,12 +136,4 @@ public class MailProperties {
|
|
|
|
return this.jndiName;
|
|
|
|
return this.jndiName;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public boolean isTestConnection() {
|
|
|
|
|
|
|
|
return this.testConnection;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setTestConnection(boolean testConnection) {
|
|
|
|
|
|
|
|
this.testConnection = testConnection;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|