com.atlassian.jira.service.util.handler
Class NonQuotedCommentHandler

java.lang.Object
  extended by com.atlassian.jira.service.util.handler.AbstractMessageHandler
      extended by com.atlassian.jira.service.util.handler.AbstractCommentHandler
          extended by com.atlassian.jira.service.util.handler.NonQuotedCommentHandler
All Implemented Interfaces:
MessageHandler

public class NonQuotedCommentHandler
extends AbstractCommentHandler

This handler adds the body of the email as a comment, using the subject to determine which issue to add the comment to.

The difference between this and FullCommentHandler is that this will strip any quoted lines from the email (ie lines that start with > or |).

See Also:
FullCommentHandler

Field Summary
 
Fields inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler
applicationProperties, bulk, catchEmail, commentManager, CONTENT_TYPE_PKCS7, CONTENT_TYPE_TEXT, createUsers, deleteEmail, issueFactory, KEY_BULK, KEY_CATCHEMAIL, KEY_CREATEUSERS, KEY_NOTIFYUSERS, KEY_REPORTER, notifyUsers, params, reporteruserName
 
Constructor Summary
NonQuotedCommentHandler()
           
 
Method Summary
protected  String getEmailBody(javax.mail.Message message)
          Given a message - this handler will add the entire message body as a comment to the first issue referenced in the subject.
 String stripQuotedLines(String body)
          Given an email body, strips quoted lines and the 'attribution' line that most mailers prepend (eg.
 
Methods inherited from class com.atlassian.jira.service.util.handler.AbstractCommentHandler
getEventTypeId, handleMessage
 
Methods inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler
addError, addError, addErrorAndReturnFalse, addErrorAndReturnFalse, canHandleMessage, createAttachmentsForMessage, createAttachmentWithPart, createUserForReporter, findUserByEmail, findUserByUsername, getAssociatedIssue, getAuthorFromSender, getErrorHandler, getFileFromPart, getI18nBean, getPrecedenceHeader, getReporter, init, recordMessageId, renameFileIfInvalid, setErrorHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonQuotedCommentHandler

public NonQuotedCommentHandler()
Method Detail

getEmailBody

protected String getEmailBody(javax.mail.Message message)
                       throws javax.mail.MessagingException
Given a message - this handler will add the entire message body as a comment to the first issue referenced in the subject.

Specified by:
getEmailBody in class AbstractCommentHandler
Throws:
javax.mail.MessagingException

stripQuotedLines

public String stripQuotedLines(String body)
Given an email body, strips quoted lines and the 'attribution' line that most mailers prepend (eg. "On Wed 21 Oct 2004, Joe Bloggs wrote:").



Copyright © 2002-2007 Atlassian. All Rights Reserved.