Uses of Class
i2p.susi.webmail.Attachment
-
Packages that use Attachment 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 -
-
Uses of Attachment in i2p.susi.webmail
Methods in i2p.susi.webmail that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
Draft. getAttachments()
Methods in i2p.susi.webmail with parameters of type Attachment Modifier and Type Method Description int
Draft. addAttachment(Attachment a)
-
Uses of Attachment in i2p.susi.webmail.smtp
Method parameters in i2p.susi.webmail.smtp with type arguments of type Attachment Modifier and Type Method Description static void
SMTPClient. writeMail(Writer out, StringBuilder body, List<Attachment> attachments, String boundary)
Caller must close out
-