|
||||||||||
| 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 | |
|---|---|
InputStream |
getMessageInputStream()
Return the InputStream of the message |
OutputStream |
getMessageOutputStream()
Return the OutputStream of the message |
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()
List<org.apache.mailet.MailAddress> getRecipients()
org.apache.mailet.MailAddress getSender()
OutputStream getMessageOutputStream()
throws IOException
IOException
InputStream getMessageInputStream()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||