mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Added Sieve parser code in master
This commit is contained in:
parent
e90e8a55ce
commit
f4cd25f8ad
21 changed files with 2126 additions and 8 deletions
33
dev/Sieve/README.md
Normal file
33
dev/Sieve/README.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
https://www.iana.org/assignments/sieve-extensions/sieve-extensions.xhtml
|
||||
|
||||
- [ ] RFC2852 envelope-deliverby / redirect-deliverby
|
||||
- [ ] RFC3461 envelope-dsn / redirect-dsn
|
||||
- [ ] RFC3894 copy
|
||||
- [ ] RFC4790 comparator-*
|
||||
- [x] RFC5173 body
|
||||
- [x] RFC5183 environment
|
||||
- [x] RFC5228 encoded-character / envelope / fileinto
|
||||
- [x] RFC5229 variables
|
||||
- [x] RFC5230 vacation
|
||||
- [x] RFC5231 relational
|
||||
- [x] RFC5232 imap4flags
|
||||
- [x] RFC5233 subaddress
|
||||
- [x] RFC5235 spamtest / spamtestplus / virustest
|
||||
- [x] RFC5260 date / index
|
||||
- [x] RFC5293 editheader
|
||||
- [x] RFC5429 ereject / reject
|
||||
- [ ] RFC5435 enotify
|
||||
- [ ] RFC5463 ihave
|
||||
- [ ] RFC5490 mailbox / mboxmetadata / servermetadata
|
||||
- [ ] RFC5703 enclose / extracttext / foreverypart / mime / replace
|
||||
- [ ] RFC6131 vacation-seconds
|
||||
- [ ] RFC6134 extlists
|
||||
- [ ] RFC6558 convert
|
||||
- [x] 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.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue