com.antiaction.mayhem.mail.pop3d
Interface IPOP3Storage
- All Known Implementing Classes:
- POP3Storage
public interface IPOP3Storage
POP3 Storage interface.
- Version:
- 1.00
- Author:
- Nicholas Clarke
pop3_rset
void pop3_rset()
pop3_stat
POP3TupleMessageNumberSize pop3_stat()
pop3_list
java.util.List pop3_list()
pop3_list
POP3TupleMessageNumberSize pop3_list(int msgnr)
pop3_uidl
java.util.List pop3_uidl()
pop3_uidl
POP3TupleMessageNumberSize pop3_uidl(int msgnr)
pop3_dele
boolean pop3_dele(int msgnr)
pop3_retr
POP3TupleMessageSize pop3_retr(int msgnr,
int lines)
throws java.io.IOException
- Throws:
java.io.IOException
pop3_commit_changes
void pop3_commit_changes()
pop3_rollback_changes
void pop3_rollback_changes()
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.