snappymail/dev/Sieve
2023-02-21 10:22:59 +01:00
..
Commands Bugfix: sieve undefined args[i-1] 2022-05-17 14:48:38 +02:00
Extensions JavaScript substr() is deprecated 2022-10-19 16:43:16 +02:00
Model Better Sieve rainloop.user script handling 2023-01-25 09:28:09 +01:00
View Many AppData properties to JavaScript camelCase 2023-02-21 10:22:59 +01:00
Commands.js Improved Sieve Script editor with lists of available Actions, Controls and Tests 2022-03-17 10:21:23 +01:00
Grammar.js Small code cleanup 2022-05-18 22:53:33 +02:00
Parser.js JavaScript substr() is deprecated 2022-10-19 16:43:16 +02:00
README.md Added Sieve extension rfc6134 partial 2022-03-16 14:21:23 +01:00
RegEx.js Added Sieve parser code in master 2022-03-09 12:33:31 +01:00
Utils.js Bugfix: Notification enum conflicts with window.Notification 2023-02-20 15:59:37 +01:00

https://www.iana.org/assignments/sieve-extensions/sieve-extensions.xhtml

  • RFC2852 envelope-deliverby / redirect-deliverby
  • RFC3461 envelope-dsn / redirect-dsn
  • RFC3894 copy
  • RFC4790 comparator-*
  • RFC5173 body
  • RFC5183 environment
  • RFC5228 encoded-character / envelope / fileinto
  • RFC5229 variables
  • RFC5230 vacation
  • RFC5231 relational
  • RFC5232 imap4flags
  • RFC5233 subaddress
  • RFC5235 spamtest / spamtestplus / virustest
  • RFC5260 date / index
  • RFC5293 editheader
  • RFC5429 ereject / reject
  • RFC5435 enotify
  • RFC5463 ihave
  • RFC5490 mailbox / mboxmetadata / servermetadata
  • RFC5703 enclose / extracttext / foreverypart / mime / replace
  • RFC6131 vacation-seconds
  • RFC6134 extlists
  • RFC6558 convert
  • RFC6609 include
  • RFC6785 imapsieve
  • RFC7352 duplicate
  • RFC8579 special-use
  • RFC8580 fcc
  • RFC regex https://tools.ietf.org/html/draft-ietf-sieve-regex-01
  • vnd.cyrus.*
  • vnd.dovecot.*