Summary | Could smtp auth be integer? |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | viktor (at) szepe (dot) net |
Created | 07/20/2015 (3638 days ago) |
Due | |
Updated | 10/20/2017 (2815 days ago) |
Assigned | |
Resolved | 01/25/2016 (3449 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit f16c637a27cf771d10ed1ae4628e69c04266b81e
Author: Jan Schneider <jan@horde.org>
Date: Mon, 25 Jan 2016 12:38:36 +0100
Document 'secure' and 'timeout' parameters (
Request #14059).M config/backends.php
https://github.com/horde/imp/commit/f16c637a27cf771d10ed1ae4628e69c04266b81e
commit 2f7b522058fb5a3069e39fc815b103de7b4a330a
Author: Jan Schneider <jan@horde.org>
Date: Mon, 25 Jan 2016 12:37:20 +0100
This parameter doesn't exist anymore.
We always use Horde_Smtp now as a backend that doesn't allow to turn off
authentication. Instead we use authentication depending on whether the server
advertises it.
Bug: 14059M config/backends.php
https://github.com/horde/imp/commit/2f7b522058fb5a3069e39fc815b103de7b4a330a
commit 55dbabbac4a3f018197e6b55d75d239db813814b
Author: Jan Schneider <jan@horde.org>
Date: Mon Jan 25 12:34:23 2016 +0100
Document 'secure' and 'timeout' parameters (
Request #14059).imp/config/backends.php | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/55dbabbac4a3f018197e6b55d75d239db813814b
commit 7845844ff7c55eda2ca003985cdd0d3a80503bf4
Author: Jan Schneider <jan@horde.org>
Date: Mon Jan 25 12:01:02 2016 +0100
This parameter doesn't exist anymore.
We always use Horde_Smtp now as a backend that doesn't allow to turn off
authentication. Instead we use authentication depending on
whether the server
advertises it.
Bug: 14059imp/config/backends.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/7845844ff7c55eda2ca003985cdd0d3a80503bf4
State ⇒ Resolved
commit ef2cd484ad3e98de784564ff62390f584e3d2601
Author: Jan Schneider <jan@horde.org>
Date: Mon Jan 25 12:34:23 2016 +0100
Document 'secure' and 'timeout' parameters (
Request #14059).imp/config/backends.php | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/ef2cd484ad3e98de784564ff62390f584e3d2601
commit a3f0723c271ad282370c67daf7969804ed02cebb
Author: Jan Schneider <jan@horde.org>
Date: Mon Jan 25 12:01:02 2016 +0100
This parameter doesn't exist anymore.
We always use Horde_Smtp now as a backend that doesn't allow to turn off
authentication. Instead we use authentication depending on
whether the server
advertises it.
Bug: 14059imp/config/backends.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/a3f0723c271ad282370c67daf7969804ed02cebb
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Could smtp auth be integer?
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Could smtp auth be integer here?
I think it is a typo.
imp/config/backends.php:
/* auth: [*] (integer|boolean) Authentication method to use. */
https://github.com/horde/horde/blob/master/imp/config/backends.php#L153
Sorry for not opening a separate ticket:
Is smtp/secure missing from the backends.phpdocblock?