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

Method getMessage

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

Get the specified message.

(int msgnum)

Source from the content-addressed store, hash-verified

1839 * Get the specified message.
1840 */
1841 @Override
1842 public synchronized Message getMessage(int msgnum)
1843 throws MessagingException {
1844 checkOpened();
1845 checkRange(msgnum);
1846
1847 return messageCache.getMessage(msgnum);
1848 }
1849
1850 /**
1851 * {@inheritDoc}

Callers 1

setFlagsMethod · 0.95

Calls 3

checkOpenedMethod · 0.95
checkRangeMethod · 0.95
getMessageMethod · 0.65

Tested by

no test coverage detected