Skip to content

Arduino program, lighting up a led whenever an email from gmail is unread and with special string in title

Notifications You must be signed in to change notification settings

fzoccara/ESP8266-gmail-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266-gmail-notifier

Arduino program, lighting up a led whenever an email from gmail is unread and with special string in title

Go to https://www.google.com/settings/security/lesssecureapps to enable access for "less secure apps":

The Base64 encoded version of your Gmail login credentials (see below) following the shell command for filling up the above variable: $ echo -n '[email protected]:password' | base64

The SHA-1 fingerprint of the SSL certificate for the Gmail server (see below) following the shell command for filling up the above variable: $ openssl s_client -connect mail.google.com:443 < /dev/null 2>/dev/null | openssl x509 -fingerprint -noout -in /dev/stdin | sed 's/:/ /g'

String to search inside the title of the email to mark as alert (down default)

Interval in milliseconds from a request to another (5000 milliseconds default)

About

Arduino program, lighting up a led whenever an email from gmail is unread and with special string in title

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published