snappymail/dev/Sieve
2024-02-28 19:46:21 +01:00
..
Commands Fix some Sieve parser issues 2024-01-03 01:47:52 +01:00
Extensions Bugfix Sieve rfc5429 2024-01-08 04:55:18 +01:00
Model new Error() to Error() 2024-02-28 19:46:21 +01:00
View Revert #1323 2023-11-23 01:46:46 +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 Fix some Sieve parser issues 2024-01-03 01:47:52 +01: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.*