EBackend.CollectionBackendFactory¶
- Subclasses:
 None
Methods¶
- Inherited:
 EBackend.BackendFactory (4), EDataServer.Extension (1), GObject.Object (37)
- Structs:
 
  | 
Virtual Methods¶
- Inherited:
 
  | 
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class EBackend.CollectionBackendFactory(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
Contains only private data that should be read and manipulated using the functions below.
New in version 3.6.
- prepare_mail(mail_account_source, mail_identity_source, mail_transport_source)¶
 - Parameters:
 mail_account_source (
EDataServer.Source) – anEDataServer.Sourceto hold mail account informationmail_identity_source (
EDataServer.Source) – anEDataServer.Sourceto hold mail identity informationmail_transport_source (
EDataServer.Source) – anEDataServer.Sourceto hold mail transport information
Convenience function to populate a set of
EDataServer.Sourceinstances with mail account information to be added to anEBackend.CollectionBackend. This is mainly used for vendor-specific collection backends like Google or Yahoo! where the host, port, and security details are known ahead of time and only user-specific information needs to be filled in.New in version 3.6.
- do_prepare_mail(mail_account_source, mail_identity_source, mail_transport_source) virtual¶
 - Parameters:
 mail_account_source (
EDataServer.Source) – anEDataServer.Sourceto hold mail account informationmail_identity_source (
EDataServer.Source) – anEDataServer.Sourceto hold mail identity informationmail_transport_source (
EDataServer.Source) – anEDataServer.Sourceto hold mail transport information
Convenience function to populate a set of
EDataServer.Sourceinstances with mail account information to be added to anEBackend.CollectionBackend. This is mainly used for vendor-specific collection backends like Google or Yahoo! where the host, port, and security details are known ahead of time and only user-specific information needs to be filled in.New in version 3.6.