mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Added Sieve parser code in master
This commit is contained in:
parent
e90e8a55ce
commit
f4cd25f8ad
21 changed files with 2126 additions and 8 deletions
4
dev/Sieve/Utils.js
Normal file
4
dev/Sieve/Utils.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
export const
|
||||
arrayToString = (arr, separator) =>
|
||||
arr.map(item => item.toString ? item.toString() : item).join(separator);
|
||||
Loading…
Add table
Add a link
Reference in a new issue