apache / incubator-ponymail

Apache Pony Mail (Incubating) - Email for Ponies & People
http://ponymail.incubator.apache.org/
Other
80 stars 30 forks source link

Bug: chardet licence is not compatible with AL2.0 #533

Open sebbASF opened 3 years ago

sebbASF commented 3 years ago

As the subject says.

This means that PonyMail cannot depend on it if it is to be AL2.0 licensed

sebbASF commented 3 years ago

It might be possible to use PyICU instead: https://gitlab.pyicu.org/main/pyicu

The Python interface appears to be compatible with AL2.0 -- it is listed as MIT The underlying ICU code appears also to be compatible -- it uses the UNICODE Software license

sebbASF commented 3 years ago

A simpler alternative might be https://github.com/ousret/charset_normalizer

sebbASF commented 3 years ago

This needs to be resolved before graduation