| Priority | medium |
|---|---|
| Bug ID | 60204 |
| CC | syncevolution-issues@syncevolution.org |
| Assignee | syncevolution-issues@syncevolution.org |
| Summary | Create eas_sync_handler_get_folder_list |
| Severity | normal |
| Classification | Unclassified |
| OS | All |
| Reporter | g+syncevolution@cobb.uk.net |
| Hardware | Other |
| Status | NEW |
| Version | unspecified |
| Component | ActiveSync |
| Product | SyncEvolution |
Created attachment 74106 [details]
Patch to libeasclient to add eas_sync_handler_get_folder_list
As discussed on the mailing list, I have created
eas_sync_handler_get_folder_list as complementary to
eas_mail_handler_get_folder_list so that sync clients can retrieve the server's
folder list. This involved moving the main logic into eas-folder.c so it can
be shared between the two public functions.
Patch to libeasclient is attached.