Read the statement by Michael Teeuw here.
module email
-
can anyone help me with the module of emails… ive tried diffrent things but doenst show up
-
Same trouble here. The module dosent show up the emails. There is no errors, no logs. Tried with Gmail & Outlook
-
is the module not visible on the mm or is the module visible but no emails are shown?
-
@cirdan it not showing nothing on my mm
-
@rudson did you do the git clone, cd email, npm install steps?
Also nothing in the log or the browser console?
-
@cirdan Module visible but no emails are shown and no error in log or console. I did all the step. git clone, cd email, npm install.
-
@rezocharly by default it shows unseen emails. Just checking there are unseen emails in the root of the inbox you are showing?
It helped me to write a little email program based on the code example of mscdex . Put it e.g in em.js in email folder and run it with
node em.js
If you add
debug: console.log,
to the imap config section in the em.js, you get a good overview of what is happening.