When folderlist contauns UTF-7 coded foldersnames, then search list contains unreadable folders list. So I try to convert it with array_map. But when I try to move message to folder woth that name -
got error "UID MOVE: Mailbox name is not valid mUTF-7".
So, the question is to use rcmail localize_foldername instead of current folder_list for displaying special folders, and fix the other script of the plugin to correctly move messages. And to use Rcube method to build select tree of folders.
When folderlist contauns UTF-7 coded foldersnames, then search list contains unreadable folders list. So I try to convert it with array_map. But when I try to move message to folder woth that name - got error
"UID MOVE: Mailbox name is not valid mUTF-7"
.So, the question is to use rcmail
localize_foldername
instead of currentfolder_list
for displaying special folders, and fix the other script of the plugin to correctly move messages. And to use Rcube method to build select tree of folders.