Skip to content

Refactor incoming and service desk email handlers

charlie ablett requested to merge 364180-cablett-mail-class-interface into master

What does this MR do and why?

The methods between IncomingEmail and ServiceDeskEmail were very similar and sometimes they are used in such a way that any method need to be on both to avoid issues like #364118 (closed)

Many of the methods were identical or similar and so they could be moved to Common.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #364180 (closed)

Edited by charlie ablett

Merge request reports