Package com.sun.mail.imap.protocol
Class ID
- java.lang.Object
 - 
- com.sun.mail.imap.protocol.ID
 
 
- 
public class ID extends java.lang.ObjectThis class represents the response to the ID command.See RFC 2971.
- Since:
 - JavaMail 1.5.1
 
 
- 
- 
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
 
 - 
 
 -