On Wed, Apr 06, 2005 at 03:55:09PM +0300, Derya Sezen wrote: > > Hi, > > How is it possible to enter local characters in qmail-ldap > MailReplyText? I've found some possibilities about base64 input but > didn't get succeeded about that. How can i make qmail-ldap to decode > MailReplyText as base64? > It didn't understand as i entered "multiline base64" as the first line > in MailReplyText... >
The de-base64 is done automaticaly by the ldap library (acctually I think it is done while importing the data). qmail-reply uses UTF-8 as character encoding to send out mails (UTF-8 is also used by LDAP to store non ascii text). With a inteligent client -- as example I use gq -- it is as simple as writing the text into the MailReplyText field and hit "Apply". The client does the UTF-8 coding and everything works. -- :wq Claudio
