diff options
| author | Robert Pluim | 2019-01-27 16:13:46 +0100 |
|---|---|---|
| committer | Robert Pluim | 2019-02-04 17:52:34 +0100 |
| commit | f33a5dc9475ae43bb2477e648befd6a893d216f1 (patch) | |
| tree | b616bbe42d3094263f2a988be20ee9d533642cdd /etc | |
| parent | f37000aeb2b987c0fb14b6770fef69eaf274167a (diff) | |
| download | emacs-f33a5dc9475ae43bb2477e648befd6a893d216f1.tar.gz emacs-f33a5dc9475ae43bb2477e648befd6a893d216f1.zip | |
Don't map imaps to 993 anymore except on old Windows versions
'open-network-stream' will do the imaps service lookup itself, and
using 993 forced the user to use the numeric value in .authinfo for
certificate lookups.
* lisp/gnus/nnimap.el (nnimap-map-port): Only do mapping for Windows
XP or earlier.
* etc/NEWS: Describe imaps mapping change.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -590,6 +590,12 @@ Of course it will still find it if you have it in ~/.ecompleterc | |||
| 590 | 590 | ||
| 591 | ** Gnus | 591 | ** Gnus |
| 592 | 592 | ||
| 593 | --- | ||
| 594 | *** Gnus now maps imaps to 993 only on old MS-Windows versions. | ||
| 595 | The nnimap backend used to do this unconditionally to work around | ||
| 596 | problems on old versions of MS-Windows. This is now done only for | ||
| 597 | Windows XP and older. | ||
| 598 | |||
| 593 | +++ | 599 | +++ |
| 594 | *** The nnimap backend now has support for IMAP namespaces. | 600 | *** The nnimap backend now has support for IMAP namespaces. |
| 595 | This feature can be enabled by setting the new 'nnimap-use-namespaces' | 601 | This feature can be enabled by setting the new 'nnimap-use-namespaces' |