mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 03:54:41 +03:00
add account option to skip the first-time sender delay
useful for accounts that automatically process messages and want to process quickly
This commit is contained in:
@ -617,8 +617,8 @@
|
||||
"Returns": []
|
||||
},
|
||||
{
|
||||
"Name": "SetAccountLimits",
|
||||
"Docs": "SetAccountLimits set new limits on outgoing messages for an account.",
|
||||
"Name": "AccountSettingsSave",
|
||||
"Docs": "AccountSettingsSave set new settings for an account that only an admin can set.",
|
||||
"Params": [
|
||||
{
|
||||
"Name": "accountName",
|
||||
@ -643,6 +643,12 @@
|
||||
"Typewords": [
|
||||
"int64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "firstTimeSenderDelay",
|
||||
"Typewords": [
|
||||
"bool"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Returns": []
|
||||
|
Reference in New Issue
Block a user