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

Method getDebug

app/src/main/java/javax/mail/Session.java:425–427  ·  view source on GitHub ↗

Get the debug setting for this Session. @return current debug setting

()

Source from the content-addressed store, hash-verified

423 * @return current debug setting
424 */
425 public synchronized boolean getDebug() {
426 return debug;
427 }
428
429 /**
430 * Set the stream to be used for debugging output for this session.

Callers 8

IdleManagerMethod · 0.80
IMAPStoreMethod · 0.80
IMAPFolderMethod · 0.80
SMTPTransportMethod · 0.80
MailLoggerMethod · 0.80
POP3StoreMethod · 0.80
POP3FolderMethod · 0.80
ServiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected