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

Make GMimeEncryptFlags a bitfield in the gir #137

Closed dagle closed 1 year ago

dagle commented 1 year ago

This changes GMimeEncryptFlags from an enumeration to a bitfield in the gir, for languages that treats enums and bitfields differently.