A C D E F G H I L N O P R S T W 
All Classes All Packages

G

getAllHeaderLines() - Method in class org.eclipse.angus.mail.pop3.POP3Message
Get all header lines as an Enumeration of Strings.
getAllHeaders() - Method in class org.eclipse.angus.mail.pop3.POP3Message
Return all the headers from this Message as an enumeration of Header objects.
getContentStream() - Method in class org.eclipse.angus.mail.pop3.POP3Message
Produce the raw bytes of the content.
getDefaultFolder() - Method in class org.eclipse.angus.mail.pop3.POP3Store
 
getFolder(URLName) - Method in class org.eclipse.angus.mail.pop3.POP3Store
 
getFolder(String) - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getFolder(String) - Method in class org.eclipse.angus.mail.pop3.POP3Folder
Always throws MessagingException because no POP3 folders can contain subfolders.
getFolder(String) - Method in class org.eclipse.angus.mail.pop3.POP3Store
Only the name "INBOX" is supported.
getFullName() - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getFullName() - Method in class org.eclipse.angus.mail.pop3.POP3Folder
 
getHeader(String) - Method in class org.eclipse.angus.mail.pop3.POP3Message
Get all the headers for this header_name.
getHeader(String, String) - Method in class org.eclipse.angus.mail.pop3.POP3Message
Get all the headers for this header name, returned as a single String, with headers separated by the delimiter.
getInbox() - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getMatchingHeaderLines(String[]) - Method in class org.eclipse.angus.mail.pop3.POP3Message
Get matching header lines as an Enumeration of Strings.
getMatchingHeaders(String[]) - Method in class org.eclipse.angus.mail.pop3.POP3Message
Return matching headers from this Message as an Enumeration of Header objects.
getMessage(int) - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getMessage(int) - Method in class org.eclipse.angus.mail.pop3.POP3Folder
 
getMessageCount() - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getMessageCount() - Method in class org.eclipse.angus.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.
getMimeStream() - Method in class org.eclipse.angus.mail.pop3.POP3Message
Return the MIME format stream corresponding to this message part.
getName() - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getName() - Method in class org.eclipse.angus.mail.pop3.POP3Folder
 
getNonMatchingHeaderLines(String[]) - Method in class org.eclipse.angus.mail.pop3.POP3Message
Get non-matching header lines as an Enumeration of Strings.
getNonMatchingHeaders(String[]) - Method in class org.eclipse.angus.mail.pop3.POP3Message
Return non-matching headers from this Message as an Enumeration of Header objects.
getParent() - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getParent() - Method in class org.eclipse.angus.mail.pop3.POP3Folder
 
getPermanentFlags() - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getPermanentFlags() - Method in class org.eclipse.angus.mail.pop3.POP3Folder
Always returns an empty Flags object because the POP3 protocol doesn't support any permanent flags.
getSeparator() - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getSeparator() - Method in class org.eclipse.angus.mail.pop3.POP3Folder
Always returns a NUL character because POP3 doesn't support a hierarchy.
getSize() - Method in class org.eclipse.angus.mail.pop3.POP3Folder
Return the size of this folder, as was returned by the POP3 STAT command when this folder was opened.
getSize() - Method in class org.eclipse.angus.mail.pop3.POP3Message
Return the size of the content of this message in bytes.
getSizes() - Method in class org.eclipse.angus.mail.pop3.POP3Folder
Return the sizes of all messages in this folder, as returned by the POP3 LIST command.
getType() - Method in class org.eclipse.angus.mail.pop3.DefaultFolder
 
getType() - Method in class org.eclipse.angus.mail.pop3.POP3Folder
Always returns Folder.HOLDS_MESSAGES.
getUID(Message) - Method in class org.eclipse.angus.mail.pop3.POP3Folder
Return the unique ID string for this message, or null if not available.
A C D E F G H I L N O P R S T W 
All Classes All Packages