From ddebbea228cff2a7e8f4794c4235a7fa15c67db5 Mon Sep 17 00:00:00 2001 From: teranisi Date: Wed, 22 Dec 2004 02:44:17 +0000 Subject: [PATCH] Update. --- doc/wl-ja.texi | 7 +++++++ doc/wl.texi | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index d510624..b3275eb 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -5218,6 +5218,13 @@ SMTP AUTH による認証を行なうときの認証方式を文字列で指定します。 などが指定できます。 @code{nil} なら認証を行いません。 +@item wl-smtp-authenticate-realm +@vindex wl-smtp-authenticate-realm +初期設定は @code{nil}。 +SMTP AUTH による認証を行なうときのレルム(realm)を文字列で指定します。 +レルムの指定は DIGEST-MD5 等の認証方式で必要な場合があります。 +@code{nil} の場合はレルムの指定を行いません。 + @item wl-smtp-connection-type @vindex wl-smtp-connection-type 初期設定は @code{nil}。 diff --git a/doc/wl.texi b/doc/wl.texi index d0cc8c4..bd4de19 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -5204,6 +5204,14 @@ AUTH authentication. You may specify @code{plain}, @code{cram-md5}, @code{digest-md5}, @code{login}, etc. If @code{nil}, authentication will not be carried out. +@item wl-smtp-authenticate-realm +@vindex wl-smtp-authenticate-realm +The initial setting is @code{nil}. +This string-valued variable specifies the authentication realm for SMTP +AUTH authentication. You have to set this variable for DIGEST-MD5 +authentication and so on. +If @code{nil}, authentication realm is not specified in the authentication. + @item wl-smtp-connection-type @vindex wl-smtp-connection-type The initial setting is @code{nil}. -- 1.7.10.4