de.smartics.sandbox.mail
Interface MailServerProperties

Package class diagram package MailServerProperties

@PropertySet(value="mail.server")
public interface MailServerProperties

Mail Server Properties.


Method Summary
 String gui()
          The URL to the GUI of the mail server.
 String password()
          The password to authenticate on the mail server.
 String url()
          The URL to the mail server.
 

Method Detail

url

@NotBlank
String url()
The URL to the mail server.

Returns:
the mail server URL.

password

@PropertyValueSecured
String password()
The password to authenticate on the mail server.

Returns:
the password to authenticate on the mail server.

gui

@PropertyExpression(value="${mail.server.url}/index.html")
String gui()
The URL to the GUI of the mail server.

If not given, the URL will simply not be displayed to the user.

Returns:
the URL to the GUI of the mail server.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.