Issue 1: Before the parsing process can begin, we first strip out the HTML tags from email body. During this process (for HTML emails), we have observed few isolated scenarios like below …in reference to final text (output of parsing):

  • Sometime Space in between few words gets removed
  • Some special characters like “+ ” gets removed


Work-Around: Try using email of type plain text (instead of HTML formatted email)