On 1/8/06, Martin J Hooper <[EMAIL PROTECTED]> wrote:
> Does anyone know of a script I can download

That's a poor way to open a message in a programming forum; it makes
it sound as if you don't plan to write any code yourself! Since this
is a forum for beginning Perl programmers, you could at least pretend
that you're having trouble writing your program before you ask to
download one. :-)

> which will connect to my
> IMAP server and transverse all folders counting up the size of each
> message in the folder and then spitting it out..?

Maybe CPAN has a module that would help you. I suspect you could do
what you want fairly easily with Net::IMAP::Simple or one of the
others.

    http://search.cpan.org/~cfaber/Net-IMAP-Simple-1.14/lib/Net/IMAP/Simple.pm
    http://search.cpan.org/search?query=imap&mode=all

If you get stuck, though, please post again. Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to