com.antiaction.mayhem.mail
Class POP3Message
java.lang.Object
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
|
Constructor Summary |
POP3Message(java.lang.String mailboxPath,
java.lang.String uid,
int size)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mailboxPath
public java.lang.String mailboxPath
uid
public java.lang.String uid
size
public int size
POP3Message
public POP3Message(java.lang.String mailboxPath,
java.lang.String uid,
int size)
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.