Add migration from pcre to pcre2 to the TODO list.

This commit is contained in:
Daniel Spiljar 2023-05-08 22:54:58 +02:00
parent 7ebef4a322
commit 55aa25eca3
Signed by: dspiljar
GPG Key ID: A32CE9C59D8003B5
1 changed files with 2 additions and 1 deletions

View File

@ -18,13 +18,14 @@
## File formats, encodings and standards
- [ ] migrate to pcre2, as pcre is obsolete
- [ ] use a more modern hash function than MD5
- [ ] MIME support
- [ ] support for GnuPG
- [x] support for compressed mbox folders
- [x] support for bzip2 compression
- [ ] support for XZ-format compression
- [ ] support for mail folder conversion
- [ ] use a more modern hash function than MD5
- [ ] improve error detection when a directory is not a Maildir or MH folder
- [ ] document criteria for folder format detection