Hello, I have noticed that is not possible to have mailboxes with names that contain characters other than latin ones.Searching through the code i found the function that checks for the mailbox name in imaputil.c and it uses a string defined in imap4.c :
const char AcceptedMailboxnameChars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-=/ _" I changed that so it contains the characters i want (the greek alphabet) but it doesn't work.I did a make clean , rm dbmail-* , make , killall dbmail-imapd (etc) , install-dbmail.sh after changing the code. Dbmail-imapd keeps complaining about invalid characters in mailbox name. How can i make this work? Thanks in advance ______________________________________________________________________________________ http://mobile.pathfinder.gr - Pathfinder Mobile logos & Ringtones! Κέρδισε 1000 ευρώ κάθε εβδομάδα. Παίξε SMS Player τώρα..!- http://www.smsplayer.com/pathfinder
