Frames | No Frames |
Classes derived from javax.mail.Folder | |
class | The folder class implementing the POP3 mail protocol. |
Methods with parameter type javax.mail.Folder | |
boolean | POP3 folders can't be created, deleted, or renamed. |
Methods with return type javax.mail.Folder | |
Folder | Returns the root folder. |
Folder | POP3Folder.getFolder(String s) POP3 folders can't contain subfolders. |
Folder | Returns the folder with the specified name. |
Folder | Returns the folder whose name is the file part of the specified URLName. |
Folder | POP3 folders can't have parents. |
Folder[] | Returns the subfolders for this folder. |
Folder[] | POP3Folder.list(String pattern) Returns the subfolders for this folder. |
Constructors with parameter type javax.mail.Folder | |
Constructor that takes a Folder and a message number. | |
Fields of type javax.mail.Folder | |
Folder | The containing folder, if this message is obtained from a folder
|
Methods with parameter type javax.mail.Folder | |
void | Copy the specified Messages from this Folder into another Folder. |
void | Notify all FolderListeners. |
void | Notify all FolderListeners registered on this Folder and this folder's
Store about the renaming of this folder. |
void | Notify all FolderListeners about the renaming of a folder. |
boolean | Rename this Folder. |
Methods with return type javax.mail.Folder | |
Folder | Returns a Folder object that represents the 'root' of the default
namespace presented to the user by the Store. |
Folder | Returns the dead Folder object
|
Folder | Returns the offending Folder object. |
Folder | Get the folder from which this message was obtained. |
Folder | Returns the dead Folder object. |
Folder | Return the Folder object corresponding to the given name. |
Folder | Return the Folder object corresponding to the given name. |
Folder | Get a closed Folder object for the given URLName. |
Folder | Return a closed Folder object, corresponding to the given URLName. |
Folder | Returns the parent folder of this folder. |
Folder[] | Return a set of folders representing the personal namespaces for the
current user. |
Folder[] | Return a set of folders representing the shared namespaces. |
Folder[] | Store.getUserNamespaces(String user) Return a set of folders representing the namespaces for user. |
Folder[] | Convenience method that returns the list of folders under this Folder. |
Folder[] | Returns a list of Folders belonging to this Folder's namespace
that match the specified pattern. |
Folder[] | Convenience method that returns the list of subscribed folders
under this Folder. |
Folder[] | Folder.listSubscribed(String pattern) Returns a list of subscribed Folders belonging to
this Folder's namespace that match the specified pattern. |
Classes derived from javax.mail.Folder | |
class | The folder class implementing the IMAP4rev1 mail protocol. |
Methods with parameter type javax.mail.Folder | |
boolean | Rename this folder. |
Methods with return type javax.mail.Folder | |
Folder | Returns the root folder. |
Folder | IMAPFolder.getFolder(String name) Returns a subfolder with the specified name. |
Folder | Returns the folder with the specified name. |
Folder | Returns the folder whose name is the file part of the specified URLName. |
Folder | Returns the parent folder of this folder. |
Folder[] | IMAPFolder.list(String pattern) Returns the subfolders for this folder. |
Folder[] | IMAPFolder.listSubscribed(String pattern) Returns the subscribed subfolders for this folder. |
Constructors with parameter type javax.mail.Folder | |
Constructs a MimeMessage by reading and parsing the data from the
specified MIME InputStream. | |
Constructs an empty MimeMessage object with the given Folder and message
number. | |
Constructs a MimeMessage from the given InternetHeaders object and
content. |
Classes derived from javax.mail.Folder | |
class | The folder class implementing a Maildir-format mailbox. |
Methods with parameter type javax.mail.Folder | |
boolean | Renames this folder. |
Methods with return type javax.mail.Folder | |
Folder | Returns the default folder. |
Folder | MaildirFolder.getFolder(String filename) Returns the subfolder of this folder with the specified name. |
Folder | MaildirStore.getFolder(String filename) Returns the folder with the specified filename. |
Folder | Returns the folder specified by the filename of the URLName. |
Folder | Returns the parent folder. |
Folder[] | Returns the subfolders of this folder. |
Folder[] | MaildirFolder.list(String pattern) Returns the subfolders of this folder matching the specified pattern. |
Classes derived from javax.mail.Folder | |
class | A JavaMail folder delegate for an NNTP newsgroup. |
Methods with parameter type javax.mail.Folder | |
boolean | NNTP servers are read-only. |
Methods with return type javax.mail.Folder | |
Folder | Returns the folder representing the "root" namespace. |
Folder | NNTPFolder.getFolder(String name) This folder type does not contain other folders. |
Folder | Returns a folder by name. |
Folder | Returns the folder whose name corresponds to the file part
of the specified URL. |
Folder | This implementation uses a flat namespace, so the parent of any
NNTPFolder is the NNTP root folder. |
Folder[] | NNTPFolder.list(String pattern) This folder type does not contain other folders. |
Folder[] | NNTPFolder.listSubscribed(String pattern) This folder type does not contain other folders. |
Constructors with parameter type javax.mail.Folder | |
Constructor. | |
Constructor. | |
Constructor. |
Fields of type javax.mail.Folder | |
Folder | The folder the event occurred on. |
Folder | The folder that represents the new name, in case of a RENAMED event. |
Methods with return type javax.mail.Folder | |
Folder | Return the affected folder. |
Folder | If this event indicates that a folder is renamed, (i.e, the event type is
RENAMED), then this method returns the Folder object representing the new
name. |
Classes derived from javax.mail.Folder | |
class | The folder class implementing a UNIX mbox-format mailbox. |
Methods with parameter type javax.mail.Folder | |
boolean | Renames this folder. |
Methods with return type javax.mail.Folder | |
Folder | Returns the default folder. |
Folder | MboxFolder.getFolder(String filename) Returns the subfolder of this folder with the specified name. |
Folder | Returns the folder with the specified filename. |
Folder | Returns the folder specified by the filename of the URLName. |
Folder | Returns the parent folder. |
Folder[] | Returns the subfolders of this folder. |
Folder[] | MboxFolder.list(String pattern) Returns the subfolders of this folder matching the specified pattern. |