370 Commits

Author SHA1 Message Date
Richard Cordovano
57d92c1a06
Merge pull request #6658 from kellykelly3/binary-email-fix
7244 - Binary email fix
2021-01-22 11:36:48 -05:00
Richard Cordovano
5649231204
Merge pull request #6648 from kellykelly3/address-keyword-warning-messages
7240 - Address compiler warning messages
2021-01-21 15:33:35 -05:00
Kelly Kelly
da8815c0e8 Changes to support SingleBody 2021-01-20 17:39:30 -05:00
Kelly Kelly
ca0b2215c7 Removed disposition check for BinaryBody emails 2021-01-20 16:45:04 -05:00
Kelly Kelly
76bad339aa Handled emails with BinaryBody 2021-01-20 16:25:42 -05:00
Kelly Kelly
0cdc39dff1 Fixed AutoClose warnings 2021-01-19 17:25:25 -05:00
Kelly Kelly
d10b0edb50 Cleaned up missing file warning 2021-01-19 16:19:17 -05:00
rcordovano
798a08f526 Version number updates for Autopsy 4.18.0 2021-01-19 10:06:52 -05:00
Richard Cordovano
30a438fa63
Merge pull request #6536 from kellykelly3/7114-delete-email-temp-files
7114 - Removed output message if temp file delete fails and cleanup delete code
2020-12-29 14:49:10 -05:00
apriestman
4376bdfcd9 Doxygen fixes 2020-12-29 11:00:24 -05:00
Mark McKinnon
f761c55590 Add file type detection to mbox code
If the first few bytes of a file contain "From" then check mimetype, if the mimeType is null or empty then use tika to determine mimetype of the file.
2020-12-15 10:47:06 -05:00
Kelly Kelly
99fc6dec86 Updated code to delete the temp mbox and pst file properly 2020-12-14 19:51:40 -05:00
Kelly Kelly
3e8dd85305 Removed output message if temp file delete fails and cleanup delete code 2020-12-08 16:02:07 -05:00
Mark McKinnon
766e78c208 FIx for validating mbox format
Added email validator and code for checking if a file is mbox format or not
2020-11-21 22:08:52 -05:00
Kelly Kelly
6ed5712d86 Switched addXXXType to getOrAddXXXType 2020-11-18 16:29:36 -05:00
Kelly Kelly
201f25ecfa Switched addArtifactAttributeType to getOrAddAttributeType 2020-11-16 17:15:14 -05:00
apriestman
e95f87796e Use the original length of the file, not the length of the encoded file on disk. 2020-11-05 14:26:43 -05:00
apriestman
5553d9880a Addressing review comments 2020-10-30 12:42:04 -04:00
apriestman
573338389e Merge remote-tracking branch 'upstream/develop' into 6889_improveAccounts 2020-10-30 11:47:02 -04:00
Richard Cordovano
afd93ce380 Update version number of module dependencies on Tika module 2020-10-27 16:01:01 -04:00
apriestman
07d569eca6 Codacy 2020-10-05 11:43:05 -04:00
apriestman
311c829871 Codacy 2020-10-05 10:05:26 -04:00
apriestman
ce218e57bd Remove old code 2020-10-05 08:37:24 -04:00
apriestman
e74e819f08 Added cache for AccountFileInstance objects 2020-10-01 09:50:33 -04:00
apriestman
f43a1c9d1d Add cancellation to email parser 2020-09-30 11:59:13 -04:00
rcordovano
81d726299f Update module dependencies and branding for release 4.17.0 2020-09-26 13:16:36 -04:00
Richard Cordovano
db07d06ff3 Resolve merge conflicts for release-4.16.0 into develop 2020-08-26 11:08:26 -04:00
rcordovano
19322cd589 Release 4.16.0 module version number updates 2020-08-21 15:47:55 -04:00
U-BASIS\dsmyda
cb104c44c2 Merge branch 'develop' of github.com:sleuthkit/autopsy into Upgrade-Tika-1.24.1-NBM 2020-08-20 11:48:20 -04:00
Greg DiCristofaro
1325ba2416 Japanese bundle updates and additions 2020-08-18 14:11:40 -04:00
U-BASIS\dsmyda
4785285bd3 Created a Tika NBM and tested it. 2020-08-12 16:54:06 -04:00
Kelly Kelly
66d1713ec5 Fixed multipart handling to support multiple text or html parts 2020-07-23 10:45:27 -04:00
Kelly Kelly
9b89e88f2e Updated MBoxParser to properly handle other mime types 2020-07-22 11:16:38 -04:00
rcordovano
e13d2725ee Update app version number, Core NBM versioning 2020-07-06 16:20:35 -04:00
Mark McKinnon
91b3a9460b Codacy and Remove Log message
Codacy Fixes and remove unneeded log message.
2020-06-17 11:55:16 -04:00
Mark McKinnon
5754b1d677 Fix Codacy
Fix Codacy issues
2020-06-17 10:21:06 -04:00
Mark McKinnon
b4ebba4cda Update ThunderbirdMboxFileIngestModule.java
Update log message
2020-06-17 10:03:58 -04:00
Mark McKinnon
0b48cee026 Update project.xml
Added dependency to be able to compile.
2020-06-17 10:00:09 -04:00
Mark McKinnon
4eb03ccc9b Update ThunderbirdMboxFileIngestModule.java
Add message to print offsets for later debugging
2020-06-16 11:19:08 -04:00
Mark McKinnon
f41f5026f3 Update ThunderbirdMboxFileIngestModule.java
Move writeToFile to ContentUtils and add buffer check to find end of email's
2020-06-16 10:49:16 -04:00
Mark McKinnon
45ac02a781 Update ThunderbirdMboxFileIngestModule.java
Update split size for testing
2020-06-15 16:46:31 -04:00
Mark McKinnon
d5d5825909 Update ThunderbirdMboxFileIngestModule.java
Initial commit of code for spliting large mbox files.
2020-06-15 16:44:19 -04:00
Mark McKinnon
aee5f25ccb Update ThunderbirdMboxFileIngestModule.java
FInd offsets to break up mbox file.
2020-06-11 21:35:41 -04:00
Richard Cordovano
d5ed936797 Release 4.15.0 version number changes 2020-04-08 19:08:35 -04:00
esaunders
9c66e2d5ee Update Maven Central Repository to use HTTPS 2020-01-15 18:02:06 -05:00
Richard Cordovano
1a875df9f5
Merge pull request #5570 from raman-bt/5949-move-attachment-classes
5949: Move Attachment classes into a new package.
2020-01-09 12:18:56 -05:00
Raman Arora
29ff31059c 5949: Move Attachment classes into a new package. 2020-01-09 10:53:50 -05:00
Ann Priestman
5c17cd66c3 Clean up 2020-01-06 13:51:58 -05:00
Ann Priestman
7ee722fd69 Prevent infinite recursion in isChild() test 2020-01-06 10:14:47 -05:00
Richard Cordovano
3e6bacc1bf Updates for new Autopsy platform version number 2020-01-02 18:02:17 -05:00