mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
drop sieve parser from sievescripts branch
This commit is contained in:
parent
2024088ea0
commit
ca91a6e408
18 changed files with 1 additions and 2138 deletions
15
dev/sieve.js
15
dev/sieve.js
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
(win => {
|
||||
|
||||
win.Sieve = {
|
||||
/*
|
||||
RegEx: {},
|
||||
Grammar: {},
|
||||
Commands: {},
|
||||
parseScript: ()=>{},
|
||||
*/
|
||||
arrayToString: (arr, separator) =>
|
||||
arr.map(item => item.toString ? item.toString() : item).join(separator)
|
||||
};
|
||||
|
||||
})(this);
|
||||
Loading…
Add table
Add a link
Reference in a new issue