com.antiaction.mayhem.mail
Class POP3Message

java.lang.Object
  extended by com.antiaction.mayhem.mail.POP3Message
All Implemented Interfaces:
IPOP3Message

public class POP3Message
extends java.lang.Object
implements IPOP3Message

Message.

Version:
1.00
Author:
Nicholas Clarke

Field Summary
 java.lang.String mailboxPath
           
 int size
           
 java.lang.String uid
           
 
Constructor Summary
POP3Message(java.lang.String mailboxPath, java.lang.String uid, int size)
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 int getSize()
           
 java.lang.String getUid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mailboxPath

public java.lang.String mailboxPath

uid

public java.lang.String uid

size

public int size
Constructor Detail

POP3Message

public POP3Message(java.lang.String mailboxPath,
                   java.lang.String uid,
                   int size)
Method Detail

getUid

public java.lang.String getUid()
Specified by:
getUid in interface IPOP3Message

getSize

public int getSize()
Specified by:
getSize in interface IPOP3Message

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in interface IPOP3Message
Throws:
java.io.IOException


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