[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IMAP accounts und Mailfolder size automatische ermitteln



Hallo

Christian Brabandt schrieb am Mittwoch, den 26. März 2008:
> ,----
> | 1  #!/usr/bin/perl
> [...]
> | 44  
> | 45  my $imap = Net::IMAP::Simple->new($host.":".$port) || 
> | 46  	die $Net::IMAP::Simple::errstr."\n";

Das sollte heißen:
my $imap = Net::IMAP::Simple::SSL->new($host.":".$port) || 
die $Net::IMAP::Simple::SSL::errstr."\n";

Grüße
Christian
-- 
hundred-and-one symptoms of being an internet addict:
100. The most exciting sporting events you noticed during summer 1996
    was Netscape vs. Microsoft.


Reply to: