This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andrzejQ
Recipients andrzejQ, barry, r.david.murray
Date 2021-10-21.11:18:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634815086.56.0.391780385462.issue45551@roundup.psfhosted.org>
In-reply-to
Content
email.message - EmailMessage Error
Missing white space after folding on ','

msg['To'] = 'Ab Ć<abc@def.com>,Ab Ć<abc@def.com>,Ab Ć<abc@def.com>,Ab Ć<abc@def.com>'

print(msg.as_string())
'''
To: Ab =?utf-8?q?=C4=86?=<abc@def.com>,Ab =?utf-8?q?=C4=86?=<abc@def.com>,
Ab =?utf-8?q?=C4=86?=<abc@def.com>,Ab =?utf-8?q?=C4=86?=<abc@def.com>
Subject: EmailMessage Error. Missing white space after folding on ",".
 https://www.ietf.org/rfc/rfc2822.txt , 2.2.3. Long Header Fields
'''
History
Date User Action Args
2021-10-21 11:18:06andrzejQsetrecipients: + andrzejQ, barry, r.david.murray
2021-10-21 11:18:06andrzejQsetmessageid: <1634815086.56.0.391780385462.issue45551@roundup.psfhosted.org>
2021-10-21 11:18:06andrzejQlinkissue45551 messages
2021-10-21 11:18:06andrzejQcreate