- java.lang.Object
-
- com.sun.mail.imap.protocol.ID
-
public class ID extends java.lang.Object
This class represents the response to the ID command.See RFC 2971.
- Since:
- JavaMail 1.5.1
- Author:
- Bill Shannon
-
-
Constructor Detail
-
ID
public ID(Response r) throws ProtocolException
Parse the server parameter list out of the response.- Parameters:
r
- the response- Throws:
ProtocolException
- for protocol failures
-
-