NikhilMIT2013 / java-libpst

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

Export to .msg file #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What version of the product are you using? On what operating system?
0.5 on windows xp

Please provide any additional information below.

I've done quite a bit of research in the package, but i can't find a method 
that just helps me export .msg files out of the .pst, which is what i'm looking 
for.
Is there a way to do that? (even manually copy bytes in a file will do)
It would be hilarious not being able to export it since the package does all 
sort of things..

thanks!

Original issue reported on code.google.com by alessio....@gmail.com on 22 Mar 2011 at 1:52

GoogleCodeExporter commented 8 years ago
It would be hilarious for you to assume that a PST contained .msg files!

Unfortunately I'm not really familiar with the .msg file format, however it 
should be pretty straight forward to get the html, plain text, and native 
headers for a message and throw them into a mime file with a .eml extension...

Kind Regards,

Richard

Original comment by rjohnson...@gmail.com on 27 Mar 2011 at 5:46

GoogleCodeExporter commented 8 years ago
Hi,
I'm back on working on an email manager, and i'm trying to do as you told.
Unfortunately i wasn't and i'm not familiar neither with .msg format or .eml 
(and btw i'm sorry for asking such a stupid question XD)

i'm trying to simply the info on a file, but it looks like some methods are 
missing, like getting the delivery date of the message, so i belive i should 
use something like 
"PSTMessage.printHexFormatted(data, pretty)" into a  new file with .eml 
extension?

if you could just give me some info on how sould i access the messages would be 
great!

thanks and congratulations for your work so far!

Original comment by alessio....@gmail.com on 21 Sep 2011 at 2:41