Re: mbtomh in perl?

2009-09-23 Thread Shlomi Fish
Hi Alexey!

On Tuesday 22 Sep 2009 16:56:42 Mishustin Alexey wrote:
 Hello,
 
 Is there a perl tool for converting mbox files to MH directories?
 
 Google found only a tool on tcl [1] and a perl tool for converting mbox
 to Maildir [2].
 
 [1] - http://wiki.tcl.tk/15276
 [2] - http://batleth.sapienti-sat.org/projects/mb2md/
 
 If there isn't such a tool 'out of the box', evidently, I will need
 some help to rewrite the tcl script on perl...
 

Try the Mail::Box module:

http://search.cpan.org/dist/Mail-Box/

It seems to still be the best of breed in this regard from what some 
authoritative sources in the Perl Email Project told me. It is large and 
complicated, but gets the job done.

Regards,

Shlomi Fish

-- 
-
Shlomi Fish   http://www.shlomifish.org/
My Aphorisms - http://www.shlomifish.org/humour.html

Chuck Norris read the entire English Wikipedia in 24 hours. Twice.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: mbtomh in perl?

2009-09-23 Thread Alexey Mishustin

9/23/2009, Shlomi Fish shlo...@iglu.org.il вы писали:

 Is there a perl tool for converting mbox files to MH directories?
[snip]

Try the Mail::Box module:

http://search.cpan.org/dist/Mail-Box/

It seems to still be the best of breed in this regard from what some
authoritative sources in the Perl Email Project told me. It is large and
complicated, but gets the job done.

Thank you, I'll try!

--
Regards,
Alex

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/