implement the ForceUnspam sieve action

This commit is contained in:
diroots 2024-03-22 11:21:00 +01:00
parent 4fc04648cf
commit c3c15ace16
43 changed files with 62 additions and 3 deletions

View file

@ -109,3 +109,10 @@ export class KeepCommand extends ActionCommand
export class DiscardCommand extends ActionCommand
{
}
/**
* https://tools.ietf.org/html/rfc5228#section-4.4
*/
export class ForceUnspamCommand extends ActionCommand
{
}