public class POPMessageInfo extends NativeObject
Constructor and Description |
---|
POPMessageInfo()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
index()
Returns the index of the message, valid during the POP session.
|
void |
setIndex(int index)
Sets the index of the message.
|
void |
setSize(long size)
Sets the size of the message.
|
void |
setUid(java.lang.String uid)
Sets the unique identifier of the message.
|
long |
size()
Returns the size of the message.
|
java.lang.String |
uid()
Returns the unique identifier of the message.
|
clone, finalize, initWithNative, readObject, toString, writeObject
public void setIndex(int index)
public int index()
public void setSize(long size)
public long size()
public void setUid(java.lang.String uid)
public java.lang.String uid()