![]() |
Quadcap Embeddable Server |
Inheritance diagram for com.quadcap.pop3.client.UidlEntry:

Each entry corresponds to a message on the server -- we'll rememember the date we first saw the message, so we can know when to delete it.
Definition at line 50 of file UidlEntry.java.
Public Member Functions | |
| UidlEntry (String uidl, int messageNumber, Date firstSeen) | |
| Construct a new UidlEntry from the specified parameters. | |
| UidlEntry (String s) | |
| String | getUidl () |
| Get the uidl string. | |
| int | getMessageNumber () |
| Get the POP3 message number. | |
| void | setMessageNumber (int num) |
| Set the POP3 message number. | |
| Date | getFirstSeen () |
| Get the date this message was first seen. | |
| String | toString () |
| Return a human-readable version of this UidlEntry object. | |
Public Attributes | |
| transient boolean | markedForDeletion = false |
Package Attributes | |
| String | uidl |
| int | messageNumber |
| Date | firstSeen |
|
||||||||||||||||
|
Construct a new UidlEntry from the specified parameters.
Definition at line 66 of file UidlEntry.java. |
|
|
Definition at line 72 of file UidlEntry.java. |
|
|
Get the date this message was first seen.
Definition at line 111 of file UidlEntry.java. References com.quadcap.pop3.client.UidlEntry.firstSeen. Referenced by com.quadcap.pop3.client.Pop3Agent.getMail(). |
|
|
Get the POP3 message number.
Definition at line 95 of file UidlEntry.java. References com.quadcap.pop3.client.UidlEntry.messageNumber. Referenced by com.quadcap.pop3.client.Pop3Agent.deleteMessages(), and com.quadcap.pop3.client.Pop3Agent.getMessages(). |
|
|
Get the uidl string.
Definition at line 87 of file UidlEntry.java. References com.quadcap.pop3.client.UidlEntry.uidl. Referenced by com.quadcap.pop3.client.Pop3Agent.deleteMessages(), and com.quadcap.pop3.client.Pop3Agent.read(). |
|
|
Set the POP3 message number.
Definition at line 104 of file UidlEntry.java. References com.quadcap.pop3.client.UidlEntry.messageNumber, and com.quadcap.pop3.client.UidlEntry.setMessageNumber(). Referenced by com.quadcap.pop3.client.Pop3Agent.getMail(), and com.quadcap.pop3.client.UidlEntry.setMessageNumber(). |
|
|
Return a human-readable version of this UidlEntry object.
Definition at line 118 of file UidlEntry.java. References com.quadcap.pop3.client.UidlEntry.firstSeen, and com.quadcap.pop3.client.UidlEntry.uidl. Referenced by com.quadcap.pop3.client.Pop3Agent.write(). |
|
|
Definition at line 53 of file UidlEntry.java. Referenced by com.quadcap.pop3.client.UidlEntry.getFirstSeen(), and com.quadcap.pop3.client.UidlEntry.toString(). |
|
|
Definition at line 55 of file UidlEntry.java. Referenced by com.quadcap.pop3.client.Pop3Agent.getMail(), and com.quadcap.pop3.client.Pop3Agent.getMessages(). |
|
|
Definition at line 52 of file UidlEntry.java. Referenced by com.quadcap.pop3.client.UidlEntry.getMessageNumber(), and com.quadcap.pop3.client.UidlEntry.setMessageNumber(). |
|
|
Definition at line 51 of file UidlEntry.java. Referenced by com.quadcap.pop3.client.UidlEntry.getUidl(), and com.quadcap.pop3.client.UidlEntry.toString(). |