Synchronously searches for recipients S/MIME or PGP certificates either in provided only_clients
BookClient, or, when null, in each found address book
configured for auto-completion.
This function can be used within get_recipient_certificates_sync implementation.
| registry | |
| only_clients |
optional SList of the BookClient objects to search for the certificates in, or null |
| flags |
bit-or of RecipientCertificateFlags |
| recipients |
a GenericArray of recipients' email addresses |
| out_certificates |
a SList of gathered certificates encoded in base64 |
| cancellable |
optional Cancellable object, or null |
|
true when no fatal error occurred, false otherwise. |