repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use same lock values as mobile clients
[ProtonMail-WebClient.git]
/
packages
/
shared
/
lib
/
api
/
mailUndoActions.ts
blob
bcb9307396a52864363cc81ee9a0359764c3fec9
1
export const undoActions = (Token: string) => ({
2
url: 'mail/v4/undoactions',
3
method: 'post',
4
data: { Token },
5
});