[horde] only INBOX on activesync client with hord 5.2 alpha
Michael J Rubinsky
mrubinsk at horde.org
Fri May 9 17:09:02 UTC 2014
Quoting Henning <Twilek at gmx.de>:
>> >> I justed created a folder which does not reside in Inbox (I
>> might move the
>> >> other folders out as well) and reset the activesyc devices. After the new
>> >> sync that folder didn´t show up as well.
>>
>> Are you sure the new folder is subscribed? ActiveSync will only list
>> subscribed mailboxes.
>>
>> > There was no change in the ActiveSync code the deals with the email
>> > folder list. Any change in behavior would be either a configuration
>> > or IMP change/issue. The folder list for ActiveSync is retrieved in
>> > Horde_Core_ActiveSync_Imap_Factory::getMailboxes() if you want to
>> > see for yourself.
>> > -
>
> I moved all folders to the root dirctory of the IMAP Account und subscribed
> to all. I reset the Active Sync devices. Still a no show. The folders work
> in Imp.
Since I am unable to reproduce this, you will have to trace this
yourself to see why IMP is not returning the list of folders you are
expecting. This is done in
Horde_Core_ActiveSync_Imap_Factory::getMailboxes(). You should add
Horde::debug($this->_mailboxlist);
right before
return $this->_mailboxlist;
on line 82 of that file. This will dump the output into a file named
horde_debug.txt in your temporary directory. You can then post the
output of that file to the list.
--
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
More information about the horde
mailing list