Doctor_No7 Posted July 13, 2013 Share Posted July 13, 2013 Hello everyone , I'd like to know if there is some not too hard way to read/parse basic informations in a local file D:/Outlook/outlook.pst. I've check some imap informations such ashttp://uk3.php.net/manual/en/book.imap.php but I didn't find some easy way to get an email for example or i didn't get how to do it. They talk about imap_open opening local server... But how about a pst file? I guess after parsing won't be easy because .pst file might be not txt file... But do someone has also a clue... Thanks for help. Doctor_No7. www.desgensbien.com Link to comment https://forums.phpfreaks.com/topic/280129-read-outlookpst-file-using-php/ Share on other sites More sharing options...
kicken Posted July 13, 2013 Share Posted July 13, 2013 A quick google search doesnt seem to indicate anything already pre-written for parsing a PST file. I did find however this PDF on the PST File Format so you could try and write your own. Link to comment https://forums.phpfreaks.com/topic/280129-read-outlookpst-file-using-php/#findComment-1440623 Share on other sites More sharing options...
Doctor_No7 Posted July 13, 2013 Author Share Posted July 13, 2013 Hi Kicken, Thanks for the document. With a quick view on the pdf, I just can say, I can't really use this doc... It's a bit too complicated for me... :-( !!! Whatever, thanks for the help. Doctor_No7. Link to comment https://forums.phpfreaks.com/topic/280129-read-outlookpst-file-using-php/#findComment-1440624 Share on other sites More sharing options...
Doctor_No7 Posted July 13, 2013 Author Share Posted July 13, 2013 In fact, It's going to be C++ dev with some microsoft SDK Here is a link for those who are interested : http://pstsdk.codeplex.com/ Cheers :-) !!! Doctor_No7. Link to comment https://forums.phpfreaks.com/topic/280129-read-outlookpst-file-using-php/#findComment-1440627 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.