mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Based on https://tools.ietf.org/html/rfc5173
This commit is contained in:
parent
4adc672ccd
commit
0ba7374468
14 changed files with 72 additions and 17 deletions
|
|
@ -262,6 +262,7 @@ export const FilterConditionField = {
|
|||
Recipient: 'Recipient',
|
||||
Subject: 'Subject',
|
||||
Header: 'Header',
|
||||
Body: 'Body',
|
||||
Size: 'Size'
|
||||
};
|
||||
|
||||
|
|
@ -275,7 +276,9 @@ export const FilterConditionType = {
|
|||
NotEqualTo: 'NotEqualTo',
|
||||
Regex: 'Regex',
|
||||
Over: 'Over',
|
||||
Under: 'Under'
|
||||
Under: 'Under',
|
||||
Text: 'Text',
|
||||
Raw: 'Raw'
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue