com.atlassian.confluence.plugins.replytoemail
Class ReplyToEmailHandler
java.lang.Object
com.atlassian.confluence.plugins.replytoemail.ReplyToEmailHandler
- All Implemented Interfaces:
- EmailHandler
public class ReplyToEmailHandler
- extends java.lang.Object
- implements EmailHandler
Handles emails that are Replies to emails sent from Confluence.
Allows users to add comments by replying to Page, Blog and Comment notifications.
- Since:
- 5.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplyToEmailHandler
public ReplyToEmailHandler(@Qualifier(value="contentEntityManager")
ContentEntityManager contentEntityManager,
CommentManager commentManager,
com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
UsersByEmailService usersByEmailService,
EmailContentParser emailContentParser,
AttachmentConverterService attachmentConverterService)
handle
public boolean handle(ReceivedEmail email)
throws EmailHandlingException
- Specified by:
handle
in interface EmailHandler
- Returns:
- true if this handler handled this email.
- Throws:
EmailHandlingException
Copyright © 2003-2014 Atlassian. All Rights Reserved.