search for: imapmailhost

Displaying 1 result from an estimated 1 matches for "imapmailhost".

2007 Oct 09
1
SpamAssassin and Public Namespace
...ord = 'password'; my $server = 'server.example.com'; my $ssl=new IO::Socket::SSL("$server:imaps"); die ("Error connecting - $@") unless defined $ssl; $ssl->autoflush(1); my $imap = Mail::IMAPClient->new( #Server=> 'imapmailhost:143', Socket => $ssl, User => $username, Password => $password, Debug => $debug ); if (!defined($imap)) { die &qu...