com.atlassian.jira.mail.util.MailAttachmentsManager |
Known Indirect Subclasses
|
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CID_PREFIX | Content-ID for generated attachments. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builds bodyPart for each image (including avatars) added to this manager
| |||||||||||
Returns the number of attachments added to this manager
| |||||||||||
Returns a link to access user avatar in email message.
| |||||||||||
Returns a link to access user avatar in email message.
| |||||||||||
Returns a link to access user avatar in email message.
| |||||||||||
Tries to add image specified by path to email attachments.
|
Content-ID for generated attachments.
Builds bodyPart for each image (including avatars) added to this manager
Returns the number of attachments added to this manager
Returns a link to access user avatar in email message. If avatar can be attached to email, the cid link is returned, otherwise avatar URL is returned and no image is attached. (E.g. If Gravatar is enabled)
Returns a link to access user avatar in email message. If avatar can be attached to email, the cid link is returned, otherwise avatar URL is returned and no image is attached. (E.g. If Gravatar is enabled)
Returns a link to access user avatar in email message. If avatar can be attached to email, the cid link is returned, otherwise avatar URL is returned and no image is attached. (E.g. If Gravatar is enabled)
Tries to add image specified by path to email attachments. Returns image cid link if succeeds or unchanged path if specified path cannot be added as attachment