|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MailAttachmentsManager
| Field Summary | |
|---|---|
static String |
CID_PREFIX
Content-ID for generated attachments. |
| Method Summary | |
|---|---|
Iterable<javax.mail.BodyPart> |
buildAttachmentsBodyParts()
Builds bodyPart for each image (including avatars) added to this manager |
int |
getAttachmentsCount()
Returns the number of attachments added to this manager |
String |
getAvatarUrl(ApplicationUser user)
Returns a link to access user avatar in email message. |
String |
getAvatarUrl(String username)
Returns a link to access user avatar in email message. |
String |
getAvatarUrl(TemplateUser templateUser)
Returns a link to access user avatar in email message. |
String |
getImageUrl(String path)
Tries to add image specified by path to email attachments. |
| Field Detail |
|---|
static final String CID_PREFIX
| Method Detail |
|---|
String getAvatarUrl(String username)
username -
String getAvatarUrl(TemplateUser templateUser)
templateUser -
String getAvatarUrl(ApplicationUser user)
user -
String getImageUrl(String path)
path -
int getAttachmentsCount()
Iterable<javax.mail.BodyPart> buildAttachmentsBodyParts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||