2008/9/11 Bryan R Harris <[EMAIL PROTECTED]>:

>
> The question is, how hard is it to get perl to talk to an IMAP server?  I've
> done it via telnet, but that requires installing a module which I'd prefer
> not to do unless I have to.


>Are there any built-in modules that might help?
>

No. The closest module for that purpose is IO::Socket, you may build a
module based on IO::Socket to act as an IMAP client.

Telnet is also not good for it, you may try Net::IMAP:
http://search.cpan.org/~kjohnson/NetxAP-0.02/Net/IMAP.pm

btw, why don't run a spamassassin before the MTA? spamassassin is
primarily written with Perl, with very good antispam capibility.

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


Reply via email to