[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/gnus/imap.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/gnus/imap.el |
Date: |
Fri, 30 Aug 2002 07:10:31 -0400 |
Index: emacs/lisp/gnus/imap.el
diff -c emacs/lisp/gnus/imap.el:1.6 emacs/lisp/gnus/imap.el:1.7
*** emacs/lisp/gnus/imap.el:1.6 Thu Dec 20 13:59:32 2001
--- emacs/lisp/gnus/imap.el Fri Aug 30 07:10:30 2002
***************
*** 240,249 ****
(starttls imap-starttls-p imap-starttls-open))
"Definition of network streams.
! (NAME CHECK OPEN)
NAME names the stream, CHECK is a function returning non-nil if the
! server support the stream and OPEN is a function for opening the
stream.")
(defvar imap-authenticators '(gssapi
--- 240,249 ----
(starttls imap-starttls-p imap-starttls-open))
"Definition of network streams.
! \(NAME CHECK OPEN)
NAME names the stream, CHECK is a function returning non-nil if the
! server supports the stream and OPEN is a function for opening the
stream.")
(defvar imap-authenticators '(gssapi
***************
*** 263,273 ****
(digest-md5 imap-digest-md5-p imap-digest-md5-auth))
"Definition of authenticators.
! (NAME CHECK AUTHENTICATE)
NAME names the authenticator. CHECK is a function returning non-nil if
the server support the authenticator and AUTHENTICATE is a function
! for doing the actuall authentification.")
(defvar imap-use-utf7 t
"If non-nil, do utf7 encoding/decoding of mailbox names.
--- 263,273 ----
(digest-md5 imap-digest-md5-p imap-digest-md5-auth))
"Definition of authenticators.
! \(NAME CHECK AUTHENTICATE)
NAME names the authenticator. CHECK is a function returning non-nil if
the server support the authenticator and AUTHENTICATE is a function
! for doing the actual authentication.")
(defvar imap-use-utf7 t
"If non-nil, do utf7 encoding/decoding of mailbox names.
***************
*** 367,373 ****
(defvar imap-continuation nil
"Non-nil indicates that the server emitted a continuation request.
! The actually value is really the text on the continuation line.")
(defvar imap-log nil
"Name of buffer for imap session trace.
--- 367,373 ----
(defvar imap-continuation nil
"Non-nil indicates that the server emitted a continuation request.
! The actual value is really the text on the continuation line.")
(defvar imap-log nil
"Name of buffer for imap session trace.