mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Prepare some Sieve restructuring for GUI
This commit is contained in:
parent
37bb9a9a97
commit
ff9a89380c
15 changed files with 259 additions and 194 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
import {
|
||||
GrammarCommand,
|
||||
GrammarTest,
|
||||
TestCommand,
|
||||
GrammarQuotedString,
|
||||
GrammarStringList
|
||||
} from 'Sieve/Grammar';
|
||||
|
|
@ -12,7 +12,7 @@ import {
|
|||
/**
|
||||
* https://datatracker.ietf.org/doc/html/rfc5463#section-4
|
||||
*/
|
||||
export class IHaveTest extends GrammarTest
|
||||
export class IHaveTest extends TestCommand
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue