jbostoen / itop-jb-mail-to-ticket-automation-v2

Originally a fork of Combodo's Mail to Ticket Automation, enriched with some new features. Also contains some bug fixes.
https://jeffreybostoen.be
6 stars 3 forks source link

Feature: ability to define regex pattern from where on the e-mail content should no longer be processed #41

Open jbostoen opened 1 year ago

jbostoen commented 1 year ago

Quite a few service desks have a line in their e-mail notifications similar to "Reply above this line."

In iTop we could allow users to specify specific patterns per configured mailbox (rather than in the configuration file) to mark where the e-mail processing should stop.

While this would work perfectly for plain text, the result for HTML may be less optimal. It could mean HTML tags are not closed anymore. This would need to be fixed.

Suggestions:

To do: investigate if iTop natively does this kind of thing too.

jbostoen commented 9 months ago

Other considerations: