Your message dated Thu, 3 Jan 2019 21:56:18 +0000 (UTC)
with message-id <[email protected]>
and subject line Re: Bug#870576
has caused the Debian Bug report #870576,
regarding Configure Emacs --without-pop or (in Emacs 26) --with-mailutils
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
870576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870576
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs25
Version: 25.1+1-4
Debian ships Emacs with the default configuration, which means it installs a
separate program 'movemail' that retrieves email via the POP3 protocol. When it
uses POP3, 'movemail' supports only unencrypted mail transfer, which is a
significant security problem for people reading their email.
To avoid this problem, I suggest that Debian build emacs via './configure
--without-pop', as this disables POP in movemail. Although this will remove a
feature, the feature is so insecure that it cannot be recommended.
When Emacs 26 comes out, its ./configure program will have an option
--with-mailutils, and I suggest that Debian use this option and make the
'mailutils' package a prerequisite for Emacs. This will add support for
encrypted POP3 email, thus restoring the POP3 capability lost by using
--without-pop.
Thanks.
--- End Message ---
--- Begin Message ---
Version: 26.1
AFAICS, the Debian Emacs 26.1 package no longer includes Emacs's version of
movemail, instead it recommends mailutils.
https://sources.debian.org/src/emacs/1:26.1+1-3/debian/rules/
contains --with-mailutils (and also --with-pop=yes, which is nonsensical, but
harmless.
Perhaps Emacs should reject that combination of options?)
--- End Message ---