wmorgan / heliotrope

A personal, threaded, search-centric email server.
124 stars 17 forks source link

Gmail dumper does not support non english labels. #10

Closed hsanson closed 13 years ago

hsanson commented 13 years ago

GMail labels are UTF-7 encoded so they are unreadable when they are in languages other than english. Before storing the labels in the heliotrope index these should be converted to UTF-8 that would make them readable and also searchable. The ruby Net::IMAP.decode_utf7 method can be used to accomplish this.

wmorgan commented 13 years ago

fixed in master. thanks!