We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2019-08-10 22:35:51 +0200

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?

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?idea? The code was working propertly for the previous Sailfish releases.