Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator Class Reference

Inherits Iterator< EmailMessage >.

Public Member Functions

boolean hasNext ()
 
EmailMessage next ()
 

Private Attributes

EmailMessage currentMsg
 
final String currentPath
 
final long fileID
 
final PSTFolder folder
 
EmailMessage nextMsg
 
final boolean wholeMsg
 

Detailed Description

A iterator for processing the PST email folder structure and returning instances of the EmailMessage object.

Definition at line 553 of file PstParser.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.hasNext ( )

Definition at line 595 of file PstParser.java.

EmailMessage org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.next ( )

Member Data Documentation

EmailMessage org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.currentMsg
private
final String org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.currentPath
private

Definition at line 559 of file PstParser.java.

final long org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.fileID
private

Definition at line 560 of file PstParser.java.

final PSTFolder org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.folder
private

Definition at line 555 of file PstParser.java.

EmailMessage org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.nextMsg
private
final boolean org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.wholeMsg
private

Definition at line 561 of file PstParser.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.