10 Commits

Author SHA1 Message Date
Alex Ebadirad
89504671e0 Bug fix for email ingester service in bb artifact creation
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 16:49:49 -07:00
Alex Ebadirad
7ecf172ecd Null exception fix to thunderbirdparser/ThunderbirdMboxFileIngestService.java as well as merge with most recent autopsy new features branch
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 16:37:27 -07:00
adam-m
ef9b704362 add a temporary PATH attribute 2012-06-19 16:13:13 -04:00
Alex Ebadirad
6f56bdc5cf email parser update
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 11:50:49 -07:00
Alex
7314a30c70 Re-implemented/re-factored parse into parseMbox(). Also a getter method; getAllEmails(). Use parseMbox() instead of parse, then call getAllEmails(). Returns a HashMap<String,Map<String,String>> object. Key-> Message-ID Value-> Metadata and Content for that email id. 2012-06-19 10:56:55 -07:00
Alex Ebadirad
ef5a1883ae Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy
Conflicts:
	CoreUtils/src/org/sleuthkit/autopsy/coreutils/Bundle.properties
	thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestService.java
2012-06-19 08:19:04 -07:00
alexri
62e14a18c0 Added public ArrayList<String> getXHTMLDocs() in Parser class 2012-06-18 15:23:28 -07:00
Alex Ebadirad
9a60e9831b added arraylist long for getdatecreated methods 2012-06-18 15:15:36 -07:00
alexri
439c6cc7d4 Changed getter members to return an ArrayList<String>. Added an accessor member to get the number of emails per thunderbird email file. 2012-06-18 15:08:25 -07:00
Alex Ebadirad
88b61d9981 Rename of mboxemail and additions of thunderbirdparser class. 2012-06-18 14:55:23 -07:00