<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>No Mail via Activesync with IMAP</title> 
  <pubDate>Sun, 05 Apr 2026 16:40:36 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/14509</link> 
  <atom:link rel="self" type="application/rss+xml" title="No Mail via Activesync with IMAP" href="https://bugs.horde.org/ticket/14509/rss" /> 
  <description>No Mail via Activesync with IMAP</description> 
 
   
   
  <item> 
   <title>I use Horde Version 5.2.16. I use a lot of mobile devices sy</title> 
   <description>I use Horde Version 5.2.16. I use a lot of mobile devices synced over activesync. Everything was working fine till i updated via PEAR at the beginning of November 2016.

Syncing Mail stopped since then. I did some research and debugged activesync.

There was an error that UIDVALIDITY is no longer supported with IMAP. In the errormessage there was a typo UIDVALIDTY.

I searched my sources and found
PEAR/Horde/ActiveSync/Imap/Adapter.php 
a changed file.

I changed the file at line 334 from
-- Adapter.php --
        $status_flags = Horde_Imap_Client::STATUS_HIGHESTMODSEQ |
            Horde_Imap_Client::STATUS_UIDVALIDITY |
-- Adapter.php --

to
-- Adapter.php --
        $status_flags = Horde_Imap_Client::STATUS_HIGHESTMODSEQ |
            //Horde_Imap_Client::STATUS_UIDVALIDITY |
-- End Adapter.php --

With this change activesync is working again on all my devices. </description> 
   <pubDate>Thu, 10 Nov 2016 12:52:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14509#t91266</link> 
  </item> 
   
  <item> 
   <title>This should have been fixed already in Horde_ActiveSync 2.37</title> 
   <description>This should have been fixed already in Horde_ActiveSync 2.37.3.</description> 
   <pubDate>Thu, 10 Nov 2016 13:53:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14509#t91267</link> 
  </item> 
   
  <item> 
   <title>Just checked my devices. 

It is working for the first tim</title> 
   <description>Just checked my devices. 

It is working for the first time.

2016-11-10T15:07:59+01:00 INFO: [21385] Horde_Core_ActiveSync_Driver::getServerChanges(INBOX, 1478783140, 1478786879, 1478182079, 0, 1, 100, )
2016-11-10T15:07:59+01:00 INFO: [21385] INBOX IMAP PREVIOUS MODSEQ: 38693
2016-11-10T15:07:59+01:00 INFO: [21385] IMAP status: a:4:{s:8:&quot;messages&quot;;i:16;s:7:&quot;uidnext&quot;;i:15058;s:11:&quot;uidvalidity&quot;;i:1353969392;s:13:&quot;highestmodseq&quot;;i:38698;}
2016-11-10T15:07:59+01:00 ERR: State not initialized.
2016-11-10T15:07:59+01:00 INFO: [21385] Found 0 message changes in F4decff8d.

I get this error even if new Mails are in the inbox. I reverted my change from the previous post.
</description> 
   <pubDate>Thu, 10 Nov 2016 14:31:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14509#t91268</link> 
  </item> 
   
  <item> 
   <title>&gt; This should have been fixed already in Horde_ActiveSync 2.</title> 
   <description>&gt; This should have been fixed already in Horde_ActiveSync 2.37.3.

Updated to 2.37.3 and it is working again.
</description> 
   <pubDate>Thu, 10 Nov 2016 14:38:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14509#t91269</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
