Package com.sun.mail.imap.protocol
Class ID
java.lang.Object
com.sun.mail.imap.protocol.ID
This class represents the response to the ID command.
See RFC 2971.
- Since:
- JavaMail 1.5.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ID
Parse the server parameter list out of the response.- Parameters:
r
- the response- Throws:
ProtocolException
- for protocol failures
-