| Package | Description |
|---|---|
| i2p.susi.webmail |
The SusiMail webapp, which implements a webmail interface, POP3 and SMTP client-side protocols, and local caching of email.
|
| i2p.susi.webmail.smtp |
SMTP protocol implementation for SusiMail.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Draft.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
int |
Draft.addAttachment(Attachment a) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SMTPClient.sendMail(String host,
int port,
String user,
String pass,
String sender,
List<String> recipients,
StringBuilder body,
List<Attachment> attachments,
String boundary) |
static void |
SMTPClient.writeMail(Writer out,
StringBuilder body,
List<Attachment> attachments,
String boundary)
Caller must close out
|