<div class="markdown">
<p dir="auto">On 1 Jan 2014, at 23:17, Robert McClure wrote:</p>

<blockquote>
<p dir="auto">I'm not sure what I should be seeing. I know that the list of tags in the activity monitor is not the complete list available (that I've added to the properties) or that are currently working. Here are the responses for the primary account (filtered the viewer output, these are for each of the sub accounts/folders)</p>

<pre><code>S: * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen $Junk \*)] 
</code></pre>
</blockquote>

<p dir="auto">This looks fine. It says that custom flags are possible (<code>\*</code>) and <code>$Junk</code> is an example of such a flag. Some of the other mailboxes had other examples of custom flags. In particular, this one:</p>

<pre><code>S: * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen $Junk $NotJunk Harmonization IHTSDO ReviewToday \*)] Unlimited
</code></pre>

<blockquote>
<p dir="auto">So these responses do not list all the tags, even those I see in messages.</p>
</blockquote>

<p dir="auto">Maybe server support for IMAP keywords/flags is still limited somehow.</p>

<blockquote>
<p dir="auto">Is there a place I can see the tags in the raw source? I can't seem to find them.</p>
</blockquote>

<p dir="auto">No, tags (keywords/flags) are not part of the messages themselves. It's metadata taken care of by the IMAP server.</p>

<p dir="auto">It may be best to experiment with the server by connecting to it directly:</p>

<pre><code>telnet imap.1and1.co.uk 143
</code></pre>

<p dir="auto">But it requires being able to speak in IMAP commands :-) I can see they do provide trial accounts, but I probably won't have time for that soon.</p>

<p dir="auto">You could also try a different IMAP provider and see if you have issues with that as well. This would indicate whether MailMate or 1and1 is to blame.</p>

<p dir="auto">-- <br>
Benny</p>

</div>