_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.