2000-11-06 Kenichi OKADA <okada@opaopa.org>
+ * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
+
+2000-11-06 Kenichi OKADA <okada@opaopa.org>
+
* elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
non-nil, make hierarchy.
(unless (string= (elmo-imap4-spec-username spec)
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)
+ (setq append-serv
+ (concat append-serv "/" (symbol-name (elmo-imap4-spec-auth spec)))))
(unless (string= (elmo-imap4-spec-hostname spec)
elmo-default-imap4-server)
(setq append-serv (concat append-serv "@" (elmo-imap4-spec-hostname