1
0
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:
Joe Steele 2014-07-26 12:56:56 -04:00
parent fe033e014f
commit c0be0eea12

View File

@ -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(