<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Just a quickie: Are you sure these mailboxes migrated properly?<div class=""><br class=""></div><div class="">M<br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">--<br class="">Merlin Hartley<br class="">Computer Officer</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">MRC Mitochondrial Biology Unit</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Cambridge, CB2 0XY</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">United Kingdom</div></div></div>
</div>
<br class=""><div style=""><blockquote type="cite" class=""><div class="">On 23 Aug 2017, at 15:55, Gabriele Bulfon <<a href="mailto:gbulfon@sonicle.com" class="">gbulfon@sonicle.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-family: Tahoma; font-size: 14px;" class="">I would add that both systems returns the same list of folders with :<br class=""><br class="">. LIST "" %<br class=""><br class="">including the "Other Users" :<br class=""><br class="">* LIST (\HasNoChildren) "/" INBOX<br class="">* LIST (\HasChildren) "/" Archive<br class="">...<br class="">* LIST (\Noselect \HasChildren) "/" "Other Users"<br class=""><br class="">but then the java code just tries a "folder.list()" on each of them, to see for subfolders.<br class="">Here the javamail code, before issuing the list command, tries the "checkExistance" using :<br class=""><br class=""><span class="">. LIST "" "Other Users"</span><br class=""><br class="">and 3.0.2 returns an empty result.<br class=""><br class="">Also trying by hand :<br class=""><br class="">. LIST "Other Users" *<br class=""><br class="">returns all the subtree on 2.4.12, while it's empty on 3.0.2.<br class=""><br class="">Any idea?<br class=""><br class="">Gabriele<br class=""><br class=""><br class="">
<div id="wt-mailcard" class="">
<div class=""><span style="font-size: 14px; font-family: Helvetica;" class=""><strong class="">Sonicle S.r.l. </strong>: <a href="http://www.sonicle.com/" target="_new" class="">http://www.sonicle.com</a></span></div>
<div class=""><span style="font-size: 14px; font-family: Helvetica;" class=""><strong class="">Music: </strong><a href="http://www.gabrielebulfon.com/" target="_new" class="">http://www.gabrielebulfon.com</a></span></div>
<div class=""><span style="font-size: 14px; font-family: Helvetica;" class=""><strong class="">Quantum Mechanics : </strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" target="_new" class="">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div>
</div>
<br class=""><hr class=""><br class=""><br class=""><span style="font-family: Arial, Helvetica, sans-serif; font-size: small;" class=""><strong class="">From:</strong> Gabriele Bulfon <<a href="mailto:gbulfon@sonicle.com" class="">gbulfon@sonicle.com</a>><br class=""><strong class="">To:</strong> <a href="mailto:info-cyrus@lists.andrew.cmu.edu" class="">info-cyrus@lists.andrew.cmu.edu</a><br class=""><strong class="">Date:</strong> August 23, 2017 4:41:36 PM CEST<br class=""><strong class="">Subject:</strong> 2.4.12 vs 3.0.2 different protocol behaviour<br class=""></span><br class=""><br class="">
<blockquote style="border-left: #000080 2px solid; margin-left: 5px; padding-left: 5px;" class="">
<div style="font-family: Tahoma; font-size: 14px;" class="">Hi,<br class=""><br class="">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 class="">Looking at the protocol I find these differences:<br class=""><br class="">==2.4.12==<br class="">. LIST "" "Other Users"<br class="">* LIST (\Noselect \HasChildren) "/" "Other Users"<br class="">. OK Completed (0.000 secs 192 calls)<br class=""><br class="">==3.0.2==<br class="">. LIST "" "Other Users"<br class="">. OK Completed (0.000 secs)<br class=""><br class="">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 class="">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 class=""><br class="">Is there any setting for compatibility in this case?<br class=""><br class="">Thanx!<br class="">Gabriele<br class=""><br class="">
<div id="wt-mailcard" class="">
<div class=""><span style="font-size: 14px; font-family: Helvetica;" class=""><strong class="">Sonicle S.r.l. </strong>: <a href="http://www.sonicle.com/" target="_new" class="">http://www.sonicle.com</a></span></div>
<div class=""><span style="font-size: 14px; font-family: Helvetica;" class=""><strong class="">Music: </strong><a href="http://www.gabrielebulfon.com/" target="_new" class="">http://www.gabrielebulfon.com</a></span></div>
<div class=""><span style="font-size: 14px; font-family: Helvetica;" class=""><strong class="">Quantum Mechanics : </strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" target="_new" class="">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div>
</div>
</div>
<pre class="">----
Cyrus Home Page: <a href="http://www.cyrusimap.org/" class="">http://www.cyrusimap.org/</a>
List Archives/Info: <a href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/" class="">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a>
To Unsubscribe:
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus" class="">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a>
</pre>
</blockquote>
</div>----<br class="">Cyrus Home Page: <a href="http://www.cyrusimap.org/" class="">http://www.cyrusimap.org/</a><br class="">List Archives/Info: <a href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/" class="">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a><br class="">To Unsubscribe:<br class=""><a href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus" class="">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a></div></blockquote></div><br class=""></div></body></html>