| Package | Description | 
|---|---|
| com.sun.mail.imap | An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store. | 
| com.sun.mail.imap.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
| AppendUID[] | IMAPFolder. appendUIDMessages(Message[] msgs)Append the given messages into this folder. | 
| AppendUID[] | IMAPFolder. copyUIDMessages(Message[] msgs,
               Folder folder)Copy the specified messages from this folder, to the
 specified destination. | 
| AppendUID[] | IMAPFolder. moveUIDMessages(Message[] msgs,
               Folder folder)Copy the specified messages from this folder, to the
 specified destination. | 
| Modifier and Type | Method and Description | 
|---|---|
| AppendUID | IMAPProtocol. appenduid(String mbox,
         Flags f,
         Date d,
         Literal data)APPEND Command, return uid from APPENDUID response code. | 
| AppendUID | IMAPProtocol. appenduid(String mbox,
         Flags f,
         Date d,
         Literal data,
         boolean uid) | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.