public interface ImapHostSystem extends HostSystem
Modifier and Type | Method and Description |
---|---|
void |
createMailbox(org.apache.james.mailbox.model.MailboxPath mailboxPath) |
void |
setQuotaLimits(long maxMessageQuota,
long maxStorageQuota) |
boolean |
supports(ImapFeatures.Feature... features) |
addUser, afterTest, afterTests, beforeTest, beforeTests, newSession
boolean supports(ImapFeatures.Feature... features)
void createMailbox(org.apache.james.mailbox.model.MailboxPath mailboxPath) throws Exception
Exception
void setQuotaLimits(long maxMessageQuota, long maxStorageQuota) throws Exception
Exception
Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.