Move regex processing in EmailProcessor to handling class
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 6 Sep 2023 21:46:10 +0000 (09:46 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 6 Sep 2023 22:03:39 +0000 (10:03 +1200)
commit3e5a65dc095428799c37360a4d1a4fa2fe4da17c
tree5307e4a124c4c6c6b883ad1a7e551fcad04e16ae
parent0d8f47b5b00a9d1112bda6260c9561461a6bd411
Move regex processing in EmailProcessor to handling class

This is a partial of https://github.com/civicrm/civicrm-core/pull/27319
and includes moving a big chunk of code but no logic changes

There is good test cover in CRM_Utils_Mail_EmailProcessorTest

I have split this out as it gets some of the 'bulk' out of that PR which
has a lot of more complex changes to grok
CRM/Utils/Mail/EmailProcessor.php
CRM/Utils/Mail/IncomingMail.php [new file with mode: 0644]