Uses of Class javax.mail.Folder

Uses in package gnu.mail.providers.pop3

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
POP3 folders can't contain subfolders.
Folder
POP3Store.getFolder(String s)
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.

Uses in package javax.mail

Constructors with parameter type javax.mail.Folder

Message.Message(Folder folder, int msgnum)
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
Folder.copyMessages(Message[] msgs, Folder folder)
Copy the specified Messages from this Folder into another Folder.
void
Store.notifyFolderListeners(int type, Folder folder)
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
Folder.getFolder(String name)
Return the Folder object corresponding to the given name.
Folder
Store.getFolder(String name)
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[]
Folder.list(String pattern)
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.

Uses in package gnu.mail.providers.imap

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
IMAPStore.getFolder(String name)
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.

Uses in package javax.mail.internet

Constructors with parameter type javax.mail.Folder

MimeMessage.MimeMessage(Folder folder, InputStream is, int msgnum)
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
MimeMessage.MimeMessage(Folder folder, int msgnum)
Constructs an empty MimeMessage object with the given Folder and message number.
MimeMessage.MimeMessage(Folder folder, InternetHeaders headers, byte[] content, int msgnum)
Constructs a MimeMessage from the given InternetHeaders object and content.

Uses in package gnu.mail.providers.maildir

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.

Uses in package gnu.mail.providers.nntp

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
NNTPStore.getFolder(String name)
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.

Uses in package javax.mail.event

Constructors with parameter type javax.mail.Folder

FolderEvent.FolderEvent(Object source, Folder folder, int type)
Constructor.
FolderEvent.FolderEvent(Object source, Folder oldFolder, Folder newFolder, int type)
Constructor.
MessageCountEvent.MessageCountEvent(Folder source, int type, boolean removed, Message[] msgs)
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.

Uses in package gnu.mail.providers.mbox

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
MboxStore.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[]
MboxFolder.list(String pattern)
Returns the subfolders of this folder matching the specified pattern.

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