Skip to content

Support deleting / replacing text in text of inline forwarded mail #172

@RealRaven2000

Description

@RealRaven2000

Expand the functions %deleteQuotedText()% and %replaceQuotedText()% to be used on the body of a forwarded Email. This should work when the template is applied while forwarding an Email inline. To show that the quoted text should be affected and make the change backwards compatible, the quoteLevel parameter should be explicitly set to 0

Should also be able to support the functions %deleteQuotedTags()% and %replaceQuotedTags()%.

Usage examples:

%deleteQuotedText("multiple",0)%
%replaceQuotedText("Daily","nightly",0)%
%deleteQuotedTags("div.helter",0)%
%replaceQuotedTags("div.skelter","<p>you're welcome!</p>",0)%

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions