diff options
| author | Nikolaus Rath | 2015-07-09 03:54:03 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2015-07-09 03:54:03 +0000 |
| commit | 0bec5a22cea517a15cf7eb5674094b94d1a7ead8 (patch) | |
| tree | c17ef486840f9f33115683c1bb6f411adaa19ded /doc | |
| parent | 7a94f28a470d640eda3f36016f4fc8946aac63be (diff) | |
| download | emacs-0bec5a22cea517a15cf7eb5674094b94d1a7ead8.tar.gz emacs-0bec5a22cea517a15cf7eb5674094b94d1a7ead8.zip | |
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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/gnus.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index d801031c563..0afc7e47c4b 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 | |||
| 14252 | can use this option, and customize @code{nnimap-shell-program} to be | 14252 | can use this option, and customize @code{nnimap-shell-program} to be |
| 14253 | what you need. | 14253 | what you need. |
| 14254 | 14254 | ||
| 14255 | @item plain | ||
| 14256 | Non-encrypted and unsafe straight socket connection. | ||
| 14257 | @acronym{STARTTLS} will not be used even if it is available. | ||
| 14258 | |||
| 14255 | @end table | 14259 | @end table |
| 14256 | 14260 | ||
| 14257 | @item nnimap-authenticator | 14261 | @item nnimap-authenticator |