Leader of Birmingham.pm [pm.org] and a CPAN author [cpan.org]. Co-organised YAPC::Europe in 2006 and the 2009 QA Hackathon, responsible for the YAPC Conference Surveys [yapc-surveys.org] and the QA Hackathon [qa-hackathon.org] websites. Also the current caretaker for the CPAN Testers websites and data stores.
If you really want to find out more, buy me a Guinness
Links:
Memoirs of a Roadie [missbarbell.co.uk]
[pm.org]
CPAN Testers Reports [cpantesters.org]
YAPC Conference Surveys [yapc-surveys.org]
QA Hackathon [qa-hackathon.org]
I was thinking last night about my Mail::Outlook module. It works and does the original job I intended it too, which was to send mail via Outlook. However, it crossed my mind that perhaps I ought to extend it so it can hide all the M$ API stuff and get messages from other mail folders, etc via a nice OO interface.
The X-Header stuff is proving awkward as it needs to use events within Outlook to capture the message before it hits the Exchange. Plus some of the research I've done leads me to wonder whether the Exchange server handles the X-Headers. The
I'm also going to investigate writing Mail::Outlook::Express, perhaps even rewriting Mail::Outlook to act as a base class with the guts specific to either the Express or Exchange versions that are available or requested.
Why don't you just... (Score:3, Interesting)
Reply to This
Re:Why don't you just... (Score:3, Interesting)
Mail::Outlook? Because it seemed like a good idea at the time.