mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
v2.20.6
This commit is contained in:
parent
04c11ddc49
commit
2ee9d973e2
9 changed files with 25 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
This app packages SnappyMail <upstream>2.20.5</upstream>.
|
||||
This app packages SnappyMail <upstream>2.20.6</upstream>.
|
||||
|
||||
SnappyMail is a simple, modern, lightweight & fast web-based email client.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ RUN mkdir -p /app/code
|
|||
WORKDIR /app/code
|
||||
|
||||
# If you change the extraction below, be sure to test on scaleway
|
||||
VERSION=2.20.5
|
||||
VERSION=2.20.6
|
||||
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
|
||||
unzip /tmp/snappymail.zip -d /app/code && \
|
||||
rm /tmp/snappymail.zip && \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<id>snappymail</id>
|
||||
<name>SnappyMail</name>
|
||||
<summary>SnappyMail Webmail</summary>
|
||||
<version>2.20.5</version>
|
||||
<version>2.20.6</version>
|
||||
<licence>agpl</licence>
|
||||
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
|
||||
<description><![CDATA[**Simple, modern, lightweight & fast web-based email client.**
|
||||
|
|
|
|||
|
|
@ -53,6 +53,9 @@ This stylesheet is used when SnappyMail runs in embed mode.
|
|||
margin: 0;
|
||||
padding: 3px;
|
||||
}
|
||||
#rl-app .select, #rl-app select {
|
||||
padding-right: 1.5em !important;
|
||||
}
|
||||
|
||||
#rl-app button.btn:not(.button-vue) {
|
||||
min-height: auto;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ return "SnappyMail Webmail is a browser-based multilingual IMAP client with an a
|
|||
# script_snappymail_versions()
|
||||
sub script_snappymail_versions
|
||||
{
|
||||
return ( "2.20.5" );
|
||||
return ( "2.20.6" );
|
||||
}
|
||||
|
||||
sub script_snappymail_version_desc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue