Page MenuHomePhorge

D3851.1775249193.diff
No OneTemporary

Authored By
Unknown
Size
374 B
Referenced Files
None
Subscribers
None

D3851.1775249193.diff

diff --git a/pykolab/imap_utf7.py b/pykolab/imap_utf7.py
--- a/pykolab/imap_utf7.py
+++ b/pykolab/imap_utf7.py
@@ -112,6 +112,8 @@
elif b64_buffer:
b64_buffer.append(c)
# No buffer initialized yet, should be an ASCII printable char
+ elif isinstance(c, int):
+ res.append(chr(c))
else:
res.append(c)

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 8:46 PM (11 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18826427
Default Alt Text
D3851.1775249193.diff (374 B)

Event Timeline