Hallo,
der debugger sagt mir:
at pop3-1.pl line 6
POP3 -> APOP me-xxx.com „[email protected]“,
PASSWORD => „mypassword“,
HOST => „pop3.do.main“,
DEBUG => 1 );
for( $i = 1; $i Count(); $i++ ) {
foreach( $pop->Head( $i ) ) {
/^(From|Subject):\s+/i && print $_, „\n“;
}
}
$pop->Close();