Home | History | Annotate | Download | only in store

Lines Matching refs:inbox

345                 if (ImapConstants.INBOX.equalsIgnoreCase(parentPath)) {
346 // The Inbox is added as a special case, and always in all caps. In reality,
348 parentPath = ImapConstants.INBOX;
442 if (ImapConstants.INBOX.equalsIgnoreCase(folderName)) continue;
458 // In order to properly map INBOX -> Inbox, handle it as a special case.
459 final Mailbox inbox =
462 mContext, mAccount.mId, inbox.mServerId, '\0', true /*selectable*/, inbox);
463 mailboxes.put(ImapConstants.INBOX, newFolder);
590 // do NOT add the prefix to the special name "INBOX"
591 if (ImapConstants.INBOX.equalsIgnoreCase(name)) return name;