Modifier and Type | Class and Description |
---|---|
class |
MboxrdStorageWriter
Represents mboxrd format storage writer, this format is being used by Thunderbird and other mail clients.
|
Modifier and Type | Method and Description |
---|---|
static void |
MailboxConverter.convertPersonalStorageToMbox(PersonalStorage personalStorage,
MboxStorageWriter mboxStorageWriter,
MessageAcceptanceCallback acceptanceCallback)
Converts the
PersonalStorage to mbox format using given MboxStorageWriter . |