Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
A iterator for processing the PST email folder structure and returning instances of the EmailMessage object.
Definition at line 523 of file PstParser.java.
boolean org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.hasNext | ( | ) |
Definition at line 565 of file PstParser.java.
EmailMessage org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.next | ( | ) |
Definition at line 570 of file PstParser.java.
References org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.currentMsg, and org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.nextMsg.
|
private |
Definition at line 526 of file PstParser.java.
Referenced by org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.next().
|
private |
Definition at line 529 of file PstParser.java.
|
private |
Definition at line 530 of file PstParser.java.
|
private |
Definition at line 525 of file PstParser.java.
|
private |
Definition at line 527 of file PstParser.java.
Referenced by org.sleuthkit.autopsy.thunderbirdparser.PstParser.PstEmailIterator.next().
|
private |
Definition at line 531 of file PstParser.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.