comparison lisp/gnus/imap.el @ 71262:70b055c73c8c

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 103-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-295
author Miles Bader <miles@gnu.org>
date Wed, 07 Jun 2006 16:39:16 +0000
parents 1077b8039c32
children e3694f1cb928 a8190f7e546e
comparison
equal deleted inserted replaced
71261:c6e18badb0a7 71262:70b055c73c8c
77 ;; imap.el support RFC1730/2060 (IMAP4/IMAP4rev1), implemented IMAP 77 ;; imap.el support RFC1730/2060 (IMAP4/IMAP4rev1), implemented IMAP
78 ;; extensions are RFC2195 (CRAM-MD5), RFC2086 (ACL), RFC2342 78 ;; extensions are RFC2195 (CRAM-MD5), RFC2086 (ACL), RFC2342
79 ;; (NAMESPACE), RFC2359 (UIDPLUS), the IMAP-part of RFC2595 (STARTTLS, 79 ;; (NAMESPACE), RFC2359 (UIDPLUS), the IMAP-part of RFC2595 (STARTTLS,
80 ;; LOGINDISABLED) (with use of external library starttls.el and 80 ;; LOGINDISABLED) (with use of external library starttls.el and
81 ;; program starttls) and the GSSAPI / kerberos V4 sections of RFC1731 81 ;; program starttls) and the GSSAPI / kerberos V4 sections of RFC1731
82 ;; (with use of external program `imtest'). It also take advantage 82 ;; (with use of external program `imtest'). It also takes advantage of
83 ;; the UNSELECT extension in Cyrus IMAPD. 83 ;; the UNSELECT extension in Cyrus IMAPD.
84 ;; 84 ;;
85 ;; Without the work of John McClary Prevost and Jim Radford this library 85 ;; Without the work of John McClary Prevost and Jim Radford this library
86 ;; would not have seen the light of day. Many thanks. 86 ;; would not have seen the light of day. Many thanks.
87 ;; 87 ;;