in GMime 4.0, consolidate GMimeVerifyFlags and GMimeDecryptFlags as GMimeCryptoFlags · Issue #70 · jstedfast/gmime · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I was thinking is that we could just duplicate any VerifyFlags into DecryptFlags.
Possibly we could even make it such that bitwise-oring VerifyFlags and DecryptFlags worked.
In other words, if VerifyFlags was setup such that the enum flags did not overlap with DecryptFlags, they could be combined in the decrypt() calls.
consolidating them into a single bitfield seems simplest to me, and the documentation could just indicate if a flag has no effect on one or the other of the operations.
in mailing list discussion last year, i suggested consolidating GMimeVerifyFlags and GMimeDecryptFlags at the next API/ABI change.
This is just a bug report to keep track of the proposed change. (if you don't think it's a good idea, feel free to close!)
The text was updated successfully, but these errors were encountered: