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
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
shared
/
lib
/
interfaces
/
message.ts
blob
c9bfdda39d1ac39ca63b278d6739b25cfa184c92
1
export enum CREATE_DRAFT_MESSAGE_ACTION {
2
REPLY = 0,
3
REPLY_ALL = 1,
4
FORWARD = 2,
5
}
6
7
export enum SEND_MESSAGE_DIRECT_ACTION {
8
REPLY = 0,
9
REPLY_ALL = 1,
10
FORWARD = 2,
11
AUTO_RESPONSE = 3,
12
READ_RECEIPT = 4,
13
}