Uses of Class
org.eclipse.angus.mail.imap.AppendUID
-
Packages that use AppendUID Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of AppendUID in org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.mail.imap that return AppendUID Modifier and Type Method 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)Move the specified messages from this folder, to the specified destination. -
Uses of AppendUID in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that return AppendUID Modifier and Type Method Description AppendUIDIMAPProtocol. appenduid(java.lang.String mbox, Flags f, java.util.Date d, Literal data)APPEND Command, return uid from APPENDUID response code.AppendUIDIMAPProtocol. appenduid(java.lang.String mbox, Flags f, java.util.Date d, Literal data, boolean uid)
-