mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Small improvements
This commit is contained in:
@@ -287,7 +287,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
|
||||
static String getType(String[] attrs, String fullName, boolean selectable) {
|
||||
// https://tools.ietf.org/html/rfc3501#section-5.1
|
||||
if ("INBOX".equals(fullName.toUpperCase()))
|
||||
if ("INBOX".equals(fullName.toUpperCase(Locale.ROOT)))
|
||||
return INBOX;
|
||||
|
||||
// https://www.iana.org/assignments/imap-mailbox-name-attributes/imap-mailbox-name-attributes.xhtml
|
||||
|
||||
Reference in New Issue
Block a user