diff --git a/imp/config/backends.php b/imp/config/backends.php index f0f87d4d413..0eda72a5d01 100644 --- a/imp/config/backends.php +++ b/imp/config/backends.php @@ -373,7 +373,7 @@ 'name' => 'POP3 Server', 'hostspec' => 'localhost', 'hordeauth' => false, - 'protocol' => 'pop3', + 'protocol' => 'pop', 'port' => 110, // Default to secure TLS authentication by default (see RFC 2595 [4]). 'secure' => 'tls', diff --git a/imp/docs/CHANGES b/imp/docs/CHANGES index 0f3846de9d8..7fc71c35dba 100644 --- a/imp/docs/CHANGES +++ b/imp/docs/CHANGES @@ -61,6 +61,7 @@ v7.0.0-git v6.2.8 ------ +[jan] Fix protocol name in POP3 example backend configuration. [mms] Don't honor linked attachment limit configuration options if linked attachments are disabled (Bug #13665). diff --git a/imp/package.xml b/imp/package.xml index e8dbe6cfd44..0715dd2be8e 100644 --- a/imp/package.xml +++ b/imp/package.xml @@ -3772,6 +3772,7 @@ 2015-02-10 GPL-2.0 +* [jan] Fix protocol name in POP3 example backend configuration. * [mms] Don't honor linked attachment limit configuration options if linked attachments are disabled (Bug #13665).