-
-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
Astroid sends email with the header Content-Type: text/plain; charset=utf-8; format=flowed
. The last part seems to create some embarrassing line breaks, especially when writing longer lines than 76 encoded characters (or umlauts which stretch the editor's wrap width after encoding).
Anyway, format=flowed
seems to be a rather broken standard, and most mail clients don't use it (any more). Is there any reason astroid uses it? And would it cause issues when removing it?