| Class | Description |
|---|---|
| OEBase |
Base class which all other classes inherit; contains a number of functions
to parse data from binary.
|
| OEFileHeader |
File header at the beginning of a .dbx Outlook Express file.
|
| OEFileInfo |
Provides information about the current file.
|
| OEFolderInfo |
Contains the information for a Folder object.
|
| OEFolderInfo.Flags |
Static enum class of Flag bits
|
| OEIndexedInfo |
IndexedInfo objects hold the overarching layout of the .dbx files.
|
| OEMessage |
Class representing a message in a .dbx file.
|
| OEMessageInfo |
Contains the information for a Message object.
|
| OEMessageInfo.Flags |
Static enum class of Flag bits
|
| OEReader |
Main class used to read data from a .dbx Outlook Express file.
|
| OETree<T extends OEIndexedInfo> |
Stores tree information from the .dbx file.
|