/[emacs]/emacs/lisp/gnus/imap.el
ViewVC logotype

Diff of /emacs/lisp/gnus/imap.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by pj, Thu Dec 20 18:59:32 2001 UTC revision 1.7 by lektu, Fri Aug 30 11:10:30 2002 UTC
# Line 240  until a successful connection is made." Line 240  until a successful connection is made."
240      (starttls  imap-starttls-p         imap-starttls-open))      (starttls  imap-starttls-p         imap-starttls-open))
241    "Definition of network streams.    "Definition of network streams.
242    
243  (NAME CHECK OPEN)  \(NAME CHECK OPEN)
244    
245  NAME names the stream, CHECK is a function returning non-nil if the  NAME names the stream, CHECK is a function returning non-nil if the
246  server support the stream and OPEN is a function for opening the  server supports the stream and OPEN is a function for opening the
247  stream.")  stream.")
248    
249  (defvar imap-authenticators '(gssapi  (defvar imap-authenticators '(gssapi
# Line 263  stream.") Line 263  stream.")
263      (digest-md5 imap-digest-md5-p     imap-digest-md5-auth))      (digest-md5 imap-digest-md5-p     imap-digest-md5-auth))
264    "Definition of authenticators.    "Definition of authenticators.
265    
266  (NAME CHECK AUTHENTICATE)  \(NAME CHECK AUTHENTICATE)
267    
268  NAME names the authenticator.  CHECK is a function returning non-nil if  NAME names the authenticator.  CHECK is a function returning non-nil if
269  the server support the authenticator and AUTHENTICATE is a function  the server support the authenticator and AUTHENTICATE is a function
270  for doing the actuall authentification.")  for doing the actual authentication.")
271    
272  (defvar imap-use-utf7 t  (defvar imap-use-utf7 t
273    "If non-nil, do utf7 encoding/decoding of mailbox names.    "If non-nil, do utf7 encoding/decoding of mailbox names.
# Line 367  human readable response text (a string). Line 367  human readable response text (a string).
367    
368  (defvar imap-continuation nil  (defvar imap-continuation nil
369    "Non-nil indicates that the server emitted a continuation request.    "Non-nil indicates that the server emitted a continuation request.
370  The actually value is really the text on the continuation line.")  The actual value is really the text on the continuation line.")
371    
372  (defvar imap-log nil  (defvar imap-log nil
373    "Name of buffer for imap session trace.    "Name of buffer for imap session trace.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26