mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
implement the ForceUnspam sieve action
This commit is contained in:
parent
4fc04648cf
commit
c3c15ace16
43 changed files with 62 additions and 3 deletions
|
|
@ -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
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue