com.antiaction.mayhem.mail.smtpd
Interface ISMTPSpoolMessage
- All Known Implementing Classes:
- SMTPSpoolMessage
public interface ISMTPSpoolMessage
SMTP spool message Interface.
- Version:
- 1.00
- Author:
- Nicholas Clarke
getMessageId
java.lang.String getMessageId()
getRemoteId
java.lang.String getRemoteId()
getRemoteIp
java.lang.String getRemoteIp()
getFrom
java.lang.String getFrom()
getDeliverList
java.util.List getDeliverList()
getRelayList
java.util.List getRelayList()
getOutputStream
java.io.OutputStream getOutputStream()
accept
void accept()
throws java.io.IOException
- Throws:
java.io.IOException
reject
void reject()
throws java.io.IOException
- Throws:
java.io.IOException
getFile
java.io.File getFile()
getInputStream
java.io.InputStream getInputStream()
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.