112 Commits

Author SHA1 Message Date
Samuel H. Kenyon
85451734a7 remove unused messageId var 2014-04-09 11:08:23 -04:00
Samuel H. Kenyon
109cd14c98 Remove messageID tracking and passing from modules as class IngestMessage handles it automatically now 2014-04-03 22:49:17 -04:00
Richard Cordovano
4f8617a16a Tidied up ingest framework API 2014-03-26 17:12:24 -04:00
Richard Cordovano
7c2282e832 Renamed ingest job settings classes 2014-03-25 09:47:46 -04:00
Richard Cordovano
edc9c68186 Did additional work on new ingest framework 2014-03-24 21:17:41 -04:00
Richard Cordovano
7ad2b5b5ae Work on getting modules to use settings 2014-03-24 07:47:38 -04:00
Richard Cordovano
8c433c12a1 Did pull request prep and merge bug fixing 2014-03-20 12:49:34 -04:00
Richard Cordovano
ff0b814225 Merged develop into new ingest framework feature branch 2014-03-19 10:51:58 -04:00
Richard Cordovano
bed31e5f8f Prepare for merge of develop branch 2014-03-18 15:33:38 -04:00
Richard Cordovano
03e2f5fb6c Fixed show stopper bugs in new ingest framework 2014-03-18 00:22:28 -04:00
Richard Cordovano
e99925fb7d Check in current state of new ingest framework for safekeeping 2014-03-17 17:45:59 -04:00
Richard Cordovano
7c23226c8d Merge pull request #547 from mrtizmo/thunderbirdParser
Completed JA translation of thunderbirdparser module
2014-03-15 07:07:57 -04:00
Brian Carrier
f9ef0b5b47 Changed description to be more generic and cover all e-mail types. REmoved unused extension code. 2014-03-14 14:24:11 -04:00
Richard Cordovano
7b46726810 Check in current state of new ingest framework for safekeeping 2014-03-13 18:07:30 -04:00
Nick Davis
6a3f54cf23 Merge branch 'thunderbirdParser' of ssh://repo.narfindustries.com/autopsy-jp into thunderbirdParser 2014-03-13 10:37:37 -04:00
Richard Cordovano
44398764bf Check in current state of new ingest framework for safekeeping 2014-03-12 23:55:42 -04:00
Kay Bassi
a0a23aafa2 Translation complete 2014-03-12 18:56:03 -07:00
Kay Bassi
53ef6521be Initial translation 2014-03-12 17:47:40 -07:00
Richard Cordovano
466e504de9 Check in current state of new ingest framework for safekeeping 2014-03-12 17:46:58 -04:00
Richard Cordovano
142ebc662f Fix assorted issues causing compiler warnings 2014-03-12 01:12:29 -04:00
Richard Cordovano
70ddbfb3c7 Merged Autopsy 3.0.9 release into develop (master->develop) 2014-03-11 15:21:33 -04:00
Nick Davis
46e93d7129 Pulled strings into Bundle.
Created _ja.
Added NbBundle dep to project.xml.
2014-03-03 16:59:01 -05:00
Richard Cordovano
0c7b2664ab Make compilable first version of minimal new ingest infrastructure 2014-02-26 17:54:33 -05:00
raman-bt
c1d90f878f Defined IngestModuleException that an ingest module may throw if init() fails. 2014-02-21 13:10:47 -05:00
Brian Carrier
781164d12e Updated library versions for 3.0.9 release 2014-01-28 21:36:13 -05:00
shahit2
e2dca5f4da committing files that could be changed to non-pub 2014-01-23 12:25:47 -05:00
shahit2
874c7b24ec Files that could be changed to non-public have been 2014-01-22 11:05:05 -05:00
Jeff Wallace
2b9f9454b5 Merge https://github.com/sleuthkit/autopsy into newMboxParser
Conflicts:
	thunderbirdparser/nbproject/project.properties
2013-11-19 14:27:44 -05:00
Brian Carrier
cc85120678 normalized line endings 2013-11-19 13:36:53 -05:00
Jeff Wallace
cb13df07f9 Updated module metadata. 2013-11-14 14:56:15 -05:00
Jeff Wallace
fc51f6952f Improved error reporting. 2013-11-14 14:55:14 -05:00
Jeff Wallace
2fbea9cd8d Updated parser with better error handling. 2013-11-14 14:12:57 -05:00
Jeff Wallace
b236754ab4 Refactored pstparser to make use of new email data structure. 2013-11-13 17:58:18 -05:00
Jeff Wallace
3c51e417d6 Added predicate method for mbox files. 2013-11-13 17:24:19 -05:00
Jeff Wallace
ce0ac70d12 Removed deprecated files. 2013-11-13 17:22:05 -05:00
Jeff Wallace
44463d809f Added documentation, removed old mbox parsing methods. 2013-11-13 17:20:19 -05:00
Jeff Wallace
e2e4fd59df Added new mbox parser. 2013-11-13 17:04:44 -05:00
Jeff Wallace
1181667fdd Added pst-jar. 2013-11-13 10:04:32 -05:00
Jeff Wallace
8cbdc0fcab Cleaned up some small issues. 2013-11-12 16:31:00 -05:00
Jeff Wallace
20623389be Added pst extraction of attachments. 2013-11-12 13:26:28 -05:00
Jeff Wallace
61de2238b8 Added better error reporting and handling. 2013-11-11 11:01:47 -05:00
Jeff Wallace
f0e04dcdac Added functionality to extract attachments. 2013-11-11 10:26:53 -05:00
Jeff Wallace
e1f63e0b0a Fixed log message. 2013-11-08 15:38:54 -05:00
Jeff Wallace
ca9b8b2a37 Updated pst parser to handle encryption. 2013-11-08 13:36:05 -05:00
Jeff Wallace
ea92e0ece5 Fixed error message. 2013-11-07 11:51:10 -05:00
Jeff Wallace
532ab0e919 Added pst parser to thunderbird ingest module. 2013-11-07 11:16:16 -05:00
Jeff Wallace
00bb57b383 Core ingest modules have same version as autopsy. 2013-10-30 15:47:42 -04:00
Jeff Wallace
3f66353e5a Fixed thunderbird parser to correctly display subject and dates. 2013-10-30 12:48:59 -04:00
Brian Carrier
ef74ae3425 Thundebird reports errors better now 2013-10-19 13:47:39 -04:00
Brian Carrier
003d12570b Minor cleanup 2013-10-19 13:41:30 -04:00