mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 07:14:40 +03:00
make more account config fields configurable through web interface
so users can change it themselves, instead of requiring an admin to change the settings.
This commit is contained in:
@ -370,7 +370,7 @@
|
||||
},
|
||||
{
|
||||
"Name": "KeepRetiredPeriodsSave",
|
||||
"Docs": "KeepRetiredPeriodsSave save periods to save retired messages and webhooks.",
|
||||
"Docs": "KeepRetiredPeriodsSave saves periods to save retired messages and webhooks.",
|
||||
"Params": [
|
||||
{
|
||||
"Name": "keepRetiredMessagePeriod",
|
||||
@ -386,6 +386,56 @@
|
||||
}
|
||||
],
|
||||
"Returns": []
|
||||
},
|
||||
{
|
||||
"Name": "AutomaticJunkFlagsSave",
|
||||
"Docs": "AutomaticJunkFlagsSave saves settings for automatically marking messages as\njunk/nonjunk when moved to mailboxes matching certain regular expressions.",
|
||||
"Params": [
|
||||
{
|
||||
"Name": "enabled",
|
||||
"Typewords": [
|
||||
"bool"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "junkRegexp",
|
||||
"Typewords": [
|
||||
"string"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "neutralRegexp",
|
||||
"Typewords": [
|
||||
"string"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "notJunkRegexp",
|
||||
"Typewords": [
|
||||
"string"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Returns": []
|
||||
},
|
||||
{
|
||||
"Name": "RejectsSave",
|
||||
"Docs": "RejectsSave saves the RejectsMailbox and KeepRejects settings.",
|
||||
"Params": [
|
||||
{
|
||||
"Name": "mailbox",
|
||||
"Typewords": [
|
||||
"string"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "keep",
|
||||
"Typewords": [
|
||||
"bool"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Returns": []
|
||||
}
|
||||
],
|
||||
"Sections": [],
|
||||
|
Reference in New Issue
Block a user