forked from the-djmaze/snappymail
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Updates from private-improvements fork
- Loading branch information
Showing
2 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
v\0.0.0\app\libraries\MailSo\Mail | ||
|
||
"if ($spam = $oHeaders->ValueByName(\MailSo\Mime\Enumerations\Header::X_SPAM_STATUS))" as Default | ||
"if ($spam = $oHeaders->ValueByName(\MailSo\Mime\Enumerations\Header::X_SPAM_STATUS))" as Default | ||
|
||
|
||
|
||
https://github.com/the-djmaze/snappymail/blob/master/CONTRIBUTING.md | ||
Auf dem Raspi | ||
|
||
Setup: | ||
_____ | ||
cd ~ | ||
git clone "https://github.com/tefracky/snappymail" | ||
cd snappymail | ||
git checkout private-improvements | ||
sudo npm install gulp -g | ||
yarn install | ||
gulp | ||
|
||
sudo apt install libzip-dev zip php-zip | ||
_____ | ||
|
||
Update: | ||
_____ | ||
cd ~/snappymail | ||
git checkout private-improvements | ||
git pull | ||
php release.php | ||
|
||
cp "build/dist/releases/webmail/2.26.4/snappymail-2.26.4.zip" "../nextcloud/snappymail-2.26.4.zip" | ||
cp "build/dist/releases/webmail/2.26.4/snappymail-2.26.4.tar.gz" "../nextcloud/snappymail-2.26.4.tar.gz" | ||
_____ | ||
cd D:\Github\SnappyMail\ | ||
D: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters