433 Commits

Author SHA1 Message Date
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
Raman Arora
a4c52b306c 5709: Email attachments.
Fixed frivolous device accounts being created for each file running through the Email Parser ingest module.
2019-12-18 10:16:04 -05:00
Raman Arora
a96e7d6859 5709: Email attachments.
- address review comments.
2019-12-11 19:21:50 -05:00
Raman Arora
c0cdc38e71 5709: Email attachments
- Use CommunicationsArtifactsHelper to add the attachments to email messages.
 - Updated the DirectoryTree & DataResultsTable to not show message artifacts for 'new' cases, but continue to show them for older cases.
2019-12-11 12:54:59 -05:00
Ethan Roseman
8d1efc3221 Japanese translation batches 5-7 2019-11-27 06:57:18 -05:00
Ethan Roseman
231777460c Translations as of Aug 26 2019-11-27 06:55:43 -05:00
Raman Arora
975c32e8ab 5698: associate attached files with the message. 2019-11-15 13:06:10 -05:00
Mark McKinnon
0b8ea73f7f Update ThunderbirdMboxFileIngestModule.java
Revert changes from prior commit.
2019-10-23 11:45:25 -04:00
Mark McKinnon
08ccb2a9c9 Update EmailMessage.java
If messageid is null then set it to "" in setMessageID
2019-10-23 11:39:13 -04:00
Mark McKinnon
9f3e258837 Update ThunderbirdMboxFileIngestModule.java
Make codacy happy.
2019-10-17 02:13:46 -04:00
Mark McKinnon
f73eb23ad9 Update ThunderbirdMboxFileIngestModule.java
Check threaded messageId if null and skip it if it is.  Format code also.
2019-10-16 23:18:24 -04:00
Richard Cordovano
537c9b68ee Update NBM versioning for release 4.13.0 2019-10-04 17:44:53 -04:00
Richard Cordovano
b08f53f03a Update MERGED Bundle.properties files 2019-10-02 12:40:01 -04:00
eugene7646
052bc97817
Merge pull request #5281 from eugene7646/NPE_in_email_parser
Npe in email parser
2019-09-27 12:07:44 -04:00
Eugene Livis
9e1722f629 Added deletion of temp file 2019-09-27 12:05:03 -04:00
Eugene Livis
9913b94e00 Added deletion of temp file 2019-09-27 11:55:32 -04:00
Richard Cordovano
357603056b
Merge pull request #5278 from eugene7646/NPE_in_email_parser
Fix for NPE in ThunderbirdMboxFileIngestModule (5597)
2019-09-27 11:54:12 -04:00
Eugene Livis
634f68b5ae Added logging when failed to process pst file 2019-09-27 11:51:20 -04:00
Richard Cordovano
d2ddce7824
Merge pull request #5279 from kellykelly3/1366-test-eml
1367 added support to mbox and eml for text attachments
2019-09-27 11:24:48 -04:00
Kelly Kelly
2e770d2d66 Added support for text file attachments for mbox and eml 2019-09-27 10:16:35 -04:00
Eugene Livis
ade820b4ba Fix for NPE 2019-09-27 09:31:54 -04:00
Richard Cordovano
4e939d5d46
Merge pull request #5267 from kellykelly3/1366-test-eml
1366 - Fixed issue with eml and mbox files
2019-09-26 16:00:37 -04:00
Kelly Kelly
8d1a4a5f16 Fixed issue with eml and mbox files 2019-09-25 14:03:39 -04:00
Richard Cordovano
c377bd37b7
Merge pull request #5256 from raman-bt/5574-thunderbird-npe
5574: NPE in Thunderbird Mbox file ingest module.
2019-09-25 09:54:30 -04:00
Raman Arora
ddf5237367 5574: NPE in Thunderbird Mbox file ingest module.
- also fixed a typo in a (private) method name.
2019-09-24 12:33:16 -04:00
Kelly Kelly
1083316d4f merged in release and fixed bug 2019-09-20 11:09:21 -04:00
Kelly Kelly
c8aef05587 Merged in release branch vcard code 2019-09-19 15:37:49 -04:00
Kelly Kelly
063754951d Fixed duplicate vcard issue 2019-09-19 14:28:17 -04:00
Richard Cordovano
ad3015bb91
Merge pull request #5225 from kellykelly3/1331-update-vcard-code
1331 - modified vcard code
2019-09-19 12:14:42 -04:00
Kelly Kelly
11dbce81f2 modified vcard code 2019-09-18 16:42:24 -04:00
Ann Priestman
643f53368e Doxygen fixes 2019-09-17 14:38:58 -04:00
Kelly Kelly
fbc2cc2eff Removed unused import from EmlParser 2019-09-16 15:19:35 -04:00
Kelly Kelly
55976bb56c fixed codacy issues 2019-09-12 12:04:34 -04:00
Kelly Kelly
a1d9c7c126 Added localPath for eml files 2019-08-28 10:40:37 -04:00
Kelly Kelly
5e19718065 Changed vcard & eml parse code to use ReadContentInputStream 2019-08-27 13:17:11 -04:00
Kelly Kelly
229110ef76 Completed support for EML files. 2019-08-26 15:10:33 -04:00
Kelly Kelly
9170d59cf5 Inital commit of EMLParser 2019-08-26 11:29:37 -04:00
Richard Cordovano
43141fcefd Merge branch 'develop-merg' of https://github.com/kellykelly3/autopsy into kellykelly3-develop-merg 2019-08-07 17:33:11 -04:00