diff options
author | drebs <drebs@leap.se> | 2013-12-28 20:09:03 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-01-09 11:51:00 -0200 |
commit | 8d729209ceab5d9b4f4837d2f7f21118dd072655 (patch) | |
tree | 453930abda588ed99ea3b1d7bc8ce5d7281fd173 /mail/changes/bug_4830_convert-unicode-to-str-when-raising | |
parent | b92e0962d4ab08f450700dc9fabf2d7eab203aa7 (diff) |
Convert unicode to str when raising in IMAP server (#4830).
Diffstat (limited to 'mail/changes/bug_4830_convert-unicode-to-str-when-raising')
-rw-r--r-- | mail/changes/bug_4830_convert-unicode-to-str-when-raising | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/changes/bug_4830_convert-unicode-to-str-when-raising b/mail/changes/bug_4830_convert-unicode-to-str-when-raising new file mode 100644 index 00000000..86d9b1cd --- /dev/null +++ b/mail/changes/bug_4830_convert-unicode-to-str-when-raising @@ -0,0 +1 @@ + o Convert unicode to str when raising exceptions in IMAP server (#4830). |