6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/8/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13827] Permission "AttachmentsEnabled" doesn't work with HTC One mini2
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__ .__ .__ .__ |\/|[ __[__)| \| \ | |[_./| \|__/|__/
Comment
> [Log provided directly] > > We aren't even sending that policy to the device since "enabled" is > the default value for that policy. You can try forcing Horde to send > it even if it's default with the following patch: > > diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Policies.php > b/framework/ActiveSync/lib/Horde/ActiveSync/Policies.php > index 01559d5..4289142 100644 > --- a/framework/ActiveSync/lib/Horde/ActiveSync/Policies.php > +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Policies.php > @@ -259,7 +259,7 @@ class Horde_ActiveSync_Policies > $this->_sendPolicy(self::POLICY_COMPLEXITY, > $policies[self::POLICY_COMPLEXITY] >= 1 ? '1' : '0', true); > } > $this->_sendPolicy(self::POLICY_ENCRYPTION, > $policies[self::POLICY_ENCRYPTION], true); > - $this->_sendPolicy(self::POLICY_ATC, > $policies[self::POLICY_ATC], true); > + $this->_sendPolicy(self::POLICY_ATC, > $policies[self::POLICY_ATC], false); > $this->_sendPolicy(self::POLICY_AEFVALUE, > $policies[self::POLICY_AEFVALUE], true); > $this->_sendPolicy(self::POLICY_MAXATCSIZE, > $policies[self::POLICY_MAXATCSIZE], true); > if ($this->_version > Horde_ActiveSync::VERSION_TWELVE) { > > Maybe that helps?
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers