MailSuite Pro documentation

Enabling Notes support

MailSuite Pro offers Notes support. The feature is compatible with Notes for Mac and Notes on iOS:

Notes on iOS

Technically, notes are stored just like email messages in a special folder called Notes. You can create, edit and delete notes stored there. If user doesn't have Notes folder in their email account, it will be created automatically.

The feature doesn't have any special requirements, it can be used with any mail server. And if you use the same email account with Notes on iPhone or Mac, you can access the same notes from MailSuite Pro

Notes on webmail

The module is enabled by default. If you have previously disabled the feature, you can enable it back by setting Disabled to false in data/settings/modules/MailNotesPlugin.config.json file:

{
    "Disabled": [
        false,
        "bool",
        null,
        "Setting to true disables the module"
    ]
}