Page MenuHomePhorge

D3851.1775206817.diff
No OneTemporary

Authored By
Unknown
Size
376 B
Referenced Files
None
Subscribers
None

D3851.1775206817.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
Fri, Apr 3, 9:00 AM (14 h, 26 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823376
Default Alt Text
D3851.1775206817.diff (376 B)

Event Timeline