How to resolve failed email inbox access in release 3.1.0.11?
My app uses org.nemomobile.email 0.1
to access the user's inbox. Unfortunately the following code causes an error in the QML page with the following element:
EmailMessageListModel {
id: combinedInboxModel
combinedInbox: true
filterUnread: false
}
The log says:
Cannot assign to non-existent property "filterUnread"
If I remove this line just for testing the log says:
Cannot assign to non-existent property "combinedInbox"
Has Jolla replaced or removed the nemo mobile library for emails? Any idea? The code was working propertly for the previous Sailfish releases.