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

A

addHeader(String, String) - Method in class com.sun.mail.pop3.POP3Message
Add this value to the existing values for this header_name.
addHeaderLine(String) - Method in class com.sun.mail.pop3.POP3Message
Add a raw RFC822 header-line.
appendMessages(Message[]) - Method in class com.sun.mail.pop3.DefaultFolder
 
appendMessages(Message[]) - Method in class com.sun.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't support appending messages.

C

capabilities() - Method in class com.sun.mail.pop3.POP3Store
Return a Map of the capabilities the server provided, as per RFC 2449.
close() - Method in class com.sun.mail.pop3.POP3Store
 
close(boolean) - Method in class com.sun.mail.pop3.DefaultFolder
 
close(boolean) - Method in class com.sun.mail.pop3.POP3Folder
 
com.sun.mail.pop3 - package com.sun.mail.pop3
A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store.
create(int) - Method in class com.sun.mail.pop3.DefaultFolder
 
create(int) - Method in class com.sun.mail.pop3.POP3Folder
Always returns false; the POP3 protocol doesn't support creating folders.
createMessage(Folder, int) - Method in class com.sun.mail.pop3.POP3Folder
 

D

DefaultFolder - Class in com.sun.mail.pop3
The POP3 DefaultFolder.
delete(boolean) - Method in class com.sun.mail.pop3.DefaultFolder
 
delete(boolean) - Method in class com.sun.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't allow the INBOX to be deleted.

E

exists() - Method in class com.sun.mail.pop3.DefaultFolder
 
exists() - Method in class com.sun.mail.pop3.POP3Folder
Always true for the folder "INBOX", always false for any other name.
expunge() - Method in class com.sun.mail.pop3.DefaultFolder
 
expunge() - Method in class com.sun.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't support expunging messages without closing the folder; call the close method with the expunge argument set to true instead.

F

fetch(Message[], FetchProfile) - Method in class com.sun.mail.pop3.POP3Folder
Prefetch information about POP3 messages.
finalize() - Method in class com.sun.mail.pop3.POP3Folder
Close the folder when we're finalized.
finalize() - Method in class com.sun.mail.pop3.POP3Store
 

G

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.
getContentStream() - Method in class com.sun.mail.pop3.POP3Message
Produce the raw bytes of the content.
getDefaultFolder() - Method in class com.sun.mail.pop3.POP3Store
 
getFolder(String) - Method in class com.sun.mail.pop3.DefaultFolder
 
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.pop3.POP3Store
 
getFullName() - Method in class com.sun.mail.pop3.DefaultFolder
 
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.
getInbox() - Method in class com.sun.mail.pop3.DefaultFolder
 
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.pop3.DefaultFolder
 
getMessage(int) - Method in class com.sun.mail.pop3.POP3Folder
 
getMessageCount() - Method in class com.sun.mail.pop3.DefaultFolder
 
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.
getMimeStream() - Method in class com.sun.mail.pop3.POP3Message
Return the MIME format stream corresponding to this message part.
getName() - Method in class com.sun.mail.pop3.DefaultFolder
 
getName() - Method in class com.sun.mail.pop3.POP3Folder
 
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.
getParent() - Method in class com.sun.mail.pop3.DefaultFolder
 
getParent() - Method in class com.sun.mail.pop3.POP3Folder
 
getPermanentFlags() - Method in class com.sun.mail.pop3.DefaultFolder
 
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.
getSeparator() - Method in class com.sun.mail.pop3.DefaultFolder
 
getSeparator() - Method in class com.sun.mail.pop3.POP3Folder
Always returns a NUL character because POP3 doesn't support a hierarchy.
getSize() - Method in class com.sun.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 com.sun.mail.pop3.POP3Message
Return the size of the content of this message in bytes.
getSizes() - Method in class com.sun.mail.pop3.POP3Folder
Return the sizes of all messages in this folder, as returned by the POP3 LIST command.
getType() - Method in class com.sun.mail.pop3.DefaultFolder
 
getType() - Method in class com.sun.mail.pop3.POP3Folder
Always returns Folder.HOLDS_MESSAGES.
getUID(Message) - Method in class com.sun.mail.pop3.POP3Folder
Return the unique ID string for this message, or null if not available.

H

hasNewMessages() - Method in class com.sun.mail.pop3.DefaultFolder
 
hasNewMessages() - Method in class com.sun.mail.pop3.POP3Folder
Always returns false; the POP3 protocol provides no way to determine when a new message arrives.

I

invalidate(boolean) - Method in class com.sun.mail.pop3.POP3Message
Invalidate the cache of content for this message object, causing it to be fetched again from the server the next time it is needed.
isConnected() - Method in class com.sun.mail.pop3.POP3Store
Check whether this store is connected.
isOpen() - Method in class com.sun.mail.pop3.DefaultFolder
 
isOpen() - Method in class com.sun.mail.pop3.POP3Folder
 
isSSL() - Method in class com.sun.mail.pop3.POP3Store
Is this POP3Store using SSL to connect to the server?

L

list(String) - Method in class com.sun.mail.pop3.DefaultFolder
 
list(String) - Method in class com.sun.mail.pop3.POP3Folder
Always throws MessagingException because no POP3 folders can contain subfolders.
listCommand() - Method in class com.sun.mail.pop3.POP3Folder
Return the raw results of the POP3 LIST command with no arguments.

N

notifyMessageChangedListeners(int, Message) - Method in class com.sun.mail.pop3.POP3Folder
 

O

open(int) - Method in class com.sun.mail.pop3.DefaultFolder
 
open(int) - Method in class com.sun.mail.pop3.POP3Folder
Throws FolderNotFoundException unless this folder is named "INBOX".

P

POP3Folder - Class in com.sun.mail.pop3
A POP3 Folder (can only be "INBOX").
POP3Folder(POP3Store, String) - Constructor for class com.sun.mail.pop3.POP3Folder
 
POP3Message - Class in com.sun.mail.pop3
A POP3 Message.
POP3Message(Folder, int) - Constructor for class com.sun.mail.pop3.POP3Message
 
POP3Provider - Class in com.sun.mail.pop3
The POP3 protocol provider.
POP3Provider() - Constructor for class com.sun.mail.pop3.POP3Provider
 
POP3SSLProvider - Class in com.sun.mail.pop3
The POP3 SSL protocol provider.
POP3SSLProvider() - Constructor for class com.sun.mail.pop3.POP3SSLProvider
 
POP3SSLStore - Class in com.sun.mail.pop3
A POP3 Message Store using SSL.
POP3SSLStore(Session, URLName) - Constructor for class com.sun.mail.pop3.POP3SSLStore
 
POP3Store - Class in com.sun.mail.pop3
A POP3 Message Store.
POP3Store(Session, URLName) - Constructor for class com.sun.mail.pop3.POP3Store
 
POP3Store(Session, URLName, String, boolean) - Constructor for class com.sun.mail.pop3.POP3Store
 
protocolConnect(String, int, String, String) - Method in class com.sun.mail.pop3.POP3Store
 

R

removeHeader(String) - Method in class com.sun.mail.pop3.POP3Message
Remove all headers with this name.
renameTo(Folder) - Method in class com.sun.mail.pop3.DefaultFolder
 
renameTo(Folder) - Method in class com.sun.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't support multiple folders.

S

saveChanges() - Method in class com.sun.mail.pop3.POP3Message
POP3 message can't be changed.
setFlags(Flags, boolean) - Method in class com.sun.mail.pop3.POP3Message
Set the specified flags on this message to the specified value.
setHeader(String, String) - Method in class com.sun.mail.pop3.POP3Message
Set the value for this header_name.

T

top(int) - Method in class com.sun.mail.pop3.POP3Message
Fetch the header of the message and the first n lines of the raw content of the message.

W

writeTo(OutputStream, String[]) - Method in class com.sun.mail.pop3.POP3Message
Output the message as an RFC 822 format stream, without specified headers.
A C D E F G H I L N O P R S T W 
All Classes All Packages
Skip navigation links