-
Notifications
You must be signed in to change notification settings - Fork 610
Description
Which node are you reporting an issue on?
node-red-node-email
What are the steps to reproduce?
Just put a node-red-node-email in the flow, add a debug message object and configure credentials. Creteria is set to none. To my understanding of the documentation that should read the latest mail on every connect/at least once.
What happens?
The connection to the server seems to be successful, at least that is what the state in the gui tells my, however, the debug message is never triggered
What do you expect to happen?
To my understanding of the documentation it should either trigger the debug message every time with the latest mail or at least once.
Bonus information: The documentation says "Note: this node only gets the most recent single email from the inbox, so set the repeat (polling) time appropriately." - this is also not true: When switchting to POP3 for testing purposes, the node started to get all of my ~20.000 mails in my inbox...
Please tell us about your environment:
- Node-RED version: 1.2.9
- node.js version: v12.21.0
- npm version: 6.14.11
- Platform/OS: Ubuntu 18 LTS
- Browser: various/unrelated