mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Rename SMime actions
This commit is contained in:
parent
9a5a5091a1
commit
55e55b7bb7
3 changed files with 5 additions and 5 deletions
|
|
@ -634,7 +634,7 @@ export class MailMessageView extends AbstractViewRight {
|
|||
data.folder = message.folder;
|
||||
data.uid = message.uid;
|
||||
data.bodyPart = data.bodyPart?.raw;
|
||||
Remote.post('MessageSMimeVerify', null, data).then(response => {
|
||||
Remote.post('SMimeVerifyMessage', null, data).then(response => {
|
||||
if (response?.Result) {
|
||||
if (response.Result.body) {
|
||||
MimeToMessage(response.Result.body, message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue