mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 02:59:21 +03:00
Improved Sieve GUI templates
This commit is contained in:
parent
05bc9a60b1
commit
64ae3a281f
7 changed files with 13 additions and 9 deletions
|
|
@ -10,4 +10,4 @@ deleteheader
|
|||
<option data-bind="visible root.capa.extlists">:list</option>
|
||||
</select>
|
||||
<input type="text" data-bind="textInput: field_name">
|
||||
<input type="text" data-bind="textInput: source" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
<input type="text" data-bind="textInput: value_patterns" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!-- rfc5703 -->
|
||||
enclose
|
||||
<input type="text" data-bind="textInput: _subject">
|
||||
<input type="text" data-bind="textInput: source" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
<input type="text" data-bind="textInput: headers" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<!-- rfc6609 -->
|
||||
global
|
||||
<input type="text" data-bind="textInput: source" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
<input type="text" data-bind="textInput: value" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
/*
|
||||
<textarea style="display:block" data-bind="textInput: value"></textarea>
|
||||
*/
|
||||
|
|
@ -0,0 +1 @@
|
|||
# <input type="text" data-bind="textInput: value">
|
||||
|
|
@ -2,6 +2,6 @@
|
|||
notify
|
||||
<input type="text" data-bind="textInput: _method">
|
||||
<input type="text" data-bind="textInput: _from">
|
||||
<input type="number">
|
||||
<input type="text" data-bind="textInput: source" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
<input type="number" data-bind="textInput: _importance">
|
||||
<input type="text" data-bind="textInput: options" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
<input type="text" data-bind="textInput: _message">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<!-- rfc5230 -->
|
||||
vacation
|
||||
<input type="number">
|
||||
<input type="number">
|
||||
<input type="number" data-bind="textInput: _days">
|
||||
<input type="number" data-bind="textInput: _seconds">
|
||||
<input type="text" data-bind="textInput: _subject">
|
||||
<input type="text" data-bind="textInput: _from">
|
||||
<input type="text" data-bind="textInput: source" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
<label><input type="checkbox"> mime</label>
|
||||
<input type="text" data-bind="textInput: addresses" pattern='".+"|\[".+"(,".+")*\]'>
|
||||
<label><input type="checkbox" data-bind="checked: mime"> mime</label>
|
||||
<input type="text" data-bind="textInput: _handle">
|
||||
<input type="text" data-bind="textInput: _reason"> // QuotedString / MultiLine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue