Uses of Class
com.sun.mail.imap.AppendUID
Packages that use AppendUID
Package
Description
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of AppendUID in com.sun.mail.imap
Methods in com.sun.mail.imap that return AppendUIDModifier and TypeMethodDescriptionIMAPFolder.appendUIDMessages
(Message[] msgs) Append the given messages into this folder.IMAPFolder.copyUIDMessages
(Message[] msgs, Folder folder) Copy the specified messages from this folder, to the specified destination.IMAPFolder.moveUIDMessages
(Message[] msgs, Folder folder) Move the specified messages from this folder, to the specified destination. -
Uses of AppendUID in com.sun.mail.imap.protocol
Methods in com.sun.mail.imap.protocol that return AppendUID