Uses of Class
org.eclipse.angus.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 org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.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 org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that return AppendUID