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
()
| 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 |
no test coverage detected