Once again, the package has been outdated for half a year.
I would like to repeat my offer.
Git Clone URL: | https://aur.archlinux.org/snappymail.git (read-only, click to copy) |
---|---|
Package Base: | snappymail |
Description: | A simple, modern & fast web-based email client |
Upstream URL: | https://snappymail.eu |
Licenses: | AGPL-3.0-or-later |
Submitter: | grawlinson |
Maintainer: | grawlinson |
Last Packager: | grawlinson |
Votes: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2020-12-05 01:15 (UTC) |
Last Updated: | 2024-10-29 03:56 (UTC) |
Once again, the package has been outdated for half a year.
I would like to repeat my offer.
@grawlinson are you still interested in maintaining this package? I'd be willing to keep maintaining it.
Hi - couple small observations
1) rollup seems not used - can it be removed as a makedep?
2) might be more robust to sed the _include.php file. mv build/_include.php build/include.php sed -i "4idefine('APP_DATA_FOLDER_PATH', '/var/lib/snappymail/');" build.include.php
3) maybe change find/chmod to just: chmod -R u=rwX,go=rX ./build
As per GH-641, it is now required to enable sodium
extension in php.ini
or similar configuration files.
Pinned Comments
grawlinson commented on 2022-11-09 07:17 (UTC)
As per GH-641, it is now required to enable
sodium
extension inphp.ini
or similar configuration files.