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
Nick Davis
6a3f54cf23
Merge branch 'thunderbirdParser' of ssh://repo.narfindustries.com/autopsy-jp into thunderbirdParser
2014-03-13 10:37:37 -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
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
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
Brian Carrier
77fdbcf6a4
made line endings more consistent
2013-10-19 12:26:55 -04:00
Brian Carrier
0ea2c884c4
updated module version numbers and Autopsy version numbers
2013-09-25 13:57:45 -04:00
Brian Carrier
78687b1bab
Cleaned up thunderbird parser a bit and added comments
2013-07-22 09:56:12 -04:00
adam-m
ebf53d3711
update modules versions for the release
2013-06-05 12:49:07 -04:00
Brian Carrier
90a0acf1bf
Updated IngestModule API to be abstract class instead of interface. Started to update docs.
2013-05-24 09:56:28 -04:00
adam-m
ee8ef11882
update modules versions for the release
2013-03-20 15:13:07 -04:00
adam-m
9c136f8e6f
rename ingest context to pipeline context
2013-02-25 10:48:25 -05:00
adam-m
a15a035565
add ingest context to ingest module process() method - API change.
...
Adjust all ingest modules.
Update ingest manager to create and pass in context.
2013-02-21 00:16:38 -05:00
adam-m
4dd8444147
Merge branch 'master' into zipmodule
...
Conflicts:
Core/src/org/sleuthkit/autopsy/datamodel/DirectoryNode.java
Core/src/org/sleuthkit/autopsy/datamodel/FileNode.java
Core/src/org/sleuthkit/autopsy/datamodel/FileSearchFilterChildren.java
Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
2013-02-14 16:35:18 -05:00
adam-m
6816a1eaf1
update modules versions
2013-02-12 17:24:45 -05:00
adam-m
6e08e412d2
- Make all file ingest modules work for derived files, and all abstract files in general, skipping only unalloc where applicable.
...
- Simplify code and remove unneeded visitors, using methods that are now part of AbstractFile interface.
- remove notion of fscontent in ingest modules in general and use abstract file.
2013-02-04 13:05:34 -05:00
Brian Carrier
5887f2fbda
Made ingest inbox messages more consistent
2013-01-29 14:49:02 -05:00
adam-m
34e1b811c3
change java source level to 1.7
2013-01-20 08:48:14 -05:00
adam-m
93de5d7c33
Update versions for 3.0.4 release
2013-01-18 09:56:07 -05:00
adam-m
1bca70f08c
Share tika jar from keyword search to thunderbird to avoid multiple loads (TODO move Tika to CoreLib)
2013-01-17 10:04:03 -05:00