<?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>Message cache update flags cannot handle imap ranges</title> 
  <pubDate>Sun, 05 Apr 2026 20:15:29 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6623</link> 
  <atom:link rel="self" type="application/rss+xml" title="Message cache update flags cannot handle imap ranges" href="https://bugs.horde.org/ticket/6623/rss" /> 
  <description>Message cache update flags cannot handle imap ranges</description> 
 
   
   
  <item> 
   <title>&quot;Empty folder&quot; operation gives the list of message indices i</title> 
   <description>&quot;Empty folder&quot; operation gives the list of message indices in the form understood by the imap protocol to mean &quot;from to first to the end&quot;, that is, &quot;1:*&quot;. Everything else in IMP seems to handle this OK, but updateFlags function in lib/IMAP/MessageCache.php doesn&#039;t - it apparently excpects a list of explicite message id numbers, not a one-membered list that contains an IMAP range. Result: the messages are flagged as deleted on the server, but not in cache, so IMP shows them without overstrike in the mailbox index. (However, &quot;Hide deleted&quot;, &quot;Purge deleted&quot; etc. do work.) The attached patch adds the imap range &quot;1:*&quot; as a special case to the _loadUIDs argument $uids - if $uids has &quot;1:*&quot; as its first element, we retrieve all the UIDs we have in cache. I&#039;m not sure whether this actually resolves the problem; seems to work for me this far...</description> 
   <pubDate>Fri, 18 Apr 2008 12:36:09 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6623#t44721</link> 
  </item> 
   
  <item> 
   <title>Go one step further - I removed all passing of the &#039;1:*&#039; str</title> 
   <description>Go one step further - I removed all passing of the &#039;1:*&#039; string internally since it is not valid input for our functions.  We are going to eventually need the full list of indices anyway, so we pass that list instead.</description> 
   <pubDate>Sat, 19 Apr 2008 18:52:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6623#t44740</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 5c8d6d360327</title> 
   <description>Changes have been made in Git (master):

commit 5c8d6d36032768579cd2dc3763e198cd95044cc8
Author: bertrand Gugger &lt;toggg@php.net&gt;
Date:   Mon Jan 30 15:03:27 2006 +0000

    Add the Wilink rule (#6623)
    
    
    git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@206123 c90b9560-bf6c-de11-be94-00142212c4b1

 Text/Wiki/Mediawiki.php                |  2 +-
 Text/Wiki/Parse/Mediawiki/Wikilink.php | 74 ++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/5c8d6d36032768579cd2dc3763e198cd95044cc8</description> 
   <pubDate>Wed, 06 Sep 2017 08:17:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6623#t92188</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 388176385b6a</title> 
   <description>Changes have been made in Git (master):

commit 388176385b6a0d9e34bd0368000cdbd44d9cf79f
Author: bertrand Gugger &lt;toggg@php.net&gt;
Date:   Mon Jan 30 15:09:08 2006 +0000

    Spaces around headings are not mandatory (#6623)
    
    
    git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@206127 c90b9560-bf6c-de11-be94-00142212c4b1

 Text/Wiki/Parse/Mediawiki/Heading.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/388176385b6a0d9e34bd0368000cdbd44d9cf79f</description> 
   <pubDate>Wed, 06 Sep 2017 08:17:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6623#t92189</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 46697cedb549</title> 
   <description>Changes have been made in Git (master):

commit 46697cedb549044ae56ceed8d5976f08ddbe9cff
Author: bertrand Gugger &lt;toggg@php.net&gt;
Date:   Fri Feb 3 19:45:27 2006 +0000

    #6623: missing quantifier &#039;?&#039;
    
    
    git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@206374 c90b9560-bf6c-de11-be94-00142212c4b1

 Text/Wiki/Parse/Mediawiki/Wikilink.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/46697cedb549044ae56ceed8d5976f08ddbe9cff</description> 
   <pubDate>Wed, 06 Sep 2017 08:17:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6623#t92190</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit d798cb847202</title> 
   <description>Changes have been made in Git (master):

commit d798cb84720222af705c34408ad9b3f15aa02a1e
Author: bertrand Gugger &lt;toggg@php.net&gt;
Date:   Fri Feb 3 19:47:02 2006 +0000

    A space is enough to delimitate a heading, no need for a linefeed (#6623)
    
    
    git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@206375 c90b9560-bf6c-de11-be94-00142212c4b1

 Text/Wiki/Parse/Mediawiki/Heading.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/d798cb84720222af705c34408ad9b3f15aa02a1e</description> 
   <pubDate>Wed, 06 Sep 2017 08:17:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6623#t92191</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
