Uses of Class
i2p.susi.webmail.Attachment
Packages that use 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
Methods in i2p.susi.webmail that return types with arguments of type AttachmentMethods in i2p.susi.webmail with parameters of type Attachment -
Uses of Attachment in i2p.susi.webmail.smtp
Method parameters in i2p.susi.webmail.smtp with type arguments of type AttachmentModifier 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