[Mew-dist 14704] Re: error message of AUTH mechs

OHARA Shigeki os at example.com
2000年 10月 23日 (月) 18:38:26 JST


大原です。

From: Kazu Yamamoto (山本和彦) <kazu at example.com>
Subject: [Mew-dist 14698] Re: error message of AUTH mechs
Message-ID: <20001023.142326.112598817.kazu at example.com>
Date: Mon, 23 Oct 2000 14:24:31 +0900

> > その仕様自体はこれで構わないとは思いますが、
> > 認証エラーの原因が認証メカニズムのエラーであることがわかりづらいので、
> > できれば、*Mew debug* の出力で、
> > 「サーバが CRAM-MD5 をサポートしていない」
> > ということがわかるようになっていると良いと思います。
> 
> どのタイミングでどう表示したいのか具体的に分りませんので、パッチを作成
> してもらえますか?

こんな感じでしょうか。


--- mew-smtp.el.orig	Mon Sep 18 12:31:18 2000
+++ mew-smtp.el	Mon Oct 23 17:50:21 2000
@@ -325,6 +325,8 @@
   (if (and mew-draft-smtp-auth
 	   (string-match "AUTH .*CRAM-MD5" (mew-smtp-get-string pnm)))
       (process-send-string pro (format "AUTH CRAM-MD5%s" mew-cs-eol))
+    (if mew-draft-smtp-auth
+	(mew-smtp-debug "<AUTH>" "(SMTP server not supports CRAM-MD5)\n"))
     (mew-smtp-set-status pnm "mail-from")
     (mew-smtp-command-mail-from pro pnm)))
 

----
OHARA Shigeki (大原重樹) <os at example.com>



Mew-dist メーリングリストの案内