NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Other (closed) formats, and address-books (Score:1)
I had a quick look at the docs and this looks like a very interesting project.
Speaking as someone trying to move away from Win2K+Outlook to something more open, a series of modules that could read (and later write, or use as transport) to Outlook 2000 under Windows would be a great help (I think you'd have to use OLE Automation calls as the PST file format isn't documented). This would be great for opening up a very common but surprisingly closed mail system (Outlook talking to Exchange is another similar
Re:Other (closed) formats, and address-books (Score:1)
Address-book handing is certainly not something Mail::Box should do, although the Mail::Address object (from MailTools) which it uses can be improved a lot. In my experience, a "standardized" something simply becomes an extra something, because old systems do not get converted to the new "standard".
Reply to This
Parent
Re:Other (closed) formats, and address-books (Score:1)
I understand the reticence to get on to Windows, but I think it might prove worthwhile if you want a larger audience (try floating the idea on the ActiveState Perl-Win32 mailing lists and see the response you get). Does your existing code use the MAPI interface, or OLE Automation to Outlook, or trying to read the PST file directly ? A (non-perl) mate recommends the MAPI approach. I'm not in a position to volunteer directly, but I will try and find some time to look at this over the nex
Re:Other (closed) formats, and address-books (Score:1)