mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Draf of Sieve parser/lexer for a new Sieve GUI
This commit is contained in:
parent
e023a5d6ab
commit
b2e77f3f67
13 changed files with 1353 additions and 1 deletions
15
dev/sieve.js
Normal file
15
dev/sieve.js
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
(win => {
|
||||
|
||||
win.Sieve = {
|
||||
/*
|
||||
RegEx: {},
|
||||
Grammar: {},
|
||||
Commands: {},
|
||||
Tests: {},
|
||||
parseScript: ()=>{},
|
||||
*/
|
||||
Extensions: {}
|
||||
};
|
||||
|
||||
})(this);
|
||||
Loading…
Add table
Add a link
Reference in a new issue