wieseljonas / java-libpst

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

Getting messages from partially-incorrect .pst #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

It's continuation of Issue 35.

Our management asks to remove "fixing" for .pst with scanpst utility from the 
process of getting messages from the message base.

Outlook probably has another algorithm to pass message tree even some nodes 
have partially-incoirrect information.

I've tried to get message list via open Microsoft library:

http://www.networkworld.com/community/blog/microsoft-uses-apache-license-open-so
urce-out

http://pstsdk.codeplex.com/

"pstdir.exe" sample tool and it returns full list of messages on unfixed .pst 
file.

But for us is inconvenient to use C++. Is it possible to realize same 
functionality for your Java API?

Regards,
Maxim

Original issue reported on code.google.com by justpdat...@gmail.com on 11 May 2011 at 11:45

GoogleCodeExporter commented 9 years ago
I guess we could read through the descriptor tree and get a listing that way as 
a fallback.  This was the original way the library did its thing before we 
discovered the "correct" way.

Will have a look into this when I next have some time free.

Original comment by rjohnson...@gmail.com on 12 May 2011 at 10:38

GoogleCodeExporter commented 9 years ago

Original comment by rjohnson...@gmail.com on 12 May 2011 at 10:38

GoogleCodeExporter commented 9 years ago
Do you have any forecasts about time of fixing this issue?

Original comment by justpdat...@gmail.com on 1 Jun 2011 at 10:20

GoogleCodeExporter commented 9 years ago
Hi Maxim,

I've just committed some work to SVN which should help read the children of 
folders with corrupted child listing tables.

Please have a look over it and let me know how it goes.

Thanks!

Richard

Original comment by rjohnson...@gmail.com on 4 Jun 2011 at 4:13