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
Original issue reported on code.google.com by
akimov.a...@gmail.com
on 13 Aug 2010 at 9:58