emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: Locale Dependent Downcasing in smtpmail]


From: Richard Stallman
Subject: address@hidden: Locale Dependent Downcasing in smtpmail]
Date: Sat, 31 Mar 2007 16:43:23 -0400

Would people please DTRT, then ack?

------- Start of forwarded message -------
X-Spam-Status: No, score=2.8 required=5.0 tests=DNS_FROM_RFC_ABUSE,
        DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS,SPF_PASS,UNPARSEABLE_RELAY 
        autolearn=no version=3.1.0
From: Volkan YAZICI <address@hidden>
To: address@hidden
Date: Wed, 28 Mar 2007 00:37:21 +0300
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Subject: Locale Dependent Downcasing in smtpmail

Hi,

smtpmail tries to downcase the strings using DOWNCASE function during
the SMTP communication. But this leads to some problems in some
locales. I spotted that problem when I tried to launch emacs with
LC_CTYPE=tr_TR locale. In Turkish, downcased I is a dotless i.
Therefore, while it tries to downcase some AUTH mechanisms (in
smtpmail-via-smtp function), PLAIN and LOGIN turns into pla?n and
log?n. And this causes (smtpmail-intersection smtpmail-auth-supported
mechs) to return nil in smtpmail-try-auth-methods function.

IMHO, smtpmail-via-smtp function should switch to ASCII locale (if
that's possible) before calling DOWNCASE.


Regards.


_______________________________________________
bug-gnu-emacs mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]