Just received this email and am wondering now:
Date: Fri, 07 May 2004 16:51:51 -0700 From: RobertHSubject: Your code
Hello, I was cruising around the net looking for something specific and stumbled across a page with your stuff on it.
Here is what we are looking for.
We want to dynamically transport raw mail files into various email clients, such as Outlook, Express, Eudora and Netscape.
Do you have such a code that would accomplish this task?
Any help would be appreciated.
Sincerely, Robert Hernandez Senior Executive Triumvirate Technologies, Inc. Creators of Mailbox Filter www.mailboxfilter.com www.triumviratetechnologies.com (888) 577-4942 (626) 577-2259
The only thing I've seen are libdbx/libpst . I've used I think these are read-only though.
The though of messing with Microsoft's undocumented, proprietary binary format gives me the willies.
Re:libdbx/libpst
ethan on 2004-05-08T19:14:29
I still remember my epic battle to make libdbx byteorder aware before I could wrap it into Mail::Transport::Dbx so that it could be used with Mail::Box (which explains the odd namespace).
This - and libpst - is indeed read-only. As far as I remember, write-access is not on their developers' agenda. They just weren't able to do a full reverse-engineering which would be required for that.Re:libdbx/libpst
jplindstrom on 2004-05-09T01:04:22
So don't. Use OLE.Re:libdbx/libpst
ethan on 2004-05-09T05:12:33
So don't. Use OLE.
OLE only works when the program is supposed to run on a Windows machine. Also, you need the respective application. For.pst
files that would be Outlook which is not free and therefore isn't necessarily available.Re:libdbx/libpst
jplindstrom on 2004-05-09T21:24:43
As it looks, they are writing their stuff in VB
So they seem to run Windows.
Why would it not necessarily be available because it's not free? Odds are they run it on their desktops already, it's a farily common e-mail client among default-minded people.