gnu.mail.providers.mbox
public class MboxMessage extends ReadOnlyMessage
Field Summary | |
---|---|
protected String | fromLine
The From_ line associated with this message.
|
protected static String | STATUS
Status header key.
|
Constructor Summary | |
---|---|
protected | MboxMessage(MboxFolder folder, String fromLine, InputStream in, int msgnum)
Creates a Mbox message.
|
protected | MboxMessage(MboxFolder folder, MimeMessage message, int msgnum)
Creates a Mbox message.
|
Method Summary | |
---|---|
boolean | equals(Object other) |
protected void | setExpunged(boolean expunged)
Allow MboxFolder access to set the expunged flag after expunge. |
void | setFlags(Flags flag, boolean set)
Set the specified flags(reflected in the Status header). |
protected void | updateHeaders()
Updates the status header from the current flags. |
Status
header).