Replies: 2 comments 1 reply
-
You have to search the messages with keywords in the mailbox to get UID of the search result messages. Or you have to know the message index in the mailbox and use In the example below, the message count is an index to get the UID of latest message for reading (fetch). ESP-Mail-Client/examples/IMAP/Read_Single_Email/Read_Single_Email.ino Lines 220 to 223 in e41877c It does not mean reading message to get UID. |
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
-
I am working through the Read_Single_eMail example and have it working on an ESP8266 NodeMCU board. I then tried to delete the email after reading it. I looked at the Delete Messages example but it is showing deleting 10 messages. It seems like after I have read an email, I have the UID and should be able to do a delete.
Is there a list of commands available in the Client?
Beta Was this translation helpful? Give feedback.
All reactions