EBackend.CollectionBackendFactory¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | EBackend.BackendFactory (4), EDataServer.Extension (1), GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| prepare_mail(mail_account_source, mail_identity_source, mail_transport_source) | 
Virtual Methods¶
| Inherited: | EBackend.BackendFactory (2), GObject.Object (7) | 
|---|
| do_prepare_mail(mail_account_source, mail_identity_source, mail_transport_source) | 
Properties¶
| Inherited: | EDataServer.Extension (1) | 
|---|
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class EBackend.CollectionBackendFactory(**kwargs)¶
- Bases: - EBackend.BackendFactory- Abstract: - No - Structure: - EBackend.CollectionBackendFactoryClass- 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 information
- mail_identity_source (EDataServer.Source) – anEDataServer.Sourceto hold mail identity information
- mail_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 an- EBackend.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. 
- mail_account_source (
 - 
do_prepare_mail(mail_account_source, mail_identity_source, mail_transport_source) virtual¶
- Parameters: - mail_account_source (EDataServer.Source) – anEDataServer.Sourceto hold mail account information
- mail_identity_source (EDataServer.Source) – anEDataServer.Sourceto hold mail identity information
- mail_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 an- EBackend.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. 
- mail_account_source (
 
-