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.webmailMethods 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 intDraft. addAttachment(Attachment a)
- 
Uses of Attachment in i2p.susi.webmail.smtpMethod parameters in i2p.susi.webmail.smtp with type arguments of type Attachment Modifier and Type Method Description booleanSMTPClient. sendMail(String host, int port, String user, String pass, String sender, String[] recipients, StringBuilder body, List<Attachment> attachments, String boundary)static voidSMTPClient. writeMail(Writer out, StringBuilder body, List<Attachment> attachments, String boundary)Caller must close out
 
-