-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
In past, everything worked fine. After redeploying on another server, we recognized that the IMAP email account connection doesn't work any more.
docker logs dmarc-visualizer_parsedmarc_1
lists lot of logs of following error
ModuleNotFoundError: No module named 'msgraph'
Traceback (most recent call last):
File "/usr/local/bin/parsedmarc", line 5, in <module>
from parsedmarc.cli import _main
File "/usr/local/lib/python3.9/site-packages/parsedmarc/__init__.py", line 31, in <module>
from parsedmarc.mail import MailboxConnection
File "/usr/local/lib/python3.9/site-packages/parsedmarc/mail/__init__.py", line 2, in <module>
from parsedmarc.mail.graph import MSGraphConnection
File "/usr/local/lib/python3.9/site-packages/parsedmarc/mail/graph.py", line 10, in <module>
from msgraph.core import GraphClient
Metadata
Metadata
Assignees
Labels
No labels