Closed georgringer closed 3 years ago
I checked out the new implementation and I suggest the following changes:
parseSubject
parseBodytext
BeforeAssignment
parseMailText
With those changes it is now possible to:
I checked out the new implementation and I suggest the following changes:
parseSubject
andparseBodytext
have their dedicated signal slot, therefore the introducedBeforeAssignment
slot is not neededparseMailText
as kind of afterRender, it needs the information if the bodytext or subject is processed.With those changes it is now possible to: