mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Added comment
This commit is contained in:
@@ -126,6 +126,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
static final String SYSTEM = "System";
|
||||
static final String USER = "User";
|
||||
|
||||
// https://tools.ietf.org/html/rfc6154
|
||||
// https://www.iana.org/assignments/imap-mailbox-name-attributes/imap-mailbox-name-attributes.xhtml
|
||||
private static final List<String> SYSTEM_FOLDER_ATTR = Collections.unmodifiableList(Arrays.asList(
|
||||
"All",
|
||||
|
||||
Reference in New Issue
Block a user