@UESComponent public interface UESMailService
| Modifier and Type | Method and Description |
|---|---|
javax.mail.Store |
getMailStore(java.lang.String mailServerURL,
Initializes the session with mail-server and returns the StoreProvider for access the server mailbox for receiving of emails.
|
mailServerURL - - the URL of server for which the session will be initialized. The url should be in formatusername - - the username needed for login to server.password - - the password used for login to server.