summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSimon Fondrie-Teitler <simonft@riseup.net>2017-09-29 12:12:23 -0400
committerKali Kaneko <kali@leap.se>2017-10-11 23:34:54 +0200
commit7ded13dafb6a29dcbbbabc32008685db49d42f77 (patch)
tree4299a22ffd8d9344f88f507f2336693f63a7565a /docs/conf.py
parent59f0e2b83d982ac1a83a29ef2ac4bf34a1862adf (diff)
[bug] Keep content-type when it is set in message headers
When content-type was set in the message headers instead of the MIMEPart (e.g. when not using MIMEParts in the message) bitmask would ignore it and add the content as text/plain. This caused problems with Nylas. To fix this, if the message is not Multipart I'm keeping the assumption that everything is going to have the maintype of "text" but copying the subtype from the original message. This also decodes the original message's payload before attaching the old content to the new message to make up for the loss of encoding information. -Resolves: #9064
Diffstat (limited to 'docs/conf.py')
0 files changed, 0 insertions, 0 deletions