/[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.4.4.2 by zsh, Thu Feb 7 15:44:12 2002 UTC revision 1.4.4.3 by lektu, Fri Aug 30 10:38:28 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 supports 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.

Legend:
Removed from v.1.4.4.2  
changed lines
  Added in v.1.4.4.3

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