I'm using Mail::IMAPClient to get at my mailbox: my $imap = Mail::IMAPClient->new(Server=>'my.mail.server', User=>'username', Password => 'password'); my $messages=$imap->unseen_count('INBOX'); print "$messages\n";
Does anybody have tips as to how to get this to work via SSL? I'm guessing I need to use Mail::IMAPClient's Socket() function, but I think maybe I need a different module (IO-Socket-SSL???) to help me out. Any pointers would be appreciated. Maybe there's a module to do IMAP via SSL? Pete -- Mynd you, møøse bites Kan be pretty nasti... -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]