public class WiserMessage extends Object
Modifier and Type | Method and Description |
---|---|
void |
dumpMessage(PrintStream out)
Dumps the rough contents of the message for debugging purposes
|
byte[] |
getData()
Get's the raw message DATA.
|
String |
getEnvelopeReceiver()
Get's the RCPT TO:
|
String |
getEnvelopeSender()
Get's the MAIL FROM:
|
javax.mail.internet.MimeMessage |
getMimeMessage()
Generate a JavaMail MimeMessage.
|
String |
toString()
Implementation of toString()
|
public javax.mail.internet.MimeMessage getMimeMessage() throws javax.mail.MessagingException
javax.mail.MessagingException
public byte[] getData()
public String getEnvelopeReceiver()
public String getEnvelopeSender()
public void dumpMessage(PrintStream out) throws javax.mail.MessagingException
javax.mail.MessagingException
Copyright © 2006–2019. All rights reserved.