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:
|
||||
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 New Issue
Block a user