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

Method getChannel

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

Return the SocketChannel for this connection, if any, for use in IdleManager.

()

Source from the content-addressed store, hash-verified

3453 * in IdleManager.
3454 */
3455 SocketChannel getChannel() {
3456 return protocol != null ? protocol.getChannel() : null;
3457 }
3458
3459 /**
3460 * Send the IMAP ID command (if supported by the server) and return

Callers 5

watchMethod · 0.95
watchAllMethod · 0.95
processKeysMethod · 0.95
unwatchAllMethod · 0.95
idleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected