-
BPO | [21492](https://bugs.python.org/issue21492)
--- | :---
Nosy | @warsaw, @ezio-melotti, @bitdancer, @berkerpeksag, @louisabraham
Dependencies | bpo-6302: Add decode_header_as_string method to emai…
-
Encodings other than ISO-2022-JP have the property that if you concatenate two outputs from a conforming encoder and decode them together, you get the same result as when decoding them separately and …
-
```
DecodeHeader('=?utf-8?B?
0JDQn9CV0JrQodCe0KTQojog0JfQsNC60LDQtyDQv9GA0LXQ?= =?utf-8?
B?t9C10L3RgtCw0YbQuNC4?=')
Expected:
"АПЕКСОФТ: Заказ презентации"
Actual:
"АПЕКСОФТ: Заказ пре??ентации"
```…
-
I have this pair of lines in an email that fails DKIM signature verification:
`List-Unsubscribe: ,
`
If I merge them and remove the whitespace, the dkim signature verification succeeds as expect…
-
From: [Zbierski](christophe.zbierski@atosorigin.com)
Bugzilla-Id: 3266
Version: 2.3.x
Owner: [Ken Murchison](murch@andrew.cmu.edu)
brong updated
14 years ago
-
```
DecodeHeader('=?utf-8?B?
0JDQn9CV0JrQodCe0KTQojog0JfQsNC60LDQtyDQv9GA0LXQ?= =?utf-8?
B?t9C10L3RgtCw0YbQuNC4?=')
Expected:
"АПЕКСОФТ: Заказ презентации"
Actual:
"АПЕКСОФТ: Заказ пре??ентации"
```…
-
- 푸시 발송 여부 저장
- 푸시 메세지 템플릿과 연결
- 푸시 메세지 도메인 추가
-
# Bug report
Hi everyone,
When passing headers that contain utf-8 characters (in my case a Cookie), it failed to encode the correct charset because stuck on latin-1 encoding.
```
File "/usr/…
-
**Describe the bug**
I found a problem parsing the name of an email attachment. If I open the same email in outlook or thunderbird the attachment name is shown correctly. Also tested with an RFC 2047…
-
**How to reproduce** (the pathname does not have to exist on the system):
``` commonlisp
(drakma:http-request "http://example.com" :method :post :parameters '(("file" . #p"~/尻.txt")) :external-format…