Read the statement by Michael Teeuw here.
Email
-
@strawberry-3.141 Ok i’ll try, thanks
-
@MSimonart
no new email show -
Same problem here. The module recieves the Mails but they weren’t shown in the mirror
//edit: fixed my problem. Fade has to be false…
-
I have added the module in Default folder named it email
and added the module in config.js from the Github link followed here
https://github.com/ronny3050/email-mirror
but nothing is shown on screen. -
The email module folder goes in the modules folder but not inside the default folder
-
@Mykle1 I have moved it to module but it is not working
-
This post is deleted! -
When I wrote the command npm install
it showed error no License and no repository field found
then I added repository and license
but it shows that email@0.0.1 is not valid license spdx expression
“license” : {
“type” : “MIT”
} -
I’m still having trouble.
I believe I setup everything correctly. Added the subjectlength at the end, allowed IMAP in my gmail account, but still, after loading the module won’t connect to my mail and doesn’t show anything. Is anyone else having trouble with this?
-
@umairshah
If you add a module to the default folder, you have to make the necessary changes to the default.js file to include it.It’s just better to put it in the modules folder.