{"id":46392430,"url":"https://github.com/afterlogic/webmail-pro-8","last_synced_at":"2026-03-05T09:08:36.598Z","repository":{"id":37587708,"uuid":"94618936","full_name":"afterlogic/webmail-pro-8","owner":"afterlogic","description":"Webmail front-end for existing mail server, with personal calendar, contacts, and mobile sync.","archived":false,"fork":false,"pushed_at":"2025-09-02T21:11:28.000Z","size":2635,"stargazers_count":40,"open_issues_count":0,"forks_count":17,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-09-02T23:14:48.965Z","etag":null,"topics":["caldav-server","calendar","carddav-server","file-storage","javascript","php","webdav-server","webmail"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afterlogic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-06-17T11:17:19.000Z","updated_at":"2025-09-02T21:11:32.000Z","dependencies_parsed_at":"2024-04-03T11:29:57.692Z","dependency_job_id":"4941a8bf-db76-4107-8b82-d2e80644e967","html_url":"https://github.com/afterlogic/webmail-pro-8","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/afterlogic/webmail-pro-8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afterlogic%2Fwebmail-pro-8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afterlogic%2Fwebmail-pro-8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afterlogic%2Fwebmail-pro-8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afterlogic%2Fwebmail-pro-8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afterlogic","download_url":"https://codeload.github.com/afterlogic/webmail-pro-8/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afterlogic%2Fwebmail-pro-8/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30117547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["caldav-server","calendar","carddav-server","file-storage","javascript","php","webdav-server","webmail"],"created_at":"2026-03-05T09:08:35.858Z","updated_at":"2026-03-05T09:08:36.578Z","avatar_url":"https://github.com/afterlogic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Afterlogic Webmail Pro\nAfterlogic Webmail Pro is a webmail front-end for your existing mail server, with personal calendar, contacts, and mobile sync.\n\nWebmail Pro includes Paranoid Encryption module which provides strong AES-256 browser-based encryption. When [enabled](https://afterlogic.com/docs/webmail-pro-8/configuring-webmail/enabling-paranoid-encryption), encryption process occurs right in the browser, file content is transmitted to the server in encrypted form only, encryption keys are never transmitted to the server at all. Thus, even if the entire data from the server was stolen, your encrypted data is still safe: any data on the server cannot help decrypt encrypted files without the keys.\n\n- For more information, please visit Webmail Pro [home page](https://afterlogic.com/webmail-client).\n- You can check Webmail Pro [live demo](https://webmail.afterlogic.com).\n- [Issue tracker for the Afterlogic Webmail Pro](https://github.com/afterlogic/webmail-pro-8/issues)\n\n![Afterlogic Webmail Pro: Message List](https://afterlogic.org/images/products/wmp8/screens/wmp8-message-list.png)\n\n\n## Installation instructions\n\nDuring installation process you will need:\n* [Git](https://git-scm.com/downloads)\n* [Composer](https://getcomposer.org/download/)\n* [Node.js + NPM](https://nodejs.org/en/)\n    \n    **Note!** npm 3.0 or later is required\n\n1. Download and unpack the latest version of Webmail Pro into your installation root directory\n[`https://github.com/afterlogic/webmail-pro-8/archive/latest.zip`](https://github.com/afterlogic/webmail-pro-8/archive/latest.zip)\n\nWe're assuming that you wish to install the latest stable version of the product. If you're looking for the latest code (e.g., to contribute changes), the following steps needs to be taken:\n\n- Instead of unpacking the archive, clone the repository into the installation directory:\n```\ngit clone https://github.com/afterlogic/webmail-pro-8.git INSTALL_FOLDER_PATH\n```\n- change modules' versions in `composer.json` file to \"dev-master\"\n\n1. `composer.phar` file is available in repository, but you can download its latest version 2 from [`https://getcomposer.org/composer.phar`](https://getcomposer.org/composer.phar)\n\n2. Start the composer installation process by running the following from the command line:\n    ```bash\n    php composer.phar install\n    ```\n\n    **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.\n\n3. Next, you need to build static files for the current module set.\n      First of all, install all npm dependencies via\n      ```bash\n      npm install\n      ```\n      then install the dependencies required for adminpanel to work \n      ```bash\n      cd modules/AdminPanelWebclient/vue\n      npm install\n      npm install -g @quasar/cli\n      ```\n\t  or you can execute all the actions mentioned above by using the following command\n\t  ```\n\t  chmod +x builder.sh\n\t  ./builder.sh -t npm\n\t  ```\n\n4. Now you can build static files. Run the following commands in main directory\n      ```bash\n\t  npm run styles:build --themes=Default,DefaultDark,DeepForest,Funny,Sand\n      npm run js:build\n\t  npm run js:min\n      ```\n      and build adminpanel \n      ```bash\n      cd modules/AdminPanelWebclient/vue\n      npm run build-production\n      ```\n\t  or use all-in-one command\n\t  ```\n\t  ./builder.sh -t build\n\t  ```\n  \n5. In case you want to use the product in development mode and work with JS, you need to run webpack dev server. But before that rename .env.dist to .env and specify the Web API host. For example, `http://localhost/aurora/`.\nPlease note that if the backend responds on a domain other than localhost, you will have to specify custom headers in the index.php file to avoid CORS blocking cross-domain requests.\n\nNow you can run webpack dev server:\n```\nnpm run serve\n```\n\nThis will compile JS script files. If you need to work with CSS, you need to run the following command:\n\n```\nnpm run styles:watch --themes=Default,DefaultDark,DeepForest,Funny,Sand\n```\n\nYou can modify the themes list and specify the themes you are currently working with.\n\n6. Now you are ready to open a URL pointing to the installation directory in your favorite web browser. Be sure to add `/adminpanel/` to main URL to access admin interface.\n\n7. Upon installing the product, you'll need to [configure your installation](https://afterlogic.com/docs/webmail-pro/configuring-webmail).\n\n**IMPORTANT:**\n\n1. Make sure data directory is writable by the web server. For example:\n    ```bash\n    chown -R www-data:www-data /var/www/webmail/data\n    ```\n\n2. 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.\n\nTo enable automatic redirect from **http** to **https**, set **RedirectToHttps** to **true** in **data/settings/config.json** file.\n\n**Protecting data directory**\n\nAll configuration files of the application and user data are stored in data directory, so it's important to [protect data directory](https://afterlogic.com/docs/webmail-pro/security/protecting-data-directory) to make sure that nobody can access that directory over the Internet directly. \n\n# Licensing\nThis product is licensed under Afterlogic Software License. The modules and other packages included in this product as dependencies are licensed under their own licenses.\n\nNB: Afterlogic Aurora modules which have dual licensing are licensed under Afterlogic Software License within this product.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafterlogic%2Fwebmail-pro-8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafterlogic%2Fwebmail-pro-8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafterlogic%2Fwebmail-pro-8/lists"}