com.antiaction.mayhem.mail
Class POP3Storage
java.lang.Object
com.antiaction.mayhem.mail.POP3Storage
- All Implemented Interfaces:
- IPOP3Storage
public class POP3Storage
- extends java.lang.Object
- implements IPOP3Storage
POP3 Storage.
- Version:
- 1.00
- Author:
- Nicholas Clarke
|
Constructor Summary |
POP3Storage(java.util.List originalList)
Construct Storage object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POP3Storage
public POP3Storage(java.util.List originalList)
- Construct Storage object.
pop3_rset
public void pop3_rset()
- Specified by:
pop3_rset in interface IPOP3Storage
pop3_stat
public POP3TupleMessageNumberSize pop3_stat()
- Specified by:
pop3_stat in interface IPOP3Storage
pop3_list
public java.util.List pop3_list()
- Specified by:
pop3_list in interface IPOP3Storage
pop3_list
public POP3TupleMessageNumberSize pop3_list(int msgnr)
- Specified by:
pop3_list in interface IPOP3Storage
pop3_uidl
public java.util.List pop3_uidl()
- Specified by:
pop3_uidl in interface IPOP3Storage
pop3_uidl
public POP3TupleMessageNumberSize pop3_uidl(int msgnr)
- Specified by:
pop3_uidl in interface IPOP3Storage
pop3_dele
public boolean pop3_dele(int msgnr)
- Specified by:
pop3_dele in interface IPOP3Storage
pop3_retr
public POP3TupleMessageSize pop3_retr(int msgnr,
int lines)
throws java.io.IOException
- Specified by:
pop3_retr in interface IPOP3Storage
- Throws:
java.io.IOException
pop3_commit_changes
public void pop3_commit_changes()
- Specified by:
pop3_commit_changes in interface IPOP3Storage
pop3_rollback_changes
public void pop3_rollback_changes()
- Specified by:
pop3_rollback_changes in interface IPOP3Storage
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.