<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Webmail doesn&#039;t show all folders after migration from zimbra - Carbonio General				            </title>
            <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 09 Sep 2026 06:47:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-9502</link>
                        <pubDate>Mon, 18 Nov 2024 09:59:48 +0000</pubDate>
                        <description><![CDATA[For future users having this issue, the following script should fix it:
#!/bin/bash

for account in `zmprov -l gaa`;do
        for id in `zmmailbox -z -m $account gaf |grep unkn | awk &#039;{...]]></description>
                        <content:encoded><![CDATA[<p>For future users having this issue, the following script should fix it:</p>
<pre contenteditable="false">#!/bin/bash

for account in `zmprov -l gaa`;do
        for id in `zmmailbox -z -m $account gaf |grep unkn | awk '{ print $1 }'`; do
                echo "Fixing folder $id for $account"
                zmsoap -z -m $account FolderActionRequest/action @id="$id" @op="update" @view="message" &gt;&gt; /dev/null 2&amp;&gt;1
        done
done</pre>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>MrMEEE</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-9502</guid>
                    </item>
				                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6615</link>
                        <pubDate>Tue, 12 Dec 2023 10:51:48 +0000</pubDate>
                        <description><![CDATA[Hi  Arman Khosravi, 
Correct, this is what we need to solve our issue.
Thanks.
 
ccelis]]></description>
                        <content:encoded><![CDATA[
<p>Hello <span>@anahuac,</span></p>
<p>So basically, the issue can be fixed with</p>
<div id="message1575" class="Message message-list-item allow-selection open shown">
<div class="message-content-wrapper can-select-text">
<div class="message-content peer-color-6 text has-shadow has-solid-background" dir="auto">
<div class="content-inner" dir="auto">
<div class="text-content clearfix with-meta" dir="auto">
<pre contenteditable="false">zmsoap -z -m USER FolderActionRequest/action @id="FOLDER_ID" @op="update" @view="message"</pre>
<p>Is that correct?</p>
</div>
</div>
</div>
</div>
</div>
<p></p>
<p> </p>
<p>Hi <span> </span><a title="Arman Khosravi" href="https://community.zextras.com/participant/arman/">Arman Khosravi, </a></p>
<p>Correct, this is what we need to solve our issue.</p>
<p>Thanks.</p>
<p> </p>
<p>ccelis</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>ccelis5215</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6615</guid>
                    </item>
				                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6614</link>
                        <pubDate>Tue, 12 Dec 2023 07:52:55 +0000</pubDate>
                        <description><![CDATA[Hello @anahuac,
So basically, the issue can be fixed with





zmsoap -z -m USER FolderActionRequest/action @id=&quot;FOLDER_ID&quot; @op=&quot;update&quot; @view=&quot;message&quot;
Is that correct?]]></description>
                        <content:encoded><![CDATA[<p>Hello <span>@anahuac,</span></p>
<p>So basically, the issue can be fixed with</p>
<div id="message1575" class="Message message-list-item allow-selection open shown">
<div class="message-content-wrapper can-select-text">
<div class="message-content peer-color-6 text has-shadow has-solid-background" dir="auto">
<div class="content-inner" dir="auto">
<div class="text-content clearfix with-meta" dir="auto">
<pre contenteditable="false">zmsoap -z -m USER FolderActionRequest/action @id="FOLDER_ID" @op="update" @view="message"</pre>
<p>Is that correct?</p>
</div>
</div>
</div>
</div>
</div>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>Arman Khosravi</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6614</guid>
                    </item>
				                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6607</link>
                        <pubDate>Mon, 11 Dec 2023 14:46:25 +0000</pubDate>
                        <description><![CDATA[Hi cvidal, 
These folders were migrated to Zimbra maybe 10 years ago, i used the maildir approach succesfully back then.
Now my question will be: How can i change this folder type?
Thanks...]]></description>
                        <content:encoded><![CDATA[<p>Hi cvidal, </p>
<p>These folders were migrated to Zimbra maybe 10 years ago, i used the maildir approach succesfully back then.</p>
<p>Now my question will be: How can i change this folder type?</p>
<p>Thanks in advance.</p>
<p>ccelis</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>ccelis5215</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6607</guid>
                    </item>
				                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6606</link>
                        <pubDate>Mon, 11 Dec 2023 10:43:38 +0000</pubDate>
                        <description><![CDATA[The &quot;unkn&quot; type probably is a consequence of a database corruption, nothing really serious, may be a consequence of a buggy OutlookConnector or IMAP. Somehow the TYPE column was not set prop...]]></description>
                        <content:encoded><![CDATA[<p>The "unkn" type probably is a consequence of a database corruption, nothing really serious, may be a consequence of a buggy OutlookConnector or IMAP. Somehow the TYPE column was not set properly when the folders were created.</p>
<p>An easy way to see what is in there is to export the mailbox in TGZ format (from "Preferences-&gt;Import/Export" or zmmailbox ...getRestURL), and then expand the tar file somewhere. You will find the folders in questions there. Finally you can analyze the contents of the "unkn" folders and check if they were synchronized or if you need to inject them somehow. Fortunately for you they do not seem to be many of them!</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>cvidal</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6606</guid>
                    </item>
				                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6596</link>
                        <pubDate>Sat, 09 Dec 2023 23:17:41 +0000</pubDate>
                        <description><![CDATA[Sorry, i can&#039;t edit the previous post or insert images....
The folders &quot;unkn&quot; are not shown in webmail.... in webmail zimbra 8.8.15 FOSS appears OK.
As i said before, the migration procedu...]]></description>
                        <content:encoded><![CDATA[<p>Sorry, i can't edit the previous post or insert images....</p>
<p>The folders "<span>unkn</span>" are not shown in webmail.... in webmail zimbra 8.8.15 FOSS appears OK.</p>
<p>As i said before, the migration procedure was succesfull.</p>
<p><span>I'm sorry, but I'm lost and this is the only thing missing to approve the migration.</span></p>
<p>ccelis</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>ccelis5215</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6596</guid>
                    </item>
				                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6595</link>
                        <pubDate>Sat, 09 Dec 2023 23:10:09 +0000</pubDate>
                        <description><![CDATA[zextras@mail:~$ zmmailbox -z -m account@domain.com gafId View Unread Msg Count Path---------- ---- ---------- ---------- ----------1       unkn  0               0 /1028 unkn  0             6...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p>zextras@mail:~$ zmmailbox -z -m account@domain.com gaf<br />Id View Unread Msg Count Path<br />---------- ---- ---------- ---------- ----------<br />1       unkn  0               0 /<br />1028 unkn  0             61 /20-04<br />1029 unkn  0             36 /22-04<br />1030 unkn  0              0 /Briefcase<br />10    appo   0          636 /Calendar<br />14    mess  0             0 /Chats<br />1031 unkn  0             0 /Comments<br />7      cont   0           87 /Contacts<br />6      mess  0        128 /Drafts<br />13    cont   0        134 /Emailed Contacts<br />2      mess 1292 1295 /Inbox<br />4      mess 0            0 /Junk<br />1032 unkn 0          32 /Seniat.Seniat<br />5      mess 0        200 /Sent<br />1033 unkn 0        111 /Sent.2001.03-Mar<br />1034 unkn 0         14 /Sent.2001.04-Apr<br />1035 unkn 0           5 /Sent.2001.05-May<br />1036 unkn 0         11 /Sent.2001.06-Jun</p>
</blockquote>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>ccelis5215</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6595</guid>
                    </item>
				                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6588</link>
                        <pubDate>Fri, 08 Dec 2023 23:11:13 +0000</pubDate>
                        <description><![CDATA[Ok... so... a thing you may take a look are quotas in Carbonio accounts.
It happened to me once: the dump were bigger than the quote set on Carbonio, so restore stops when quota is full.
T...]]></description>
                        <content:encoded><![CDATA[<p>Ok... so... a thing you may take a look are quotas in Carbonio accounts.</p>
<p>It happened to me once: the dump were bigger than the quote set on Carbonio, so restore stops when quota is full.</p>
<p>Try to set user's quota do 0 before restoring.</p>
<p>You can fix quotas after easily using the <span>script_import_quota.txt from Z2C<br /></span></p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>anahuac</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6588</guid>
                    </item>
				                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6587</link>
                        <pubDate>Fri, 08 Dec 2023 22:02:24 +0000</pubDate>
                        <description><![CDATA[@anahuac Sure, that&#039;s the procedure i used. I gave you kudos in the migration post.
 
ccelis]]></description>
                        <content:encoded><![CDATA[<p>@anahuac Sure, that's the procedure i used. I gave you kudos in the migration post.</p>
<p> </p>
<p>ccelis</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>ccelis5215</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6587</guid>
                    </item>
				                    <item>
                        <title>RE: Webmail doesn&#039;t show all folders after migration from zimbra</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6586</link>
                        <pubDate>Fri, 08 Dec 2023 21:25:43 +0000</pubDate>
                        <description><![CDATA[Well... you gave no details of your migration process... so may I suggest this article I wrote?
Zimbra to Carbonio – Z2C
Telegram:]]></description>
                        <content:encoded><![CDATA[<p>Well... you gave no details of your migration process... so may I suggest this article I wrote?</p>
<p><a href="https://www.anahuac.eu/zimbra-to-carbonio-z2c/" target="_blank" rel="noopener">Zimbra to Carbonio – Z2C</a></p>
<p>Telegram: https://t.me/CarbonioMail</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>anahuac</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/webmail-doesnt-show-all-folders-after-migration-from-zimbra/#post-6586</guid>
                    </item>
							        </channel>
        </rss>
		