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

Method getStore

app/src/main/java/javax/mail/Folder.java:211–213  ·  view source on GitHub ↗

Returns the Store that owns this Folder object. This method can be invoked on a closed Folder. @return the Store

()

Source from the content-addressed store, hash-verified

209 * @return the Store
210 */
211 public Store getStore() {
212 return store;
213 }
214
215 /**
216 * Returns the parent folder of this folder.

Callers 14

getURLNameMethod · 0.95
folderNameMethod · 0.45
renameToMethod · 0.45
copymoveMessagesMethod · 0.45
copymoveUIDMessagesMethod · 0.45
getFetchBlockSizeMethod · 0.45
getPeekMethod · 0.45
isExpungedMethod · 0.45
getInboxMethod · 0.45
getRawStreamMethod · 0.45
getContentStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected