Code Monkey home page Code Monkey logo

mmm-mail's People

Contributors

mmpieps avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mmm-mail's Issues

delete mails

while deleting email, same message appear as receive a new mail. Can that be avoided. Thanks

Spam filter

Nice tool, working fine ;-)
Can you implement a spam filter in this module?

Error: Could not open socket: self signed certificate

While starting the magic mirror, I get below error, any idea what's wrong?

[ERROR] (node:5428) UnhandledPromiseRejectionWarning: Error: Could not open socket: self signed certificate
at socket.onerror (/home/pi/MagicMirror/modules/MMM-Mail/node_modules/emailjs-imap-client/src/emailjs-imap-client-imap.js:157:24)
at TCPSocket._emit (/home/pi/MagicMirror/modules/MMM-Mail/node_modules/emailjs-tcp-socket/src/emailjs-tcp-socket.js:1088:9)
at TLSSocket. (/home/pi/MagicMirror/modules/MMM-Mail/node_modules/emailjs-tcp-socket/src/emailjs-tcp-socket.js:324:26)
at TLSSocket.emit (events.js:315:20)
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
[14.07.2021 21:58.26.450] [ERROR] (node:5428) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
[14.07.2021 21:58.26.453] [ERROR] (node:5428) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

How can I view two email addresses?

How can I view two email addresses?

Two email addresses can be seen in the screnshot.
Two headers can be seen in the screnshot. How do I configure this?
Sorry for my bad English. I have configured the following but i see the emails from one accounts. The E-mail i see are from the last user in the config.

modules: [
{
module: 'MMM-Mail',
position: 'bottom_left',
header: 'Email',
config:{
user: '[email protected]',
pass: 'xxx',
host: 'imap.gmail.com',
port: 993,
numberOfEmails: 5,
fade: true,
subjectlength: 50,
user: '[email protected]',
pass: 'xxx',
host: 'imap.gmail.com',
port: 993,
numberOfEmails: 5,
fade: true,
subjectlength: 50,
},
}
]

Thank you in advance for the help
Hoendel

Doesn't work.

I tried it today. It didn't work. I don't know why. Can you help me?

Alerts appear, but list shows "No Unread mails"

When a new email is received, the white alert box appears with the correct information in it, but the list of emails never changes. Config below:

{
module: 'MMM-Mail',
position: 'top_center',
header: 'Alerts',
config: {
user: '[email protected]',
pass: 'mypass',
host: 'outlook.office365.com',
port: 993,
numberOfEmails: 5,
subjectlength: 50,
fade: true
}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.