mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Added: rainloop.user filters to sieve script
This commit is contained in:
parent
76bc8aa107
commit
c7d6426c88
5 changed files with 260 additions and 13 deletions
|
|
@ -64,6 +64,7 @@ class FilterConditionModel extends AbstractModel {
|
|||
|
||||
toJson() {
|
||||
return {
|
||||
// '@Object': 'Object/FilterCondition',
|
||||
Field: this.field(),
|
||||
Type: this.type(),
|
||||
Value: this.value(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue