Class NotificationEmailHelper
java.lang.Object
com.atlassian.confluence.mail.notification.NotificationEmailHelper
Deprecated.
since 7.5.0
Helper methods for generating and parsing message ids.
- Since:
- 5.3
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Deprecated.Finder for content ids. -
Constructor Summary
ConstructorDescriptionNotificationEmailHelper
(com.atlassian.mail.server.MailServerManager mailServerManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionextractTargetContentFromEmailReply
(Map<String, List<String>> headers, NotificationEmailHelper.ContentFinder contentFinder) Deprecated.Retrieves the relevant content object from the given (reply) email headers.static NotificationEmailHelper
Deprecated.since 5.8.void
populateTrackingHeaders
(com.atlassian.mail.Email mail, Long contentId) Deprecated.Adds a message id and reply address derived from the given content id
-
Constructor Details
-
NotificationEmailHelper
public NotificationEmailHelper(com.atlassian.mail.server.MailServerManager mailServerManager) Deprecated.
-
-
Method Details
-
extractTargetContentFromEmailReply
public ContentEntityObject extractTargetContentFromEmailReply(Map<String, List<String>> headers, NotificationEmailHelper.ContentFinder contentFinder) Deprecated.Retrieves the relevant content object from the given (reply) email headers.- Parameters:
headers
- the headers from an email replycontentFinder
- function to resolveContentEntityObject
s from a content id.- Returns:
- the
ContentEntityObject
resolved. - Since:
- 5.8
-
populateTrackingHeaders
Deprecated.Adds a message id and reply address derived from the given content id- Parameters:
mail
- the mail to modifycontentId
- the content id- Since:
- 5.8
-
newNotificationEmailHelper
Deprecated.since 5.8. UseNotificationEmailHelper(com.atlassian.mail.server.MailServerManager)
instead.
-