jstedfast / gmime

A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
GNU Lesser General Public License v2.1
118 stars 38 forks source link

Please switch to libidn2 #48

Closed elkrejzi closed 6 years ago

elkrejzi commented 6 years ago

Software is being ported to libidn2 to support IDNA2008. The goal is to replace libidn with libidn2, but to do that, nothing should depend on libidn anymore. This package still uses old libidn, so please port it to libidn2.

See also:

https://libidn.gitlab.io/libidn2/manual/libidn2.html#Converting-from-libidn https://fedoraproject.org/wiki/Changes/IDNA2008

jstedfast commented 6 years ago

Thanks for the notice! I didn't even realize I was using an old version of the library.

I plan to make a new release soon (I've got an Efail work-around I want to publish, just waiting to get some feedback on it)