mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Get some Sieve GUI inputs working
This commit is contained in:
parent
7f83277de7
commit
ffc2da33f8
33 changed files with 71 additions and 68 deletions
|
|
@ -22,9 +22,9 @@ export class FileIntoCommand extends ActionCommand
|
|||
// QuotedString / MultiLine
|
||||
this._mailbox = new GrammarQuotedString();
|
||||
// https://datatracker.ietf.org/doc/html/rfc3894
|
||||
// this.copy = false;
|
||||
this.copy = false;
|
||||
// https://datatracker.ietf.org/doc/html/rfc5490#section-3.2
|
||||
// this.create = false;
|
||||
this.create = false;
|
||||
}
|
||||
|
||||
get require() { return 'fileinto'; }
|
||||
|
|
@ -67,9 +67,9 @@ export class RedirectCommand extends ActionCommand
|
|||
// QuotedString / MultiLine
|
||||
this._address = new GrammarQuotedString();
|
||||
// https://datatracker.ietf.org/doc/html/rfc3894
|
||||
// this.copy = false;
|
||||
this.copy = false;
|
||||
// https://datatracker.ietf.org/doc/html/rfc6134#section-2.3
|
||||
// this.list = null;
|
||||
this.list = null;
|
||||
}
|
||||
|
||||
toString()
|
||||
|
|
|
|||
|
|
@ -230,6 +230,7 @@ export class HeaderTest extends TestCommand
|
|||
constructor()
|
||||
{
|
||||
super();
|
||||
this.match_type = ':is';
|
||||
this.address_part = ':all';
|
||||
this.header_names = new GrammarStringList;
|
||||
this.key_list = new GrammarStringList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue