elmo-default-imap4-authenticate-type is nil
(Reported by Bun Mizuhara <mizuhara@acm.org>).
2001-02-27 Yuuichi Teranishi <teranisi@gohome.org>
+ * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
+ elmo-default-imap4-authenticate-type is nil
+ (Reported by Bun Mizuhara <mizuhara@acm.org>).
+
* elmo-vars.el (elmo-pop3-use-uidl): Moved from `elmo-pop3.el'.
(Adviced by Akihiro MOTOKI <mokkun@iname.com>)
elmo-default-imap4-user)
(setq append-serv (concat ":" (elmo-imap4-spec-username spec))))
(unless (eq (elmo-imap4-spec-auth spec)
- elmo-default-imap4-authenticate-type)
+ (or elmo-default-imap4-authenticate-type 'clear))
(setq append-serv
(concat append-serv "/" (symbol-name (elmo-imap4-spec-auth spec)))))
(unless (string= (elmo-imap4-spec-hostname spec)