Save capabilities in upper case so we handle them case-insensitively,
too. Make sure all CAPABILITY-detection constants are written in upper case.
This commit is contained in:
parent
d873ecbe7a
commit
59f22d8e7e
1 changed files with 1 additions and 1 deletions
|
@ -2039,7 +2039,7 @@ public class ImapStore extends Store
|
|||
// {
|
||||
// Log.v(K9.LOG_TAG, "Saving capability '" + capability + "' for " + getLogId());
|
||||
// }
|
||||
capabilities.add((String)capability);
|
||||
capabilities.add(((String)capability).toUpperCase());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue