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

Method getStore

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

Get a Store object that implements this user's desired Store protocol. The mail.store.protocol property specifies the desired protocol. If an appropriate Store object is not obtained, NoSuchProviderException is thrown @return a Store object @exception NoSuchProviderException If a pro

()

Source from the content-addressed store, hash-verified

551 * protocol is not found.
552 */
553 public Store getStore() throws NoSuchProviderException {
554 return getStore(getProperty("mail.store.protocol"));
555 }
556
557 /**
558 * Get a Store object that implements the specified protocol. If an

Callers 1

getFolderMethod · 0.95

Calls 5

getPropertyMethod · 0.95
getProviderMethod · 0.95
getServiceMethod · 0.95
getProtocolMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected