X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fimap.el;h=620d3b3705e631a11bc68fd4948bff0e39ddb55a;hb=73edf76920c3d86afa1628ca8f1509394cb7b26c;hp=661dd0a8faca7672ab934903db64f15647fe64b0;hpb=22d67eb69d38558636bccda449388713db84b44d;p=elisp%2Fgnus.git- diff --git a/lisp/imap.el b/lisp/imap.el index 661dd0a..620d3b3 100644 --- a/lisp/imap.el +++ b/lisp/imap.el @@ -136,6 +136,7 @@ (require 'cl) (autoload 'open-ssl-stream "ssl") (autoload 'base64-decode-string "base64") + (autoload 'base64-encode-string "base64") (autoload 'rfc2104-hash "rfc2104") (autoload 'md5 "md5") (autoload 'utf7-encode "utf7") @@ -313,7 +314,7 @@ string).") "Non-nil indicates that the server emitted a continuation request. The actually value is really the text on the continuation line.") -(defvar imap-log "*imap-log*" +(defvar imap-log nil "Imap session trace.") (defvar imap-debug nil;"*imap-debug*"