Hello,
I got problem with folders that are created via Microsoft Outlook client to Imap serwer.
Roundcube shows for example in folder menu : "Eleme...y usunięte" - that is not correct. But when I go to settings -> folders I can see them displayed correct.
Anyone can help?
The foldername length reduction is managed by the theme you are using:
In the /skins//templates/mail.html and in /skins//templates/message.html you can find the following:
" />
Where in the default skin the is equal to 25. You can adjust this value to your needs.
Thank You.
After changing lengh value to 25 everything works fine.
regards,