A C D E F G H I K L M N O P Q R S T U W

G

getACL() - Method in class com.sun.mail.imap.IMAPFolder
Get the access control list entries for this folder.
getAllHeaderLines() - Method in class com.sun.mail.pop3.POP3Message
Get all header lines as an Enumeration of Strings.
getAllHeaders() - Method in class com.sun.mail.pop3.POP3Message
Return all the headers from this Message as an enumeration of Header objects.
getAllow8bitMIME() - Method in class com.sun.mail.smtp.SMTPMessage
Is use of the 8BITMIME extension is allowed?
getDefaultFolder() - Method in class com.sun.mail.imap.IMAPStore
Get the default folder, representing the root of this user's namespace.
getDefaultFolder() - Method in class com.sun.mail.pop3.POP3Store
 
getEnvelopeFrom() - Method in class com.sun.mail.smtp.SMTPMessage
Return the envelope From address.
getFolder(String) - Method in class com.sun.mail.imap.IMAPFolder
Get the named subfolder.
getFolder(String) - Method in class com.sun.mail.imap.IMAPStore
Get named folder.
getFolder(String) - Method in class com.sun.mail.pop3.POP3Folder
Always throws MessagingException because no POP3 folders can contain subfolders.
getFolder(String) - Method in class com.sun.mail.pop3.POP3Store
Only the name "INBOX" is supported.
getFolder(URLName) - Method in class com.sun.mail.imap.IMAPStore
Get named folder.
getFolder(URLName) - Method in class com.sun.mail.pop3.POP3Store
 
getFullName() - Method in class com.sun.mail.imap.IMAPFolder
Get the fullname of this folder.
getFullName() - Method in class com.sun.mail.pop3.POP3Folder
 
getHeader(String) - Method in class com.sun.mail.pop3.POP3Message
Get all the headers for this header_name.
getHeader(String, String) - Method in class com.sun.mail.pop3.POP3Message
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getInstance(char) - Static method in class com.sun.mail.imap.Rights.Right
Get a Right object representing the specified character.
getMatchingHeaderLines(String[]) - Method in class com.sun.mail.pop3.POP3Message
Get matching header lines as an Enumeration of Strings.
getMatchingHeaders(String[]) - Method in class com.sun.mail.pop3.POP3Message
Return matching headers from this Message as an Enumeration of Header objects.
getMessage(int) - Method in class com.sun.mail.imap.IMAPFolder
Get the specified message.
getMessage(int) - Method in class com.sun.mail.pop3.POP3Folder
 
getMessageByUID(long) - Method in class com.sun.mail.imap.IMAPFolder
Get the Message corresponding to the given UID.
getMessageCount() - Method in class com.sun.mail.imap.IMAPFolder
Get the total message count.
getMessageCount() - Method in class com.sun.mail.pop3.POP3Folder
Will not change while the folder is open because the POP3 protocol doesn't support notification of new messages arriving in open folders.
getMessagesByUID(long[]) - Method in class com.sun.mail.imap.IMAPFolder
Get the Messages specified by the given array.
getMessagesByUID(long, long) - Method in class com.sun.mail.imap.IMAPFolder
Get the Messages specified by the given range.
getName() - Method in class com.sun.mail.imap.IMAPFolder
Get the name of this folder.
getName() - Method in class com.sun.mail.imap.ACL
Get the identifier name for this ACL entry.
getName() - Method in class com.sun.mail.pop3.POP3Folder
 
getNewMessageCount() - Method in class com.sun.mail.imap.IMAPFolder
Get the new message count.
getNonMatchingHeaderLines(String[]) - Method in class com.sun.mail.pop3.POP3Message
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaders(String[]) - Method in class com.sun.mail.pop3.POP3Message
Return non-matching headers from this Message as an Enumeration of Header objects.
getNotifyOptions() - Method in class com.sun.mail.smtp.SMTPMessage
Get notification options.
getParent() - Method in class com.sun.mail.imap.IMAPFolder
Get this folder's parent.
getParent() - Method in class com.sun.mail.pop3.POP3Folder
 
getPermanentFlags() - Method in class com.sun.mail.imap.IMAPFolder
Return the permanent flags supported by the server.
getPermanentFlags() - Method in class com.sun.mail.pop3.POP3Folder
Always returns an empty Flags object because the POP3 protocol doesn't support any permanent flags.
getPersonalNamespaces() - Method in class com.sun.mail.imap.IMAPStore
Using the IMAP NAMESPACE command (RFC 2342), return a set of folders representing the Personal namespaces.
getProtocol() - Method in class com.sun.mail.imap.IMAPFolder
Return the IMAPProtocol object for this folder.
getQuota() - Method in class com.sun.mail.imap.IMAPFolder
Get the quotas for the quotaroot associated with this folder.
getQuota(String) - Method in class com.sun.mail.imap.IMAPStore
Get the quotas for the named quota root.
getReturnOption() - Method in class com.sun.mail.smtp.SMTPMessage
Return return option.
getRights() - Method in class com.sun.mail.imap.ACL
Get the rights associated with this ACL entry.
getRights() - Method in class com.sun.mail.imap.Rights
Return all the rights in this Rights object.
getSendPartial() - Method in class com.sun.mail.smtp.SMTPMessage
Send message if some addresses are invalid?
getSeparator() - Method in class com.sun.mail.imap.IMAPFolder
Get the separator character.
getSeparator() - Method in class com.sun.mail.pop3.POP3Folder
Always returns a NUL character because POP3 doesn't support a hierarchy.
getSharedNamespaces() - Method in class com.sun.mail.imap.IMAPStore
Using the IMAP NAMESPACE command (RFC 2342), return a set of folders representing the Shared namespaces.
getSize() - Method in class com.sun.mail.pop3.POP3Message
Return the size of the content of this message in bytes.
getType() - Method in class com.sun.mail.imap.IMAPFolder
Get the type of this folder.
getType() - Method in class com.sun.mail.pop3.POP3Folder
Always returns Folder.HOLDS_MESSAGES.
getUID(Message) - Method in class com.sun.mail.imap.IMAPFolder
Get the UID for the specified message.
getUID(Message) - Method in class com.sun.mail.pop3.POP3Folder
Return the unique ID string for this message, or null if not available.
getUIDValidity() - Method in class com.sun.mail.imap.IMAPFolder
Returns the UIDValidity for this folder
getUnreadMessageCount() - Method in class com.sun.mail.imap.IMAPFolder
Get the unread message count.
getUserNamespaces(String) - Method in class com.sun.mail.imap.IMAPStore
Using the IMAP NAMESPACE command (RFC 2342), return a set of folders representing the User's namespaces.

A C D E F G H I K L M N O P Q R S T U W