wieseljonas / java-libpst

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

Project alive? #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is this project still alive?

Original issue reported on code.google.com by mscher...@intermesh.nl on 21 Jul 2010 at 2:03

GoogleCodeExporter commented 9 years ago
yup

Original comment by rjohnson...@gmail.com on 21 Jul 2010 at 2:14

GoogleCodeExporter commented 9 years ago
just been a little busy lately to look into that last issue

Original comment by rjohnson...@gmail.com on 21 Jul 2010 at 2:14

GoogleCodeExporter commented 9 years ago
Great, I'm looking for a way to create a command line program that can turn a 
PST into vcard's, ICS and eml files. Do you think that's possible with your 
library?

Original comment by mscher...@intermesh.nl on 21 Jul 2010 at 2:30

GoogleCodeExporter commented 9 years ago
Yep! I wrote the library for projects exactly like yours.

Check out the TestGui.java in the zip, and this project for examples: 
http://code.google.com/p/pst2gmail/downloads/list (older version of the library 
bundled with this project)

Should be pretty straight forward and quick to do.  I should reluctantly 
mention however that I think this project might already have conversion tools 
in place that may save you some time:
http://sourceforge.net/projects/libpff/

When I wrote my library the above library wigged-out on my larger PST files, 
and couldn't deal with some folders.

If you do end up using my library let me know, as it might be nice to include / 
link to it as a usage example (provided you're happy to do that of course).

Original comment by rjohnson...@gmail.com on 21 Jul 2010 at 2:49

GoogleCodeExporter commented 9 years ago
Thank you for all your help! I'm not sure if I'll be using your lib or libpff. 
It seems that libpff can also convert to "importable" text files. But it would 
be better to write a fancy gui app to import pst files using your lib.

If I create somethin I'll let your know and share the code.

Original comment by mscher...@intermesh.nl on 21 Jul 2010 at 3:11

GoogleCodeExporter commented 9 years ago
no worries, happy coding!

Original comment by rjohnson...@gmail.com on 21 Jul 2010 at 3:16

GoogleCodeExporter commented 9 years ago
mscher...

You'll need my recipient and timezone stuff to do vcalendars...

Orin.

Original comment by orin.e...@gmail.com on 21 Jul 2010 at 11:28

GoogleCodeExporter commented 9 years ago
Ok, where can I find that?

Thanks.

Original comment by mscher...@intermesh.nl on 22 Jul 2010 at 6:37