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

Method open

app/src/main/java/com/sun/mail/imap/IMAPFolder.java:977–980  ·  view source on GitHub ↗

Open this folder in the given mode.

(int mode)

Source from the content-addressed store, hash-verified

975 * Open this folder in the given mode.
976 */
977 @Override
978 public synchronized void open(int mode) throws MessagingException {
979 open(mode, null);
980 }
981
982 /**
983 * Open this folder in the given mode, with the given

Callers 6

onExecuteMethod · 0.95
onExecuteMethod · 0.95
onMoveMethod · 0.95
onDeleteMethod · 0.95
IdleManagerMethod · 0.45
createSocketMethod · 0.45

Calls 15

checkClosedMethod · 0.95
checkExistsMethod · 0.95
releaseProtocolMethod · 0.95
logoutAndThrowMethod · 0.95
cleanupAndThrowMethod · 0.95
parseUIDSetsMethod · 0.95
toArrayMethod · 0.95
processFetchResponseMethod · 0.95
addResponseHandlerMethod · 0.80
examineMethod · 0.80
allowReadOnlySelectMethod · 0.80
keyEqualsMethod · 0.80

Tested by

no test coverage detected