Hi,

Another possibility for this failure could be that you are exceeding the
mailboxname sizelimit (currently 100 chars). Assuming you are not, however;
I just checked adding a '!' to the accepted mailboxchar list and found no
problems; try to run ./dbmail-imapd after 'make clean all' to make sure you
are using the right binary. Otherwise: are those characters ASCII? Unicode
is not supported. And make sure you add those new chars to the
'acceptedchars'. If it is not in that list, the imapd will kick you away
(sending other characters than needed is assumed to be a threat) - but you
probably did since you get the error 'invalid mailbox name chars'.

regards roel


----- Original Message -----
From: "Kostas Georgakopoulos" <[EMAIL PROTECTED]>
To: <dbmail@dbmail.org>
Sent: Thursday, September 19, 2002 10:27 AM
Subject: [Dbmail] dbmail-imapd mailboxes with characters other than latin


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
_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail



Reply via email to