Have you ever thought of reading the data of your emails and making decisions like marking it as read or do whatever you choose? Perhaps you are wo...
For further actions, you may consider blocking this person and/or reporting abuse
As today, the less app secure has been deprecated and then the script will literally fail. However there is an alternative way to set less secure app by creating app password in google mailbox using 2FA. worked for me !!
Not working. I am also getting the self signed sertificate error. I think it has something to do with Google not allowing "less secure apps" anymore.
is it still working?
I got error
Error: self signed certificate
so I tried with Htts
then have another error
Error: Invalid credentials (Failure)
has something to do with
OAuth2?
Google has deprecated "less secure app" for the security reason, there is an alternative way to login with less secure app by creating app password in your 2FA
Throwing error if there are no unseen mails, and by that my app is crashing,how to fix or handle that error,pls let me know
Hey Surya, I saw your email and I believed my recommended solution works
i need the solution too for this sir
I am also facing the same problem how to solve it ???
Hello Arbaz,
You can use try/catch or .catch to handle errors. See the attached some code snippets that can help you handle errors.
thank you sir how we will fetch the attachments from the email sir can you share this to me plz?????
You can get the attachment from the "parsed" object.
example is:
Check the mailparser documentation for more information
thank you so much sir
You are welcome sir
I am following the same code. Login is happening and connection also established but after some request connection is not establishing and it says authentication error even username and password is correct.
I know after some request imap is blocked the connection temporary. How to fix this? is there any way to open connection always without login each time?
I believe it is possible. You can explore several options in the "connection instance methods". Check the imap documentation for more details (npmjs.com/package/imap).
You should look for specific options like: "Keep Alive". You can also explore auto-reconnecting in cases where your connection fails due to error.
I hope this helps.
giving an error of self signed certificate