com.icegreen.greenmail.store
Interface StoredMessage

All Known Implementing Classes:
SimpleStoredMessage

public interface StoredMessage

Version:
$Revision: 109034 $
Author:
Darrell DeBoer

Method Summary
 MailMessageAttributes getAttributes()
           
 Flags getFlags()
           
 Date getInternalDate()
           
 MimeMessage getMimeMessage()
           
 long getUid()
           
 

Method Detail

getMimeMessage

MimeMessage getMimeMessage()

getFlags

Flags getFlags()

getInternalDate

Date getInternalDate()

getUid

long getUid()

getAttributes

MailMessageAttributes getAttributes()
                                    throws FolderException
Throws:
FolderException