Changeset View
Changeset View
Standalone View
Standalone View
client/websocketclient.cpp
| Context not available. | |||||
| void WebsocketClient::reencrypt(const QJsonObject &args) | void WebsocketClient::reencrypt(const QJsonObject &args) | ||||
| { | { | ||||
| // TODO: Looking up the folderId by itemId would allow some simplification in the web.js | |||||
| const EwsId folderId(args["folderId"_L1].toString()); | const EwsId folderId(args["folderId"_L1].toString()); | ||||
| EwsClient client(args["email"_L1].toString(), args["ewsAccessToken"_L1].toString().toUtf8()); | EwsClient client(args["email"_L1].toString(), args["ewsAccessToken"_L1].toString().toUtf8()); | ||||
| Context not available. | |||||