in reply to (bbfu) (list not working) Re(3): net::pop3 usage
in thread net::pop3 usage
unless ( $mail_count = $pop->login( $username, $password ) ) {
return 0;
}
This return to $mail_count number of mails. If there is 0 mails in pop3 box procedure end. But I want terminate procedure if method login will not be succesful. How should I do this?
Please, if you know, help me. Litin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: net::pop3 usage
by tye (Sage) on Mar 12, 2001 at 20:06 UTC |