<div style="font-family: Tahoma; font-size: 14px;">I would add that both systems returns the same list of folders with :<br /><br />. LIST "" %<br /><br />including the "Other Users" :<br /><br />* LIST (\HasNoChildren) "/" INBOX<br />* LIST (\HasChildren) "/" Archive<br />...<br />* LIST (\Noselect \HasChildren) "/" "Other Users"<br /><br />but then the java code just tries a "folder.list()" on each of them, to see for subfolders.<br />Here the javamail code, before issuing the list command, tries the "checkExistance" using :<br /><br /><span>. LIST "" "Other Users"</span><br /><br />and 3.0.2 returns an empty result.<br /><br />Also trying by hand :<br /><br />. LIST "Other Users" *<br /><br />returns all the subtree on 2.4.12, while it's empty on 3.0.2.<br /><br />Any idea?<br /><br />Gabriele<br /><br /><br />
<div id="wt-mailcard">
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Sonicle S.r.l. </strong>: <a href="http://www.sonicle.com/" target="_new">http://www.sonicle.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Music: </strong><a href="http://www.gabrielebulfon.com/" target="_new">http://www.gabrielebulfon.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Quantum Mechanics : </strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" target="_new">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div>
</div>
<br /><hr /><br /><br /><span style="font-family: Arial, Helvetica, sans-serif; font-size: small;"><strong>From:</strong> Gabriele Bulfon <gbulfon@sonicle.com><br /><strong>To:</strong> info-cyrus@lists.andrew.cmu.edu<br /><strong>Date:</strong> August 23, 2017 4:41:36 PM CEST<br /><strong>Subject:</strong> 2.4.12 vs 3.0.2 different protocol behaviour<br /></span><br /><br />
<blockquote style="border-left: #000080 2px solid; margin-left: 5px; padding-left: 5px;">
<div style="font-family: Tahoma; font-size: 14px;">Hi,<br /><br />I found a problem while scanning the imap tree through our java web app, behaving differently from a 2.4.12 to a 3.0.2 upgraded.<br />Looking at the protocol I find these differences:<br /><br />==2.4.12==<br />. LIST "" "Other Users"<br />* LIST (\Noselect \HasChildren) "/" "Other Users"<br />. OK Completed (0.000 secs 192 calls)<br /><br />==3.0.2==<br />. LIST "" "Other Users"<br />. OK Completed (0.000 secs)<br /><br />So, what happens is that while the java code is checking existence of a folder in the tree, on 3.0.2 it receives an error.<br />Systems are same, replicated, but one upgraded to 3.0.2, so imap base and configuration is the same, but for the 3.0.2 trimmings.<br /><br />Is there any setting for compatibility in this case?<br /><br />Thanx!<br />Gabriele<br /><br />
<div id="wt-mailcard">
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Sonicle S.r.l. </strong>: <a href="http://www.sonicle.com/" target="_new">http://www.sonicle.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Music: </strong><a href="http://www.gabrielebulfon.com/" target="_new">http://www.gabrielebulfon.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Quantum Mechanics : </strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" target="_new">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div>
</div>
</div>
<pre>----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
</pre>
</blockquote>
</div>