|
"method"
|
boolean or string
|
TRUE
|
The authentication method to use with the POP3 server. Available
options:
-
TRUE
Use Net_POP3's autodetection algorithm.
-
'DIGEST-MD5', 'CRAM-MD5', 'LOGIN', 'PLAIN', 'APOP', 'USER'
Attempt this authentication style first then fallback to autodetection.
|