| Modifier and Type | Class and Description |
|---|---|
class |
MboxoStorageReader
Represents mboxo format storage reader, this format is being used by Eudora.
|
class |
MboxrdStorageReader
Represents mboxrd format storage reader, this format is being used by Thunderbird and other mail clients.
|
| Modifier and Type | Method and Description |
|---|---|
static MboxStorageReader |
MboxStorageReader.createReader(InputStream stream,
MboxLoadOptions options)
Creates the instance of reader.
|
static MboxStorageReader |
MboxStorageReader.createReader(Stream stream,
MboxLoadOptions options)
Creates the instance of reader.
|
static MboxStorageReader |
MboxStorageReader.createReader(String fileName,
MboxLoadOptions options)
Creates the instance of reader.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MailStorageConverter.mboxToPst(MboxStorageReader mboxStorageReader,
PersonalStorage pst,
String pstFolderName,
MailStorageConverter.MailHandler mailHandler)
Converts an Mbox storage to PST.
|
static void |
MailStorageConverter.mboxToPst(MboxStorageReader mboxStorageReader,
PersonalStorage pst,
String pstFolderName,
MboxToPstConversionOptions options)
Converts an Mbox storage to PST.
|
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.