<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.open-xchange.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FastEddy</id>
	<title>Open-Xchange - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.open-xchange.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FastEddy"/>
	<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Special:Contributions/FastEddy"/>
	<updated>2026-08-06T02:15:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=2122</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=2122"/>
		<updated>2008-07-26T12:28:18Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: /* The current solution... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 1.0.10).&lt;br /&gt;
&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 an IMAP server vendor MAY implement a CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 1.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
== The current solution... ==&lt;br /&gt;
... is to go into your user preferences and there into the IMAP folder tree onto the INBOX, where you click on one folder abo (de- and reactivate) and then click the &amp;quot;SAVE&amp;quot; button once to tell the server the status of your folder abonnements again.&lt;br /&gt;
BUT: the settings disappear after logging out and in again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;I reported this issue as Bug 11270 on 2008-05-14 08:37.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Meanwhile a patch has been developed by the OpenXchange-Team to provide correct functionality to the OX6/Dovecot-Combination. Have a look at the bug report above. There the patch should be attached.&lt;br /&gt;
&lt;br /&gt;
== Dovecot Wiki has some information ==&lt;br /&gt;
&lt;br /&gt;
The Dovecot Wiki has some information on best practices when implementing a IMAP client. http://www.dovecot.org/imap-client-coding-howto.html&lt;br /&gt;
This same information is also repeated in the imapwiki.&lt;br /&gt;
http://www.imapwiki.org/ClientImplementation&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1630</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1630"/>
		<updated>2008-05-14T16:19:03Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: /* Trouble using dovecot as IMAP server with OX-HE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10).&lt;br /&gt;
&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 an IMAP server vendor MAY implement a CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
== The current solution... ==&lt;br /&gt;
... is to go into your user preferences and there into the IMAP folder tree onto the INBOX, where you click on one folder abo (de- and reactivate) and then click the &amp;quot;SAVE&amp;quot; button once to tell the server the status of your folder abonnements again.&lt;br /&gt;
BUT: the settings disappear after logging out and in again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;I reported this issue as Bug 11270 on 2008-05-14 08:37.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1629</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1629"/>
		<updated>2008-05-14T06:25:35Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: /* The current solution... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10).&lt;br /&gt;
&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 a IMAP server vendor MAY implement an CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
== The current solution... ==&lt;br /&gt;
... is to go into your user preferences and there into the IMAP folder tree onto the INBOX, where you click on one folder abo (de- and reactivate) and then click the &amp;quot;SAVE&amp;quot; button once to tell the server the status of your folder abonnements again.&lt;br /&gt;
BUT: the settings disappear after logging out and in again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;I reported this issue as Bug 11270 on 2008-05-14 08:37.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1628</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1628"/>
		<updated>2008-05-14T05:58:35Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: /* The current solution... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10).&lt;br /&gt;
&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 a IMAP server vendor MAY implement an CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
== The current solution... ==&lt;br /&gt;
... is to go into your user preferences and there into the IMAP folder tree onto the INBOX, where you click on the &amp;quot;SAVE&amp;quot; button once to tell the server the status of your folder abonnements again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;I reported this issue as Bug 11270 on 2008-05-14 08:37.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1627</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1627"/>
		<updated>2008-05-14T05:57:09Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: /* Best practice... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10).&lt;br /&gt;
&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 a IMAP server vendor MAY implement an CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
== The current solution... ==&lt;br /&gt;
... is to go into your user preferences and there into the IMAP folder tree onto the INBOX, where you click on the &amp;quot;SAVE&amp;quot; button once to tell the server the status of your folder abonnements again.&lt;br /&gt;
&lt;br /&gt;
I reported this issue as Bug 11270 on 2008-05-14 08:37.&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1626</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1626"/>
		<updated>2008-05-13T13:27:23Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10).&lt;br /&gt;
&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 a IMAP server vendor MAY implement an CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
== Best practice... ==&lt;br /&gt;
... might be to use a lesser version of dovecot that implements the needed feature (still to test), but it is NOT to use the latest source to build customized imapd, because it does not work.&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1625</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1625"/>
		<updated>2008-05-13T13:25:17Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10)&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 a IMAP server vendor MAY implement an CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
Best practice:&lt;br /&gt;
- might be to use a lesser version of dovecot that implements the needed feature (still to test)&lt;br /&gt;
- is NOT to use the latest source to build customized imapd, because it does not work&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1624</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1624"/>
		<updated>2008-05-13T13:24:42Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10).&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 a IMAP server vendor MAY implement an CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
Best practice:&lt;br /&gt;
- might be to use a lesser version of dovecot that implements the needed feature (still to test)&lt;br /&gt;
&lt;br /&gt;
- is NOT to use the latest source to build customized imapd, because it does not work&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1623</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1623"/>
		<updated>2008-05-13T13:24:25Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10).&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 a IMAP server vendor MAY implement an CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
Best practice:&lt;br /&gt;
- might be to use a lesser version of dovecot that implements the needed feature (still to test)&lt;br /&gt;
- is NOT to use the latest source to build customized imapd, because it does not work&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1622</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1622"/>
		<updated>2008-05-13T12:50:09Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Trouble using dovecot as IMAP server with OX-HE =&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10).&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 a IMAP server vendor MAY implement an CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
Best practice might be to use a lesser version of dovecot that implements the needed feature or just to compile a custom build from the latest sources.&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1620</id>
		<title>IMAP Server Trouble using dovecot</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=IMAP_Server_Trouble_using_dovecot&amp;diff=1620"/>
		<updated>2008-05-13T12:48:26Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: New page: Trouble using dovecot as IMAP server with OX-HE There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10). The ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Trouble using dovecot as IMAP server with OX-HE&lt;br /&gt;
There might be some trouble using OX-HE in combination with some versions of the dovecot IMAP-Server (we actually use version 10.0.10).&lt;br /&gt;
The OX-Server uses two different IMAP commands to get the folder tree of an IMAP account, depending on where to show the tree. While using the &#039;LIST&#039; command to get and show up the tree in the users&#039; preferences page, it uses the &#039;LSUB&#039; command when reading the tree for the users&#039; webmail frontend. According to the RFC-3348 a IMAP server vendor MAY implement an CHILDREN extension, implementing the attributes &amp;quot;\HasChildren&amp;quot; and &amp;quot;\HasNoChildren&amp;quot; to ask the server, if there are subfolders in the currently listed one.&lt;br /&gt;
Some servers - including the version 10.0.10 of dovecot (maybe some more) - do not implement this feature, so the OX webmail frontend will not show up the complete folder structure, but only the main INBOX content (emails).&lt;br /&gt;
So because the IMAP connector of the OX server uses the LSUB command, which retrieves the folder structure by looking up for the &amp;quot;\HasChildren&amp;quot;-Attribute, the OX webclient does not show the folder structure, because dovecot answers with an empty list (see the following example with a telnet session):&lt;br /&gt;
&lt;br /&gt;
 kungfu:~ # telnet imap.bla-blupp.org imap&lt;br /&gt;
 Trying 172.16.3.216...&lt;br /&gt;
 Connected to 172.16.3.216.&lt;br /&gt;
 Escape character is &#039;^]&#039;.&lt;br /&gt;
 * OK Dovecot ready.&lt;br /&gt;
 01 LOGIN fasteddy@bla-blupp.org 208899&lt;br /&gt;
 01 OK Logged in.&lt;br /&gt;
 &lt;br /&gt;
 01 LIST &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LIST (\HasChildren) &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK List completed. &lt;br /&gt;
 &lt;br /&gt;
 01 LSUB &amp;quot;INBOX&amp;quot; %&lt;br /&gt;
 * LSUB () &amp;quot;.&amp;quot; &amp;quot;INBOX&amp;quot;&lt;br /&gt;
 01 OK Lsub completed.&lt;br /&gt;
 &lt;br /&gt;
 01 LOGOUT&lt;br /&gt;
 * BYE Logging out&lt;br /&gt;
 01 OK Logout completed.&lt;br /&gt;
 Connection closed by foreign host.&lt;br /&gt;
 kungfu:~ #&lt;br /&gt;
&lt;br /&gt;
Best practice might be to use a lesser version of dovecot that implements the needed feature or just to compile a custom build from the latest sources.&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=File:Ant-RunDlg-BuildTarget.jpg&amp;diff=1598</id>
		<title>File:Ant-RunDlg-BuildTarget.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=File:Ant-RunDlg-BuildTarget.jpg&amp;diff=1598"/>
		<updated>2008-05-11T19:26:20Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: 2. Picture to article about running server and admin in eclipse (Stefan &amp;quot;FastEddy&amp;quot; Jurisch, Siegnetz.IT)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2. Picture to article about running server and admin in eclipse (Stefan &amp;quot;FastEddy&amp;quot; Jurisch, Siegnetz.IT)&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=File:Ant-RunDlg-ScriptSource.jpg&amp;diff=1597</id>
		<title>File:Ant-RunDlg-ScriptSource.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=File:Ant-RunDlg-ScriptSource.jpg&amp;diff=1597"/>
		<updated>2008-05-11T19:19:34Z</updated>

		<summary type="html">&lt;p&gt;FastEddy: Ant-Build Dialog for article of getting projects running in eclipse (Stefan &amp;quot;FastEddy&amp;quot; Jurisch, Siegnetz.IT).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ant-Build Dialog for article of getting projects running in eclipse (Stefan &amp;quot;FastEddy&amp;quot; Jurisch, Siegnetz.IT).&lt;/div&gt;</summary>
		<author><name>FastEddy</name></author>
	</entry>
</feed>