18 lines
267 B
GraphQL
18 lines
267 B
GraphQL
query ServerMailBlackListPage {
|
|
serverMail {
|
|
blackList {
|
|
id
|
|
name
|
|
action
|
|
}
|
|
spamAssassin {
|
|
settings {
|
|
isEnabled
|
|
}
|
|
}
|
|
}
|
|
os {
|
|
isWindows
|
|
}
|
|
}
|