Skip to content

Commit

Permalink
Fix protocol name.
Browse files Browse the repository at this point in the history
How did this ever work, at least for the last few years? Looks like no one is
actually still using POP3.

Conflicts:
	imp/docs/CHANGES
	imp/package.xml
  • Loading branch information
yunosh committed Feb 25, 2015
1 parent 8fcfced commit 3954931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion imp/config/backends.php
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions imp/docs/CHANGES
Expand Up @@ -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).

Expand Down
1 change: 1 addition & 0 deletions imp/package.xml
Expand Up @@ -3772,6 +3772,7 @@
<date>2015-02-10</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix protocol name in POP3 example backend configuration.
* [mms] Don&apos;t honor linked attachment limit configuration options if linked attachments are disabled (Bug #13665).
</notes>
</release>
Expand Down

0 comments on commit 3954931

Please sign in to comment.