From 55c59105909ed907c65a670c3e7eee5d799a0046 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sun, 22 Sep 2024 18:41:57 +0200 Subject: [PATCH] More draft command templates --- .../app/templates/Views/Sieve/AddFlagCommand.html | 4 ++++ .../app/templates/Views/Sieve/AddHeaderCommand.html | 5 +++++ .../app/templates/Views/Sieve/BreakCommand.html | 2 ++ .../templates/Views/Sieve/DeleteHeaderCommand.html | 13 +++++++++++++ .../app/templates/Views/Sieve/EncloseCommand.html | 4 ++++ .../app/templates/Views/Sieve/ErejectCommand.html | 3 +++ .../app/templates/Views/Sieve/ErrorCommand.html | 3 +++ .../templates/Views/Sieve/ExtractTextCommand.html | 5 +++++ .../templates/Views/Sieve/ForEveryPartCommand.html | 4 ++++ .../app/templates/Views/Sieve/GlobalCommand.html | 3 +++ .../app/templates/Views/Sieve/IncludeCommand.html | 6 ++++++ .../app/templates/Views/Sieve/NotifyCommand.html | 7 +++++++ .../app/templates/Views/Sieve/RejectCommand.html | 3 +++ .../templates/Views/Sieve/RemoveFlagCommand.html | 4 ++++ .../app/templates/Views/Sieve/ReplaceCommand.html | 6 ++++++ .../0.0.0/app/templates/Views/Sieve/SetCommand.html | 5 +++++ .../app/templates/Views/Sieve/SetFlagCommand.html | 4 ++++ .../app/templates/Views/Sieve/VacationCommand.html | 10 ++++++++++ 18 files changed, 91 insertions(+) create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/AddFlagCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/AddHeaderCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/BreakCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/DeleteHeaderCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/EncloseCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/ErejectCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/ErrorCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/ExtractTextCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/ForEveryPartCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/GlobalCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/IncludeCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/NotifyCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/RejectCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/RemoveFlagCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/ReplaceCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/SetCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/SetFlagCommand.html create mode 100644 snappymail/v/0.0.0/app/templates/Views/Sieve/VacationCommand.html diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/AddFlagCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/AddFlagCommand.html new file mode 100644 index 000000000..baf361342 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/AddFlagCommand.html @@ -0,0 +1,4 @@ + +addflag + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/AddHeaderCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/AddHeaderCommand.html new file mode 100644 index 000000000..f918b92a9 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/AddHeaderCommand.html @@ -0,0 +1,5 @@ + +addheader + + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/BreakCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/BreakCommand.html new file mode 100644 index 000000000..ad3c6e3bb --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/BreakCommand.html @@ -0,0 +1,2 @@ + +break ; diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/DeleteHeaderCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/DeleteHeaderCommand.html new file mode 100644 index 000000000..51d7439fb --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/DeleteHeaderCommand.html @@ -0,0 +1,13 @@ + +deleteheader + + + comparator = '', + + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/EncloseCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/EncloseCommand.html new file mode 100644 index 000000000..c7d63c2b4 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/EncloseCommand.html @@ -0,0 +1,4 @@ + +enclose + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/ErejectCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/ErejectCommand.html new file mode 100644 index 000000000..3fae91861 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/ErejectCommand.html @@ -0,0 +1,3 @@ + +ereject + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/ErrorCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/ErrorCommand.html new file mode 100644 index 000000000..1dea618e9 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/ErrorCommand.html @@ -0,0 +1,3 @@ + +error + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/ExtractTextCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/ExtractTextCommand.html new file mode 100644 index 000000000..6ab650846 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/ExtractTextCommand.html @@ -0,0 +1,5 @@ + +extracttext + modifiers = []; + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/ForEveryPartCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/ForEveryPartCommand.html new file mode 100644 index 000000000..3874c08e6 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/ForEveryPartCommand.html @@ -0,0 +1,4 @@ + +foreverypart + +
diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/GlobalCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/GlobalCommand.html new file mode 100644 index 000000000..62012817c --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/GlobalCommand.html @@ -0,0 +1,3 @@ + +global + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/IncludeCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/IncludeCommand.html new file mode 100644 index 000000000..832e2f721 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/IncludeCommand.html @@ -0,0 +1,6 @@ + +include + // ':personal' / ':global'; + + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/NotifyCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/NotifyCommand.html new file mode 100644 index 000000000..0334a314b --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/NotifyCommand.html @@ -0,0 +1,7 @@ + +notify + + + + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/RejectCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/RejectCommand.html new file mode 100644 index 000000000..18fc1a393 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/RejectCommand.html @@ -0,0 +1,3 @@ + +reject + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/RemoveFlagCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/RemoveFlagCommand.html new file mode 100644 index 000000000..17494b8fd --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/RemoveFlagCommand.html @@ -0,0 +1,4 @@ + +removeflag + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/ReplaceCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/ReplaceCommand.html new file mode 100644 index 000000000..f93444115 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/ReplaceCommand.html @@ -0,0 +1,6 @@ + +replace + + + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/SetCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/SetCommand.html new file mode 100644 index 000000000..a8526e318 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/SetCommand.html @@ -0,0 +1,5 @@ + +set + modifiers = []; + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/SetFlagCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/SetFlagCommand.html new file mode 100644 index 000000000..d8c765d5d --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/SetFlagCommand.html @@ -0,0 +1,4 @@ + +setflag + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/VacationCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/VacationCommand.html new file mode 100644 index 000000000..8763e6330 --- /dev/null +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/VacationCommand.html @@ -0,0 +1,10 @@ + +vacation + + + + + + + + // QuotedString / MultiLine