jadolg / webpymail

Automatically exported from code.google.com/p/webpymail
GNU General Public License v3.0
0 stars 0 forks source link

Folder name decoding issue #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Foldername to unicode in hlimap/imapfolder.py:
you have to repalce ',' with '/'.
like this:

    return unicode(mailbox.replace('+','+-').replace('&','+').replace(',','/'),'utf-7')

RFC3501  5.1.3

Original issue reported on code.google.com by akimov.a...@gmail.com on 13 Aug 2010 at 9:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r25.

Original comment by hguerreiro@gmail.com on 19 Aug 2010 at 8:18