We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2edb3 commit 7361ac0Copy full SHA for 7361ac0
scaleway-async/scaleway_async/tem/v1alpha1/types.py
@@ -39,6 +39,7 @@ class EmailFlag(str, Enum):
39
UNKNOWN_FLAG = "unknown_flag"
40
SOFT_BOUNCE = "soft_bounce"
41
HARD_BOUNCE = "hard_bounce"
42
+ SPAM = "spam"
43
44
def __str__(self) -> str:
45
return str(self.value)
scaleway/scaleway/tem/v1alpha1/types.py
0 commit comments