Uses of Class javax.mail.Store

Uses in package javax.mail.event

Constructors with parameter type javax.mail.Store

StoreEvent.StoreEvent(Store source, int type, String message)
Constructor.

Uses in package gnu.mail.providers.mbox

Classes derived from javax.mail.Store

class
The storage class implementing the Mbox mailbox file format.

Constructors with parameter type javax.mail.Store

MboxFolder.MboxFolder(Store store, File file, boolean inbox)
Constructor.

Uses in package gnu.mail.providers.imap

Classes derived from javax.mail.Store

class
The storage class implementing the IMAP4rev1 mail protocol.

Constructors with parameter type javax.mail.Store

IMAPFolder.IMAPFolder(Store store, String path)
Constructor.
IMAPFolder.IMAPFolder(Store store, String path, char delimiter)
Constructor.
IMAPFolder.IMAPFolder(Store store, String path, int type, char delimiter)
Constructor.

Uses in package gnu.mail.providers.pop3

Classes derived from javax.mail.Store

class
The storage class implementing the POP3 mail protocol.

Constructors with parameter type javax.mail.Store

POP3Folder.POP3Folder(Store store, int type)
Constructor.

Uses in package gnu.mail.providers.nntp

Classes derived from javax.mail.Store

class
An NNTP store provider.

Uses in package javax.mail

Constructors with parameter type javax.mail.Store

Constructor.

Fields of type javax.mail.Store

Store
The parent store.

Methods with return type javax.mail.Store

Store
Returns the parent store.
Store
Get a Store object that implements this user's desired Store protocol.
Store
Returns the store.
Store
Session.getStore(String protocol)
Get a Store object that implements the specified protocol.
Store
Get an instance of the store specified by Provider.
Store
Get a Store object for the given URLName.

Uses in package gnu.mail.providers.maildir

Classes derived from javax.mail.Store

class
The storage class implementing the Maildir mailbox format.

Constructors with parameter type javax.mail.Store

MaildirFolder.MaildirFolder(Store store, String filename)
Constructor.
MaildirFolder.MaildirFolder(Store store, String filename, boolean root, boolean inbox)
Constructor.

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved