public class IMAPAppendMessageOperation extends IMAPOperation
Constructor and Description |
---|
IMAPAppendMessageOperation() |
Modifier and Type | Method and Description |
---|---|
long |
createdUID()
Returns the UID of the created message.
|
java.util.Date |
date()
Returns the received date of the message to append.
|
protected void |
finalize() |
IMAPOperationProgressListener |
progressListener()
Returns the progress listener.
|
void |
setDate(java.util.Date date)
Sets the received date of the message to append.
|
void |
setProgressListener(IMAPOperationProgressListener aListener)
Sets the progress listener.
|
callCallback, exception
cancel, isCancelled, start
clone, initWithNative, readObject, toString, writeObject
protected void finalize() throws java.lang.Throwable
finalize
in class NativeObject
java.lang.Throwable
public void setProgressListener(IMAPOperationProgressListener aListener)
public IMAPOperationProgressListener progressListener()
public void setDate(java.util.Date date)
public java.util.Date date()
public long createdUID()