Rick McGuire ha scritto:
Shouldn't you be maintaining the check for the current encoding being "8bit" before changing this? This can remove the need for unnecessary encoding/decoding. In particular, the MIMEMessage class when it transmits attempts to determine the most optimal encoding based on the data. So, for example, a text part might be using a base64 encoding because it contains a high percentage of characters that would be encoded. Unconditionally forcing this to Q-P bypasses this optimization. And if the text is already in Q-P format, then this will force it to be decoded and reencoded again.
Rick

I saw your comment about the "8bit check", but I didn't see that check in the patch you submitted.

Can you check the JIRA issue?

Thank you,
Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to