Issue caused by inline images not being replaced after a loadAll call (without notify) which sanitizes mail body.
This is due to the replaceInlineImages call being inside a loadCompleteNotification listener.
Fixed by calling loadAll with notify in reply. loadAll is also now only called when necessary.
Issue caused by inline images not being replaced after a loadAll call (without notify) which sanitizes mail body. This is due to the replaceInlineImages call being inside a loadCompleteNotification listener.
Fixed by calling loadAll with notify in reply. loadAll is also now only called when necessary.
Related to #6523 Fix #8003