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 e
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 next couple of weeks, and see if I can offer any insights.
Similarly while address-book handling may not be directly applicable, but the ability to (directly) do queries like "return a list of Mail::Address objects for all the (unique) senders of messages in this Mail::Box" and similarly "return a list of all Messages to/from this Address within this MailBox" are powerful primitives (IMHO). If you were to do this, then you could make the address book in Outlook appear as a MailBox with no messages but lots of addresses.
Maybe I should shut up until I get some time to put my coding-fingers where my mouth-fingers are...
--
T
Reply to This
Parent