in reply to POP3Client connection problems

It's possible that the server is configured to only support a specific auth method such as CRAM-MD5. You may want to try using AUTH_MODE => 'BEST' instead of PASS, which will cycle through several auth methods and try each.

Replies are listed 'Best First'.
Re^2: POP3Client connection problems
by cormanaz (Deacon) on Dec 15, 2004 at 16:48 UTC
    I believe 'BEST' is the default, so that's what I got on the fist try. When it attempts the second method it throws the error shown at the end of the first output. Steve