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

Method getPeek

app/src/main/java/com/sun/mail/imap/IMAPMessage.java:1166–1171  ·  view source on GitHub ↗

Get whether or not to use the PEEK variant of FETCH when fetching message content. @return the peek flag @since JavaMail 1.3.3

()

Source from the content-addressed store, hash-verified

1164 * @since JavaMail 1.3.3
1165 */
1166 public synchronized boolean getPeek() {
1167 if (peek == null)
1168 return ((IMAPStore)folder.getStore()).getPeek();
1169 else
1170 return peek.booleanValue();
1171 }
1172
1173 /**
1174 * Invalidate cached header and envelope information for this

Callers 4

getContentStreamMethod · 0.95
getMimeStreamMethod · 0.95
IMAPNestedMessageMethod · 0.45
getContentStreamMethod · 0.45

Calls 1

getStoreMethod · 0.45

Tested by

no test coverage detected