First release of mbtools
Scott Bronson <[email protected]> Wed, 17 May 2006 14:42:14 -0400
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Organization | Rinspin |
| Message-ID | <[email protected]> |
I've written some tools that should hopefully make working with mail
folders as easy as working with files. Of course, they use Mail::Box
heavily. Ferinstance,
mbmkdir --type=Maildir new
mbls old.mbox <-- autodetects folder type
mbcp -r old.mbox new
mbrm new:4 <-- deletes the 4th message in "new"
... and so on.
You can download them from here http://u32.net/projects/ or browse/check
out the source using svn co http://svn.u32.net/projects/mbtools
Should I submit this to cpan?
- Scott