Yesterday I released XML::DOM::BagOfTricks, it is a small library that I am using to generate and manipulate XML using XML::DOM.
Any suggestions for improvements or new features much appreciated.
I have also spent the afternoon looking for a way to handle an Mbox folder for our mailing list system at work. Email::Folder is really nice, but is read-only (although casey said adding a way to delete messages is at the top of his todo list)
Next I tried Mail::Folder as that appeared to have a method to delete messages, but that won't install on my machine, and is so ruled out.
Which leaves Mail::Box..
Installing Mail::Box I said 'yes, install everything you think you might need'.. so it is, and on and all of Mail::* later.. hopefully the tests will pass..
I guess I will Thanks but No Thanks, when I install that on the staging and production servers.
..BREAKING NEWS... BLUNKETT RESIGNS.. David Blunkett, the no longer Home Secretary has resigned after being warned that evidence had been found linking him to a fast-tracked visa for his married lovers nanny. This makes him a liar as well as an adulterer and authoritarian bully boy.. good riddance
Mail::Box seems to have passed all its 100's of tests and installed.. joy
just from reading the docs:
Re:A few comments
TeeJay on 2004-12-16T09:18:18
>>You left XML::Xerces:: in several places in the doc<<oops, so I did. Sorry. Will fix that later today
yes, the getFoo methods should perhaps be createFoo, or getNewFoo
meh - chili, shmilli
;) XML::DOM::Twig is noted and will be assimilated.
ta muchly
Luckily I think Mail::Box will allow me to manage an Mbox for each address quite nicely, once I get the drift of the Java style (lots of words, not much useful meaning.. no bloody examples!) documentation.
Also Mail::DeliveryStatus::BounceParser makes it easy to discover the message-id, addresses and type of bounce from an email. Very handy indeed.
Shame it took so long to find the right modules for the task tho. Still quicker than writing and discovering all the pitfalls for myself.