mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
Improve sieve parser
This commit is contained in:
parent
0a3a5f6d59
commit
c773b852a1
11 changed files with 124 additions and 106 deletions
|
|
@ -230,6 +230,7 @@ export class HeaderTest extends TestCommand
|
|||
constructor()
|
||||
{
|
||||
super();
|
||||
this.match_type = ':is';
|
||||
this.address_part = ':all';
|
||||
this.header_names = new GrammarStringList;
|
||||
this.key_list = new GrammarStringList;
|
||||
|
|
@ -316,11 +317,6 @@ export class NotTest extends TestCommand
|
|||
{
|
||||
return 'not ' + this.test;
|
||||
}
|
||||
|
||||
pushArguments()
|
||||
{
|
||||
throw 'No arguments';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue