From 7bef170d76024027506dcc313e1aa85427c59e5c Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 20 Jan 2001 13:37:24 +0000 Subject: [PATCH] Use `clear' instead of `plain' in IMAP4 auth description. --- doc/wl-ja.texi | 10 +++++----- doc/wl.texi | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 82bd3cc..fe8f5a2 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -763,7 +763,7 @@ RFC 2060 $B$G5,Dj$5$l$?(B IMAP4rev1 $B$rMxMQ$7$F%a!<%k$rFI$`$?$a$N%U%)%k%@$G$ @var{$BG'>ZK!(B}$B$K$O(B @code{login} ($B%(%s%3!<%I$7$F%Q%9%o!<%I$rAw?.(B)$B$+(B @code{cram-md5} (CRAM-MD5 $B$K$h$kG'>Z(B)$B$+(B @code{digest-md5} (DIGEST-MD5 $B$K$h$kG'>Z(B)$B$+(B - @code{plain} ($B$^$?$O(B @code{nil}$B!#@8%Q%9%o!<%I$rAw?.(B) $B$N$$$:$l$+$r;XDj!#(B + @code{clear} ($B$^$?$O(B @code{nil}$B!#@8%Q%9%o!<%I$rAw?.(B) $B$N$$$:$l$+$r;XDj!#(B @end example (CRAM-MD5 $B$d(B DIGEST-MD5 $B$K$h$kG'>Z$r9T$J$&$K$O(B $BK\%Q%C%1!<%8$N(B @@ -802,8 +802,8 @@ non-nil $B$J$i!"(B@samp{!} $B$rIU$1$J$/$F$b(B SSL $B$r;H$$$^$9!#(B'starttl $BG'>ZK!$H$7$F!"(B@code{login}$B!"(B@code{cram-md5} $B$b$7$/$O(B @code{digest-md5} $B$r;XDj$7$?>l9g!"%Q%9%o!<%I$r%(%s%3!<%I$7$FAw?.$7$^$9!#$?$@$7!"%5!<%PB&$,(B $B%Q%9%o!<%I$r%(%s%3!<%I$7$Fl9g$O!"3NG'$N$N$A!"(B -@code{plain} ($B@8%Q%9%o!<%I$rAw$k(B) $B$K@ZBX$($^$9!#JQ?t(B -@code{elmo-imap4-force-login} $B$,(B non-nil $B$J$i$P!"3NG'L5$7$K(B @code{plain} +@code{clear} ($B@8%Q%9%o!<%I$rAw$k(B) $B$K@ZBX$($^$9!#JQ?t(B +@code{elmo-imap4-force-login} $B$,(B non-nil $B$J$i$P!"3NG'L5$7$K(B @code{clear} $B$K@ZBX$($^$9(B($B=i4|@_Dj$O(B @code{nil})$B!#(B $BNc(B: @@ -814,9 +814,9 @@ non-nil $B$J$i!"(B@samp{!} $B$rIU$1$J$/$F$b(B SSL $B$r;H$$$^$9!#(B'starttl %#mh/inbox -> IMAP $B$N%a!<%k%\%C%/%9!"(B"#mh/inbox" %inbox:hoge -> IMAP $B$N%a!<%k%\%C%/%9!"(B"inbox" $B$X%f!<%6(B "hoge" $B$G%"%/%;%9!#(B -%inbox:hoge/plain@@server1 +%inbox:hoge/clear@@server1 -> server1 $B>e$N(B IMAP $B$N%a!<%k%\%C%/%9(B "inbox" $B$X(B - $B%f!<%6(B "hoge" $B$G!"@8%Q%9%o!<%I$rAw$C$F(B('plain $B$G(B) + $B%f!<%6(B "hoge" $B$G!"@8%Q%9%o!<%I$rAw$C$F(B('clear $B$G(B) $B%"%/%;%9!#(B @end group @end example diff --git a/doc/wl.texi b/doc/wl.texi index 47c21f3..b1550d4 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -737,7 +737,7 @@ Format: You can specify @code{login} (encoded password transmission), @code{cram-md5} (CRAM-MD5 authentication), @code{digest-md5} (DIGEST-MD5 -authentication) or @code{plain} (or @code{nil}, plain password +authentication) or @code{clear} (or @code{nil}, plain password transmission) as @var{authenticate-type}. (To use CRAM-MD5 or DIGEST-MD5 authentication, you must install @file{utils/sasl} package.) @@ -771,9 +771,9 @@ will be the default connection. If you specify @code{login}, @code{cram-md5} or @code{digest-md5} as authentication method, the password is sent in encoded form. But, if your server is unable to receive an encoded password, authentication -will fall back to @code{plain} (that is, sending password in raw format) +will fall back to @code{clear} (that is, sending password in raw format) after confirmation to user. If @code{elmo-imap4-force-login} is non-nil, -authentication will fall back to @code{plain} without confirmation +authentication will fall back to @code{clear} without confirmation (default value is @code{nil}). Example: @@ -784,10 +784,10 @@ Example: %#mh/inbox -> IMAP mailbox "#mh/inbox" %inbox:hoge -> IMAP mailbox "inbox" of user "hoge". -%inbox:hoge/login@@server1 +%inbox:hoge/clear@@server1 -> server1's IMAP mailbox "inbox" of user "hoge", with plain password authentication - ('plain). + ('clear). @end group @end example -- 1.7.10.4