As we are adding HTML from external messages into the mail composer
HTML widget, we do not control what is in there and it could break
the webclient or making it unresponsive depending on its content.
Sanitizing the body of the quoted message might not solve all the
issues, but it at least provides a hook for extra processing.
_prep_quoted_reply_body. put the format date in the env format
[15][IMP]mail_quoted_reply: Added signature, and translate fields
Make it: From, Date, Subject Strings translate
Addded User Signature
Update mail_message.py
Update CONTRIBUTORS.rst
This commit adds functionality to include the original subject of a message when composing a quoted reply. The `get_record_data` method in the `MailComposeMessage` model has been updated to check if there is a default subject and, if so, prepend "Re: " to it. This ensures that the new subject for the quoted reply includes a "Re:" prefix.