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
(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.