mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Simplify Sieve Parser and added RFC5235
This commit is contained in:
parent
22964f1fde
commit
d9865e3a46
11 changed files with 308 additions and 92 deletions
|
|
@ -6,11 +6,8 @@
|
|||
RegEx: {},
|
||||
Grammar: {},
|
||||
Commands: {},
|
||||
Tests: {},
|
||||
parseScript: ()=>{},
|
||||
*/
|
||||
Extensions: {},
|
||||
|
||||
arrayToString: (arr, separator) =>
|
||||
arr.map(item => item.toString ? item.toString() : item).join(separator)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue