Merge branch 'EmailInfra' of https://github.com/koesterlab/remail int… #39
Annotations
10 errors
Ruff (F401):
EMailService.py#L2
EMailService.py:2:25: F401 `dataclasses.dataclass` imported but unused
|
Ruff (F403):
EMailService.py#L3
EMailService.py:3:1: F403 `from email2 import *` used; unable to detect undefined names
|
Ruff (F401):
EMailService.py#L4
EMailService.py:4:21: F401 `imaplib.IMAP4_SSL` imported but unused
|
Ruff (F405):
EMailService.py#L25
EMailService.py:25:31: F405 `Email` may be undefined, or defined from star imports
|
Ruff (F405):
EMailService.py#L33
EMailService.py:33:31: F405 `Email` may be undefined, or defined from star imports
|
Ruff (E711):
EMailService.py#L49
EMailService.py:49:38: E711 Comparison to `None` should be `cond is not None`
|
Ruff (E711):
EMailService.py#L49
EMailService.py:49:69: E711 Comparison to `None` should be `cond is not None`
|
Ruff (F405):
EMailService.py#L61
EMailService.py:61:31: F405 `Email` may be undefined, or defined from star imports
|
Ruff (F405):
EMailService.py#L71
EMailService.py:71:22: F405 `RecipientKind` may be undefined, or defined from star imports
|
Ruff (F405):
EMailService.py#L73
EMailService.py:73:22: F405 `RecipientKind` may be undefined, or defined from star imports
|