wieseljonas / java-libpst

Automatically exported from code.google.com/p/java-libpst
1 stars 1 forks source link

pst with archive attachment #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. put in a .pst with some zip files as attachments
2. put into the parser, and extract the attachments using getFileInputStream()
3. write it to the temp zip file, but the zip file is already broken

What is the expected output? What do you see instead?

I expect the zip file still working fine, the stream should give me the 
unchanged stream, however it didn't.

What version of the product are you using? On what operating system?

The version I used is java-libpst-0.7

Please provide any additional information below.

I think it seems like double-encryption with the zip file. It will work fine 
with the no encryption pst file, but not the compressible encryption.

Original issue reported on code.google.com by limaoh...@gmail.com on 18 May 2012 at 1:02