afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

How to run an app in a 'Calendar' mode only #81

Closed IgorKhomenko closed 3 years ago

IgorKhomenko commented 3 years ago

Hi everyone,

Is there a way to disable Mail module and run an app in a 'Calendar' mode only? either with lite or pro version

Thnaks in advance

afterlogic-support commented 3 years ago

Calendar is a Pro feature, it's not available in WebMail Lite.

In WebMail Pro, you can disable all the modules except Calendar, by setting "Disabled" to true in the following files under data/settings/modules directory: MailWebclient.config.json, FilesWebclient.config.json, ContactsWebclient.config.json, Tasks.config.json.

Note that the authentication will still be done via IMAP so an account has to exist on mail server.