server: add label handler

For handling mu4e label update requests.
This commit is contained in:
Dirk-Jan C. Binnema
2025-08-27 19:24:04 +03:00
committed by Seth Ladygo
parent 2fa973ec90
commit bf2f4ce57d
2 changed files with 50 additions and 3 deletions

View File

@ -356,7 +356,7 @@ public:
*
* @param message some message
*
* @retgurn Ok or some error
* @return Ok or some error
*/
Result<void> clear_labels(Message& message);