forked from platypush/platypush
Added IMAP plugin and generic mail check backend [links to #146]
This commit is contained in:
parent
f1ab923bfe
commit
1681f80728
8 changed files with 778 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue