MCPcopy Create free account
hub / github.com/M66B/FairEmail / checkExists

Method checkExists

app/src/main/java/com/sun/mail/imap/IMAPFolder.java:429–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

427 * ASSERT: Must be called with this folder's synchronization lock held.
428 */
429 protected void checkExists() throws MessagingException {
430 // If the boolean field 'exists' is false, check with the
431 // server by invoking exists() ..
432 if (!exists && !exists())
433 throw new FolderNotFoundException(
434 this, fullName + " not found");
435 }
436
437 /*
438 * Ensure the folder is closed.

Callers 12

doListMethod · 0.95
getTypeMethod · 0.95
renameToMethod · 0.95
openMethod · 0.95
getMessageCountMethod · 0.95
getNewMessageCountMethod · 0.95
getUnreadMessageCountMethod · 0.95
appendMessagesMethod · 0.95
appendUIDMessagesMethod · 0.95
getAttributesMethod · 0.95
getStatusItemMethod · 0.95

Calls 1

existsMethod · 0.95

Tested by

no test coverage detected