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
115 stars 36 forks source link

internet_address_list_append_parse is a visible symbol, but not exposed via <gmime/internet-address.h> #128

Closed dkg closed 2 years ago

dkg commented 2 years ago

in 3.2.13, (in d0d4d6ce495cd819b8a4dfcf8b8286ad459dff13), internet_address_list_append_parse is introduced. This is exposed by the gmime library as a visible symbol, but it is not described in the corresponding header file.

If this is intended to be visible externally, i think it should be in the header file. If it's not intended to be visible externally, maybe it should be marked to not be exposed in the shared object?

jstedfast commented 2 years ago

Sorry about that. I was so focused on the internal API, I forgot that I started to make a public API wrapper for it.