Use the correct POP3 AUTH command
This commit is contained in:
parent
fe033e014f
commit
c0be0eea12
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ public class Pop3Store extends Store {
|
|||
case EXTERNAL:
|
||||
if (mCapabilities.external) {
|
||||
executeSimpleCommand(
|
||||
String.format("AUTHENTICATE EXTERNAL %s",
|
||||
String.format("AUTH EXTERNAL %s",
|
||||
Utility.base64Encode(mUsername)), false);
|
||||
} else {
|
||||
throw new MessagingException(
|
||||
|
|
Loading…
Reference in a new issue