mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Added Sieve extension rfc5703
This commit is contained in:
parent
7468268e1a
commit
63de537f8f
5 changed files with 341 additions and 80 deletions
|
|
@ -33,6 +33,11 @@ export class ConditionalCommand extends GrammarCommand
|
|||
/*
|
||||
public function pushArguments(array $args): void
|
||||
{
|
||||
args.forEach((arg, i) => {
|
||||
if (':' === args[i-1][0]) {
|
||||
this[args[i-1].replace(':','_')].value = arg.value;
|
||||
}
|
||||
});
|
||||
print_r($args);
|
||||
exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue