Uses of Class
org.eclipse.angus.mail.iap.Protocol
-
Packages that use Protocol Package Description org.eclipse.angus.mail.iap This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of Protocol in org.eclipse.angus.mail.iap
Methods in org.eclipse.angus.mail.iap that return Protocol Modifier and Type Method Description ProtocolConnectionException. getProtocol()Methods in org.eclipse.angus.mail.iap with parameters of type Protocol Modifier and Type Method Description voidArgument. write(Protocol protocol)Constructors in org.eclipse.angus.mail.iap with parameters of type Protocol Constructor Description ConnectionException(Protocol p, Response r)Constructs an ConnectionException with the specified Response.Response(Protocol p)Read a new Response from the given Protocol -
Uses of Protocol in org.eclipse.angus.mail.imap.protocol
Subclasses of Protocol in org.eclipse.angus.mail.imap.protocol Modifier and Type Class Description classIMAPProtocolThis class extends the iap.Protocol object and implements IMAP semantics.Constructors in org.eclipse.angus.mail.imap.protocol with parameters of type Protocol Constructor Description FetchResponse(Protocol p)IMAPResponse(Protocol c)
-