Added IMAP plugin and generic mail check backend [links to ]

This commit is contained in:
Fabio Manganiello 2020-08-31 15:32:30 +02:00
parent f1ab923bfe
commit 1681f80728
8 changed files with 778 additions and 0 deletions

View file

@ -330,5 +330,7 @@ setup(
'dht': ['Adafruit_Python_DHT @ git+https://github.com/adafruit/Adafruit_Python_DHT'],
# Support for LCD display integration
'lcd': ['RPi.GPIO', 'RPLCD'],
# Support for IMAP mail integration
'imap': ['imapclient'],
},
)