mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Use the correct POP3 AUTH command
This commit is contained in:
parent
fe033e014f
commit
c0be0eea12
@ -379,7 +379,7 @@ public class Pop3Store extends Store {
|
|||||||
case EXTERNAL:
|
case EXTERNAL:
|
||||||
if (mCapabilities.external) {
|
if (mCapabilities.external) {
|
||||||
executeSimpleCommand(
|
executeSimpleCommand(
|
||||||
String.format("AUTHENTICATE EXTERNAL %s",
|
String.format("AUTH EXTERNAL %s",
|
||||||
Utility.base64Encode(mUsername)), false);
|
Utility.base64Encode(mUsername)), false);
|
||||||
} else {
|
} else {
|
||||||
throw new MessagingException(
|
throw new MessagingException(
|
||||||
|
Loading…
Reference in New Issue
Block a user