Read the statement by Michael Teeuw here.
MMM-Mail
-
@cowboysdude
The module don’t poll the server. It receives events (like push notifications) from the imap server.
On my mirror, the module works with Gmail. …
Currently im in vacation, so I can’t really help you until Tuesday. -
@cowboysdude Hey , Cowboydude , there is config.js is pass: ‘yourpassword’ , not a password: ‘yourpassword’ , i think sample is wrong …
-
@travisbarket damn, your right. That’s a stupic copy paste failure… the right key is pass
-
Thank you @travisbarket I’ll get around to trying it again soon LOL
-
Deleted it and started over and BAM working! Thank you all!
-
@Pieps Great work on the module! I’ve tried it and it works great.
Really love the New Mail alert feature, however for me the sender name is coming up as “undefined”. Any suggestions?
Another thought on spam…I get a lot of spam mail and since the module picks up mail from the server before it passes through my client-side spam filter its sending a lot of those unwanted spam messages into my mirror. It would be cool if the module could somehow filter the messages that get displayed. Do you think something like that is feasible?
-
@carteblanche One suggestion on spam. I had the same problem and so I had all my filtered emails(those not spam) forwarded to an external email account. I then setup the module with the external email account.
Just a suggestion :)
-
@Abuitime Thanks for the suggestion! However I’m wondering how did you set up the forwarder to only forward the filtered mail? The way my forwarder works is it picks up mail from the server side so again it gets forwarded prior to it being filtered by my spam filter.
-
hi @carteblanche,
I will take a look to the undefined name problem. I have an Idea to solve it ;-)
In terms of the spam problem, I think the best solution is to use a server-side spam filter or the solution by @carteblanche . Another possible solution would be to copy the non spam mails to another imap folder. As soon as I come to, I will add the IMAP-Folder to the module-config.
-
@Pieps Sounds Good, Thanks!!