Uses of Class
i2p.susi.webmail.Attachment
Package
Description
The SusiMail webapp, which implements a webmail interface,
POP3 and SMTP client-side protocols, and local caching of email.
-
Uses of Attachment in i2p.susi.webmail
-
Uses of Attachment in i2p.susi.webmail.smtp
Modifier and TypeMethodDescriptionboolean
SMTPClient.sendMail
(String host, int port, String user, String pass, String sender, 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