Continous EMail reading #369
phant0mias
started this conversation in
General
Replies: 1 comment 1 reply
-
You don't have to do anything in case mailbox changes listenning as long as listen was called in the loop. It will handle network reconnection, IMAP server timed out and also sign-in as necessary if session was terminated. This is not Mail Client App, it is IMAP client designed for low memory device, no data cache, no database implementation then you will not get notify during the nerwork disconnection and unauthentication state. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
thanks for the graet EMail library. It was easy to integrate to my own framework, that is using different controllers and network devices. I want to read in 5 minutes interval the emails (IMAP) and check if an email with a defined text in the header is available. In this case a signal light will be switched on.
In the discussion
#329
you get notifications when a new mail arrives, but you need a good continous internet connection. In my case it is not possible, the connection is not always available.
What would be your suggestion for a save continous mail reading?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions