mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 07:23:03 +00:00
Added comment
This commit is contained in:
parent
cdada06344
commit
c98683818b
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||||
}
|
}
|
||||||
|
|
||||||
static String getType(String[] attrs, String fullName) {
|
static String getType(String[] attrs, String fullName) {
|
||||||
|
// https://www.iana.org/assignments/imap-mailbox-name-attributes/imap-mailbox-name-attributes.xhtml
|
||||||
for (String attr : attrs) {
|
for (String attr : attrs) {
|
||||||
if ("\\Noselect".equals(attr) || "\\NonExistent".equals(attr))
|
if ("\\Noselect".equals(attr) || "\\NonExistent".equals(attr))
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in a new issue