| Priority | medium |
|---|---|
| Bug ID | 60235 |
| CC | syncevolution-issues@syncevolution.org |
| Assignee | syncevolution-issues@syncevolution.org |
| Summary | Implement getDatabases in ActiveSync |
| Severity | normal |
| Classification | Unclassified |
| OS | All |
| Reporter | g+syncevolution@cobb.uk.net |
| Hardware | Other |
| Status | NEW |
| Version | unspecified |
| Component | ActiveSync |
| Product | SyncEvolution |
Created attachment 74136 [details] Patch to implement getDatabases in ActiveSync The attached patch implements getDatabases in the ActiveSync backend. This patch just lists the folders, it does not add support for specifying a folder name in the sync. However, the user can use this information to work out which collection ID to specify in the sync. This depends on the eas_sync_handler_get_folder_list function in libeasclient created by the patch in bug #60204.