<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[COUNTING unread emails]]></title><description><![CDATA[<p dir="auto">Hi all - wondering if anyone knows of a fast way to just display the number of UNREAD emails for various accounts?  EG:<br />
<a href="mailto:joe@public.com" target="_blank" rel="noopener noreferrer nofollow ugc">joe@public.com</a>  2 unread emails<br />
<a href="mailto:suzieQ@person.net" target="_blank" rel="noopener noreferrer nofollow ugc">suzieQ@person.net</a>  3 unread emails<br />
(I wear too many hats, and this would be a nice thing to see in the morning)</p>
<p dir="auto">Thanks,<br />
K</p>
]]></description><link>https://forum.magicmirror.builders/topic/9195/counting-unread-emails</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 17:37:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9195.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Dec 2018 06:51:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to COUNTING unread emails on Fri, 14 Dec 2018 09:26:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amanzimdwini" aria-label="Profile: amanzimdwini">@<bdi>amanzimdwini</bdi></a> so, I played around a bit since I thought it would be a good idea as well.</p>
<p dir="auto">I found two mail modules, MMM-Mail by <a class="plugin-mentions-user plugin-mentions-a" href="/user/pieps" aria-label="Profile: Pieps">@<bdi>Pieps</bdi></a> and one called email. I can’t get the email module to work, but this one has support for multiple accounts, so that’s unfortunate.</p>
<p dir="auto">With the MMM-Mail one, I have forked it and created a branch. Unfortunately it currently only supports one account as far as I can see. Try it out and let me know what you think.<br />
<a href="https://github.com/lavolp3/MMM-Mail" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/lavolp3/MMM-Mail</a></p>
<p dir="auto">Clone it by putting in</p>
<pre><code>git clone https://github.com/lavolp3/MMM-Mail
</code></pre>
<p dir="auto">I still have some issues with the module itself (giving me popup messages far too often and failing to connect with the mail account too often, but if this works I’ll make a PR for the original module</p>
]]></description><link>https://forum.magicmirror.builders/post/48148</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/48148</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Fri, 14 Dec 2018 09:26:33 GMT</pubDate></item><item><title><![CDATA[Reply to COUNTING unread emails on Wed, 05 Dec 2018 20:12:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> THAT made my head hurt. Schoene Idee, aber ich kann kein whatever-that-language is.  I’d be willing to learn, though, so I’ll start reading up on modules.</p>
<p dir="auto">K</p>
]]></description><link>https://forum.magicmirror.builders/post/47752</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/47752</guid><dc:creator><![CDATA[amanzimdwini]]></dc:creator><pubDate>Wed, 05 Dec 2018 20:12:38 GMT</pubDate></item><item><title><![CDATA[Reply to COUNTING unread emails on Mon, 03 Dec 2018 07:36:47 GMT]]></title><description><![CDATA[<p dir="auto">Good idea for a module.<br />
A first idea looking at this module<br />
<a href="https://github.com/MMPieps/MMM-Mail" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MMPieps/MMM-Mail</a>.<br />
In the node_helper.js you can find an idea how emails are fetched.<br />
There is a variable in client.search function:</p>
<pre><code>console.log("%s Mails fetched",Result.length);
</code></pre>
<p dir="auto">Result.length is the variable you’re looking for.<br />
So maybe you could use this module and rework it to just show the number of mails and not the mails themselves.</p>
]]></description><link>https://forum.magicmirror.builders/post/47624</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/47624</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Mon, 03 Dec 2018 07:36:47 GMT</pubDate></item></channel></rss>