![]() |
![]() |
![]() |
Evolution-Data-Server Manual: Backend Utilities (libebackend) | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
ECollectionBackendFactoryECollectionBackendFactory — A base class for a data source collection backend factory |
#include <libebackend/libebackend.h> struct ECollectionBackendFactory; void e_collection_backend_factory_prepare_mail (ECollectionBackendFactory *factory
,ESource *mail_account_source
,ESource *mail_identity_source
,ESource *mail_transport_source
);
ECollectionBackendFactory is a type of EBackendFactory for creating ECollectionBackend instances.
struct ECollectionBackendFactory;
Contains only private data that should be read and manipulated using the functions below.
Since 3.6
void e_collection_backend_factory_prepare_mail (ECollectionBackendFactory *factory
,ESource *mail_account_source
,ESource *mail_identity_source
,ESource *mail_transport_source
);
Convenience function to populate a set of ESource instances with mail account information to be added to an ECollectionBackend. 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.
|
an ECollectionBackendFactory |
|
an ESource to hold mail account information |
|
an ESource to hold mail identity information |
|
an ESource to hold mail transport information |
Since 3.6