webmail-lite-8 | Open-source webmail script for existing IMAP server | Continuous Deployment library
kandi X-RAY | webmail-lite-8 Summary
kandi X-RAY | webmail-lite-8 Summary
Open-source webmail script for your existing IMAP server.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of webmail-lite-8
webmail-lite-8 Key Features
webmail-lite-8 Examples and Code Snippets
Community Discussions
Trending Discussions on webmail-lite-8
QUESTION
I would like to make a custom dark theme for a web client.
I tried everything but no matter what I changed I cannot get any changes to take effect. I found out this page in the documentation but I cannot get it to work: https://afterlogic.com/docs/webmail-lite-8/developers-guide/creating-new-skin
Does anyone have some experience with this webmail client?
...ANSWER
Answered 2020-Sep-15 at 07:06The recommended option for creating a new skin is to clone and rename one of the existing skins, and upon making changes to it, run gulp styles --themes YOUR_THEME_NAME
command. Once this operation is performed, check static/styles/themes/YOUR_THEME_NAME
and see if you get your changes reflected there. If the changes are in place, then it's probably browser cache causing it, try clearing it and see if that helps.
In fact, it's not required to deal with .less
files, you can simply create a copy of an existing theme under static/styles/themes
directory - but in either case, you need to make sure the new theme is listed in ThemeList
section of data/settings/modules/CoreWebclient.config.json
configuration file.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install webmail-lite-8
Git
Composer
Node.js + NPM Note! npm 3.0 or later is required.
Download and unpack the latest version of WebMail Lite 8 into your installation root directory https://github.com/afterlogic/webmail-lite-8/archive/latest.zip
Instead of unpacking the archive, clone the repository into the installation directory:
change modules' versions in composer.json file to "dev-master"
adjust composer.json configuration file so that sources are preferred:
Download composer.phar from https://getcomposer.org/composer-1.phar
Start the composer installation process by running the following from the command line: php composer.phar install NB: It is strongly advised to run composer as non-root user. Otherwise, third-party scripts will be run with root permissions and composer issues a warning that it's not safe. We recommend running the script under the same user web server runs under.
Set up initial config values php composer.phar run pre-config
Next, you need to build static files for the current module set. First of all, install all npm modules via npm install and install gulp-cli module globaly npm install --global gulp-cli
Now you can build static files gulp styles --themes Default,DeepForest,Funny,Sand gulp js:min
Now you are ready to open a URL pointing to the installation directory in your favorite web browser.
Upon installing the product, you'll need to configure your installation.
Make sure data directory is writable by the web server. For example:
It is strongly recommended to runs the product via https. If you run it via http, the majority of features will still be available, but some functionality aspects, such as authentication with Google account, won't work.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page