emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0bec5a2: nnimap.el: Handle plain value for nnimap-s


From: Katsumi Yamaoka
Subject: [Emacs-diffs] master 0bec5a2: nnimap.el: Handle plain value for nnimap-stream
Date: Thu, 09 Jul 2015 03:54:26 +0000

branch: master
commit 0bec5a22cea517a15cf7eb5674094b94d1a7ead8
Author: Nikolaus Rath <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    nnimap.el: Handle plain value for nnimap-stream
    
    * lisp/gnus/nnimap.el (nnimap-open-connection-1): Always query
    capabilities, so that a 'plain value for the `nnimap-stream' server
    variable is handled correctly.
    
    * doc/misc/gnus.texi (Customizing the IMAP Connection):
    Document the 'plain option.
---
 doc/misc/gnus.texi  |    4 ++++
 lisp/gnus/nnimap.el |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index d801031..0afc7e4 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -14252,6 +14252,10 @@ If you need to tunnel via other systems to connect to 
the server, you
 can use this option, and customize @code{nnimap-shell-program} to be
 what you need.
 
address@hidden plain
+Non-encrypted and unsafe straight socket connection.
address@hidden will not be used even if it is available.
+
 @end table
 
 @item nnimap-authenticator
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 40610e1..8eb6268 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -423,6 +423,7 @@ textual parts.")
               :return-list t
               :shell-command nnimap-shell-program
               :capability-command "1 CAPABILITY\r\n"
+               :always-query-capabilities t
               :end-of-command "\r\n"
               :success " OK "
               :starttls-function



reply via email to

[Prev in Thread] Current Thread [Next in Thread]