com.antiaction.mayhem.mail
Class IMAPMessage

java.lang.Object
  extended by com.antiaction.mayhem.mail.IMAPMessage

public class IMAPMessage
extends java.lang.Object

IMAP message wrapper object.

Version:
1.00
Author:
Nicholas Clarke

Field Summary
 java.io.File file
           
 int flags
           
 int nr
           
 int uid
           
 
Constructor Summary
IMAPMessage(java.io.File file, int nr, int uid)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

public java.io.File file

flags

public int flags

nr

public int nr

uid

public int uid
Constructor Detail

IMAPMessage

public IMAPMessage(java.io.File file,
                   int nr,
                   int uid)


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.