Page MenuHomePhorge

D3851.1775437415.diff
No OneTemporary

Authored By
Unknown
Size
376 B
Referenced Files
None
Subscribers
None

D3851.1775437415.diff

diff --git a/pykolab/imap_utf7.py b/pykolab/imap_utf7.py
--- a/pykolab/imap_utf7.py
+++ b/pykolab/imap_utf7.py
@@ -113,7 +113,7 @@
b64_buffer.append(c)
# No buffer initialized yet, should be an ASCII printable char
else:
- res.append(chr(c))
+ res.append(c)
# Decode the remaining buffer if any
if b64_buffer:

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 1:03 AM (55 m, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823376
Default Alt Text
D3851.1775437415.diff (376 B)

Event Timeline