Skip to content

Commit

Permalink
EAS requires UTF-8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 12, 2016
1 parent 53ce9bf commit 4b6e1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php
Expand Up @@ -1510,6 +1510,7 @@ protected function _getNamespace($path)
protected function _doQuery(array $query)
{
$imap_query = new Horde_Imap_Client_Search_Query();
$imap_query->charset('UTF-8', false);
$mboxes = array();
$results = array();
foreach ($query as $q) {
Expand Down

0 comments on commit 4b6e1fe

Please sign in to comment.