public interface MailboxProviderKeeper
| Modifier and Type | Method and Description |
|---|---|
Mailbox |
assignMailbox(String name,
int hashCode) |
void |
close() |
String |
findDefault() |
boolean |
isValidMailboxName(String candidateMailboxName) |
void |
keep(String name,
boolean isDefault,
MailboxProvider mailboxProvider) |
Copyright © 2021. All rights reserved.