Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 445 Bytes

MailBlinker

Blink the capslock LED if new mails are on the IMAP-server.

Change imap_connection.py to use your credentials for your IMAP-Server. Google users mith 2-factor-auth may have to generate a App-Password for this.

Execute the script with root privileges:

sudo python mailblinker.py

The privileges are needed because the script needs to write to /dev/tty0. Feel free to fork this repository for a better solution.