| Package | Description | 
|---|---|
| com.sun.mail.imap.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
| CopyUID | IMAPProtocol. copyuid(int start,
       int end,
       String mbox)COPY command, return uid from COPYUID response code. | 
| CopyUID | IMAPProtocol. copyuid(MessageSet[] msgsets,
       String mbox)COPY command, return uid from COPYUID response code. | 
| protected CopyUID | IMAPProtocol. getCopyUID(Response[] rr)If the response contains a COPYUID response code, extract
 it and return a CopyUID object with the information. | 
| CopyUID | IMAPProtocol. moveuid(int start,
       int end,
       String mbox)MOVE Command, return uid from COPYUID response code. | 
| CopyUID | IMAPProtocol. moveuid(MessageSet[] msgsets,
       String mbox)MOVE Command, return uid from COPYUID response code. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.