mirror of
https://github.com/mjl-/mox.git
synced 2025-07-15 22:44:34 +03:00
webadmin: add single-line form for looking up a cid for a received id
This commit is contained in:
@ -1125,6 +1125,26 @@
|
||||
}
|
||||
],
|
||||
"Returns": []
|
||||
},
|
||||
{
|
||||
"Name": "LookupCid",
|
||||
"Docs": "LookupCid turns an ID from a Received header into a cid as used in logging.",
|
||||
"Params": [
|
||||
{
|
||||
"Name": "recvID",
|
||||
"Typewords": [
|
||||
"string"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Returns": [
|
||||
{
|
||||
"Name": "cid",
|
||||
"Typewords": [
|
||||
"string"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"Sections": [],
|
||||
|
Reference in New Issue
Block a user