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

Method Summary
 void accept()
           
 java.util.List getDeliverList()
           
 java.io.File getFile()
           
 java.lang.String getFrom()
           
 java.io.InputStream getInputStream()
           
 java.lang.String getMessageId()
           
 java.io.OutputStream getOutputStream()
           
 java.util.List getRelayList()
           
 java.lang.String getRemoteId()
           
 java.lang.String getRemoteIp()
           
 void reject()
           
 

Method Detail

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.