Move IncomingEmail and ServiceDeskEmail to Email namespace
We should move these classes under Email namespace. We'll need to ensure any scripts/tasks/workers that reference them (as part of our email flow) are also updated.
The following discussion from !102003 (merged) should be addressed:
-
@felipe_artur started a discussion: (+2 comments) I wonder if this should be moved into
lib/gitlab/emailfolder and defined asGitlab::Email::Incoming, and alsoServiceDeskEmail->Gitlab::Email::ServiceDesk.Could be done in a follow-up if you think it makes sense.