| Package | Description |
|---|---|
| to.etc.smtp |
| Modifier and Type | Method and Description |
|---|---|
Message |
SmtpTransport.createMessage() |
Message |
MailBuilder.createMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmtpTransport.send(Message msg) |
void |
MailBuilder.send(Message m)
Send it.
|
void |
SmtpTransport.send(Message msg,
InputStream bodyStream) |
static void |
SmtpTransport.writeMime(OutputStream os,
Message msg)
Please check what comes out of this before changing anything!! Use
http://tools.ietf.org/tools/msglint/ for instance.
|
static void |
SmtpTransport.writeText(OutputStream os,
Message msg) |
Copyright © 2017 etc.to. All rights reserved.