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

Method getMinIdleTime

app/src/main/java/com/sun/mail/imap/IMAPStore.java:1593–1595  ·  view source on GitHub ↗

Get the minimum amount of time to delay when returning from idle.

()

Source from the content-addressed store, hash-verified

1591 * Get the minimum amount of time to delay when returning from idle.
1592 */
1593 int getMinIdleTime() {
1594 return minIdleTime;
1595 }
1596
1597 int getRestartIdleInterval() {
1598 return restartIdleInterval;

Callers 2

idleMethod · 0.95
idleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected