|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MailEnvelope
The MailEnvelope of a SMTP-Transaction
| Method Summary | |
|---|---|
java.io.InputStream |
getMessageInputStream()
Return the InputStream of the message |
java.io.OutputStream |
getMessageOutputStream()
Return the OutputStream of the message |
java.util.List<org.apache.mailet.MailAddress> |
getRecipients()
Return the recipients which where supplied in the RCPT TO: command |
org.apache.mailet.MailAddress |
getSender()
Return the sender of the mail which was supplied int the MAIL FROM: command. |
int |
getSize()
Return the size of the message. |
| Method Detail |
|---|
int getSize()
java.util.List<org.apache.mailet.MailAddress> getRecipients()
org.apache.mailet.MailAddress getSender()
java.io.OutputStream getMessageOutputStream()
throws java.lang.Exception
java.lang.Exception
java.io.InputStream getMessageInputStream()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||