The `javax.mail.Session.getStore` method returns a `Store` object that provides access to a particular email server's message store. This method is used to establish a connection to the server and allows clients to access and manipulate email messages stored on the server. The returned `Store` object can be used to perform various operations such as retrieving folders, searching for messages, and managing message flags.
Java Session.getStore - 30 examples found. These are the top rated real world Java examples of javax.mail.Session.getStore extracted from open source projects. You can rate examples to help us improve the quality of examples.