com.antiaction.mayhem.mail
Class SMTPStorage

java.lang.Object
  extended by com.antiaction.mayhem.mail.SMTPStorage
All Implemented Interfaces:
ISMTPStorage

public class SMTPStorage
extends java.lang.Object
implements ISMTPStorage

Author:
Nicholas To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
 java.lang.String mailboxPath
           
 java.lang.String uid
           
 
Constructor Summary
SMTPStorage(java.lang.String mailboxPath, java.lang.String uid)
           
 
Method Summary
 java.io.OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mailboxPath

public java.lang.String mailboxPath

uid

public java.lang.String uid
Constructor Detail

SMTPStorage

public SMTPStorage(java.lang.String mailboxPath,
                   java.lang.String uid)
Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Specified by:
getOutputStream in interface ISMTPStorage
Throws:
java.io.IOException


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.