Functions¶
  | 
Details¶
- EBook.book_utils_get_recipient_certificates_sync(registry, only_clients, flags, recipients, cancellable)¶
 - Parameters:
 registry (
EDataServer.SourceRegistry) – anEDataServer.SourceRegistryonly_clients ([
EBook.BookClient] orNone) – optionalGLib.SListof theEBook.BookClientobjects to search for the certificates in, orNoneflags (
Camel.RecipientCertificateFlags) – bit-or ofCamel.RecipientCertificateFlagsrecipients ([
str]) – aGLib.PtrArrayof recipients’ email addressescancellable (
Gio.CancellableorNone) – optionalGio.Cancellableobject, orNone
- Raises:
 - Returns:
 Truewhen no fatal error occurred,Falseotherwise.- out_certificates:
 a
GLib.SListof gathered certificates encoded in base64
- Return type:
 
Synchronously searches for recipients S/MIME or PGP certificates either in provided only_clients
EBook.BookClient, or, whenNone, in each found address book configured for auto-completion.This function can be used within
Camel.Session.get_recipient_certificates_sync() implementation.New in version 3.30.