JavaScript library to wrap sieve configuration
{
Operator: {
label: '',
value: 'AllOf' // 'AnyOf'
},
Conditions: [
{
Comparator: {
value: 'contains' // 'is', 'matches', 'starts', 'ends'
},
Values: ['[email protected]']
}
],
Actions: {
FileInto: ['trash'],
Mark: {
Read: false,
Starred: false
},
Vacation: 'Not here for few days'
}
}
npm test