|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMAPProtocol | |
---|---|
com.sun.mail.imap | An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. |
com.sun.mail.imap.protocol |
Uses of IMAPProtocol in com.sun.mail.imap |
---|
Fields in com.sun.mail.imap declared as IMAPProtocol | |
---|---|
protected IMAPProtocol |
IMAPFolder.protocol
|
Methods in com.sun.mail.imap that return IMAPProtocol | |
---|---|
protected IMAPProtocol |
IMAPMessage.getProtocol()
Get this message's folder's protocol connection. |
protected IMAPProtocol |
IMAPNestedMessage.getProtocol()
|
protected IMAPProtocol |
IMAPFolder.getStoreProtocol()
Get this folder's Store's protocol connection. |
Methods in com.sun.mail.imap with parameters of type IMAPProtocol | |
---|---|
java.lang.Object |
IMAPFolder.ProtocolCommand.doCommand(IMAPProtocol protocol)
Execute the user-defined command using the supplied IMAPProtocol object. |
protected void |
IMAPFolder.releaseStoreProtocol(IMAPProtocol p)
Release the store protocol object. |
Uses of IMAPProtocol in com.sun.mail.imap.protocol |
---|
Constructors in com.sun.mail.imap.protocol with parameters of type IMAPProtocol | |
---|---|
IMAPSaslAuthenticator(IMAPProtocol pr,
java.lang.String name,
java.util.Properties props,
boolean debug,
java.io.PrintStream out,
java.lang.String host)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |