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
docs/source

View file

@ -262,6 +262,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'Adafruit_Python_DHT',
'RPi.GPIO',
'RPLCD',
'imapclient',
]
sys.path.insert(0, os.path.abspath('../..'))