Another question: I noticed there was Att -> Attachment renaming recently.
There are still some /Att[A-Z']/ occurrences and I'm using Mime.createAttNode()

I guess we should also do /Att[A-Z']/ -> Attachment$1, if so I'd prefer it to be done in separate PR not to mix the fix and the refactoring in one PR.
Originally posted by @limonte in #3256 (comment)
Another question: I noticed there was
Att -> Attachmentrenaming recently.There are still some
/Att[A-Z']/occurrences and I'm usingMime.createAttNode()I guess we should also do
/Att[A-Z']/ -> Attachment$1, if so I'd prefer it to be done in separate PR not to mix the fix and the refactoring in one PR.Originally posted by @limonte in #3256 (comment)