* elmo-pop3.el (elmo-network-authenticate-session): Abolish `elmo-pop3-force-login'.
authorokada <okada>
Sun, 19 Nov 2000 19:59:25 +0000 (19:59 +0000)
committerokada <okada>
Sun, 19 Nov 2000 19:59:25 +0000 (19:59 +0000)
elmo/elmo-pop3.el
elmo/elmo-vars.el

index ac5b30c..d47437c 100644 (file)
         client name step response
         sasl-read-passphrase)
     (unless mechanism
-      (if (or elmo-pop3-force-login
-             (y-or-n-p
-              (format
-               "There's no %s capability in server. continue?"
-               (elmo-list-to-string
-                  (elmo-network-session-auth-internal session)))))
-           (setq mechanism (sasl-find-mechanism
-                            sasl-mechanisms))
-         (signal 'elmo-authenticate-error '(elmo-pop3-auth-no-mechanisms))))
+      (signal 'elmo-authenticate-error '(elmo-pop3-auth-no-mechanisms))))
       (setq client
            (sasl-make-client
             mechanism
index 4c26e37..8df13bf 100644 (file)
@@ -180,7 +180,6 @@ For disconnected operations.")
 (defvar elmo-auto-change-plugged 600
   "*Time to expire change plugged state automatically, as the number of seconds.
 Don't change plugged state automatically if nil.")
-
 (defvar elmo-plugged-condition 'one
   "*The condition for `elmo-plugged' becomes on.
 If `all', when all ports are on.  If `one', when even one port is on.