Bugzilla – Attachment 49723 Details for
Bug 36763
Mail Merge E-Mail stops with error "Invalid Address"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
plausible backport from/for python itself
might.be.this.patch (text/plain), 455 bytes, created by
Caolán McNamara
on 2011-07-29 09:16:00 UTC
(
hide
)
Description:
plausible backport from/for python itself
Filename:
MIME Type:
Creator:
Caolán McNamara
Created:
2011-07-29 09:16:00 UTC
Size:
455 bytes
patch
obsolete
>--- ./python-inst/lib/python2.6/email/encoders.py 2011-07-29 17:12:56.885718426 +0100 >+++ ./python-inst/lib/python2.6/email/encoders.py 2011-07-29 17:13:49.002403445 +0100 >@@ -42,7 +42,7 @@ > Also, add an appropriate Content-Transfer-Encoding header. > """ > orig = msg.get_payload() >- encdata = _bencode(orig) >+ encdata = str(_bencode(orig)).encode('ascii') > msg.set_payload(encdata) > msg['Content-Transfer-Encoding'] = 'base64' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 36763
:
46237
| 49723