mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
10 lines
435 B
HTML
10 lines
435 B
HTML
<!-- rfc5230 -->
|
|
vacation
|
|
<input type="number">
|
|
<input type="number">
|
|
<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: _handle">
|
|
<input type="text" data-bind="textInput: _reason"> // QuotedString / MultiLine
|