Package | Description |
---|---|
org.jclouds.glesys.features | |
org.jclouds.glesys.options |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<EmailAccount> |
EmailAccountAsyncApi.createWithPassword(String accountAddress,
String password,
CreateAccountOptions... options) |
EmailAccount |
EmailAccountApi.createWithPassword(String accountAddress,
String password,
CreateAccountOptions... options)
Create a new e-mail account
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateAccountOptions |
Modifier and Type | Method and Description |
---|---|
CreateAccountOptions |
CreateAccountOptions.antispamLevel(int antispamLevel)
Configure the antispam level of the account
|
static CreateAccountOptions |
CreateAccountOptions.Builder.antispamLevel(int antispamLevel) |
CreateAccountOptions |
CreateAccountOptions.antiVirus(boolean antiVirus)
Enable or disable virus checking
|
static CreateAccountOptions |
CreateAccountOptions.Builder.antiVirus(boolean antiVirus) |
CreateAccountOptions |
CreateAccountOptions.autorespond(boolean autorespond)
Enable or disable auto-respond
|
static CreateAccountOptions |
CreateAccountOptions.Builder.autorespond(boolean autorespond) |
CreateAccountOptions |
CreateAccountOptions.autorespondMessage(String autorespondMessage)
Configure the auto-respond message
|
static CreateAccountOptions |
CreateAccountOptions.Builder.autorespondMessage(String autorespondMessage) |
CreateAccountOptions |
CreateAccountOptions.autorespondSaveEmail(boolean autorespondSaveEmail)
Enable or disable saving of auto-respond e-mails
|
static CreateAccountOptions |
CreateAccountOptions.Builder.autorespondSaveEmail(boolean autorespondSaveEmail) |
Copyright © 2009-2013 jclouds. All Rights Reserved.