Comment 3 for bug 812968

Revision history for this message
Miguel Ángel Molina (sslapp) wrote :

I've commited a fix to this issue that "seems" to work.

Now gibareto handles nested tags and tags with the "/" character in its name.
Due to the limitation (by the S.O.) to create directories whose name contains the "/" character, this char is replaced by "+", so, the folder "this/is/a/folder" is saved as "this+is+a+folder".

Download the file gb_imap.py at revision 15 and give it a try.

Thank you.