Skip to content

Fix: Plain text mail with inline image contains broken link in mail content

kawa.acikgoez requested to merge issue/203-plain-text-image-bug into integration/master

Implementation notes

Issue: file names can contain ( and ), like the .eml in the issue ("stapler (1).jpg"). Escape them, the regex regImage expects parentheses not to be present.

Please describe your changes/bugfixes with some words to help the reviewer understand what you want to do

Merge request reports