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, exceptioncancel, isCancelled, startclone, initWithNative, readObject, toString, writeObjectprotected void finalize()
throws java.lang.Throwable
finalize in class NativeObjectjava.lang.Throwablepublic void setProgressListener(IMAPOperationProgressListener aListener)
public IMAPOperationProgressListener progressListener()
public void setDate(java.util.Date date)
public java.util.Date date()
public long createdUID()