Frames | No Frames |
Constructors with parameter type javax.mail.Folder | |
Constructor. | |
Constructor for RENAMED events. | |
Constructor. |
Fields of type javax.mail.Folder | |
Folder | The folder the event occurred on. |
Folder | The folder representing the new name, in the case of a RENAMED event. |
Methods with return type javax.mail.Folder | |
Folder | Returns the affected folder. |
Folder | Returns the folder representing the new name, in the case of a RENAMED
event. |
Constructors with parameter type javax.mail.Folder | |
Constructor with a parent folder, message number, and RFC 822 input
stream. | |
Constructor with a parent folder and message number. | |
Constructor with a parent folder, message number, headers and byte
content. |
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 name) 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. |
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[] | Returns a list of folders representing personal namespaces. |
Folder[] | Returns a list of folders representing shared namespaces. |
Folder[] | Returns a list of folders representing other users' namespaces. |
Folder[] | IMAPFolder.list(String pattern) Returns the subfolders for this folder. |
Folder[] | IMAPFolder.listSubscribed(String pattern) Returns the subscribed subfolders for this folder. |
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. |
Classes derived from javax.mail.Folder | |
class | A JavaMail folder delegate for an NNTP newsgroup. |
class | The "root" folder of the NNTP newsgroup list. |
Methods with parameter type javax.mail.Folder | |
boolean | NNTP servers are read-only. |
boolean | Renames this folder. |
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 | NNTPRootFolder.getFolder(String name) Returns a new Folder object associated with the specified name. |
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 | Returns the parent folder of this folder, or null
if this folder is the root of a folder hierarchy. |
Folder[] | NNTPFolder.list(String pattern) This folder type does not contain other folders. |
Folder[] | NNTPRootFolder.list(String pattern) Returns the list of folders matching the specified pattern. |
Folder[] | Returns the list of folders matching the specified pattern. |
Folder[] | Returns the list of folders matching the specified pattern. |
Folder[] | NNTPFolder.listSubscribed(String pattern) This folder type does not contain other folders. |
Folder[] | NNTPRootFolder.listSubscribed(String pattern) Returns the list of subscribed folders matching the specified pattern. |
Constructors with parameter type javax.mail.Folder | |
Constructor with a folder and a message number. | |
Fields of type javax.mail.Folder | |
Folder | The containing folder. |
Methods with parameter type javax.mail.Folder | |
void | Copies the specified messages into another folder. |
void | Notifies all folder listeners. |
void | Notify all folder listeners registered on this folder and
this folder's store about the renaming of this folder. |
void | Notifies all folder listeners about the renaming of a folder. |
boolean | Renames this folder. |
Methods with return type javax.mail.Folder | |
Folder | Returns a folder that represents the root of the primary namespace
presented to the user by this store. |
Folder | Returns the folder. |
Folder | Returns the folder. |
Folder | Returns the folder from which this message was obtained. |
Folder | Returns the folder. |
Folder | Return a folder corresponding to the given name. |
Folder | Returns the folder with the given name. |
Folder | Get a closed Folder object for the given URLName. |
Folder | Returns the folder corresponding to the given URLName. |
Folder | Returns the parent folder of this folder, or null
if this folder is the root of a folder hierarchy. |
Folder[] | Returns the personal namespaces for the authenticated user. |
Folder[] | Returns the shared namespaces. |
Folder[] | Store.getUserNamespaces(String user) Returns the personal namespaces for the specified user. |
Folder[] | Returns the list of subfolders of this folder. |
Folder[] | Returns a list of subfolders matching the specified pattern. |
Folder[] | Returns the list of subscribed subfolders of this folder. |
Folder[] | Folder.listSubscribed(String pattern) Returns a list of subscribed subfolders matching the specified pattern. |
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. |