-->
Page 1 of 1

Receive email using Arduino on ESP8266?

PostPosted: Tue Aug 25, 2015 11:43 am
by spyderespirt0
Is there a sketch to receive email using the Arduino environment on the ESP8266? I know that this is possible using NodeMCU but I'd like to use the Arduino environment.

Re: Receive email using Arduino on ESP8266?

PostPosted: Tue Aug 25, 2015 1:22 pm
by kolban
By receive email ... do you mean an email client which connects to your remote POP3 or IMAP mail server and downloads an email (and so, what do you want done with it?) or do you mean (by receive mail) the ability to be an email server and receive email from remote email clients for storage and later retrieval?

Neil

Re: Receive email using Arduino on ESP8266?

PostPosted: Tue Aug 25, 2015 2:06 pm
by spyderespirt0
By receive email I mean connect to an IMAP or POP3 account and retrieve an email then parse it by sender, subject, and body.

Re: Receive email using Arduino on ESP8266?

PostPosted: Sun Aug 30, 2015 7:08 pm
by mrburnette
Perhaps this will answer some questions:
http://www.esp8266.com/viewtopic.php?f=8&t=2015

Looks like a lot of limitations.


Ray