Skip to content

Commit ec3d53b

Browse files
committed
Add warnings about bad mobile apps.
1 parent b2ac897 commit ec3d53b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

download/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ <h2 id="sources">Other sources and downloads <a class="anchor" href="#sources" a
9999
</div>
100100
</div>
101101

102+
<div class="alert alert-warning" role="alert">
103+
<p>
104+
<b>Native mobile apps?</b> This project does not provide any native apps for mobile devices.
105+
We're not affiliated with any such application and we do not recommend any. Be careful, some of these
106+
apps use project's name without permission and their quality or intentions are questionable.
107+
</p>
108+
</div>
109+
102110
<h2 id="pgp">PGP signatures for package verification <a class="anchor" href="#pgp" aria-label="Link to this section: PGP signatures for package verification"></a></h2>
103111

104112
<p>Release tarballs listed above are signed with PGP to allow you to verify the authencity. We sign them with

support/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
---
66
<h1>Need help?</h1>
77

8-
<div class="alert alert-warning mb-4" role="alert">
8+
<div class="alert alert-warning mb-2" role="alert">
99
<p>
1010
<b>IMPORTANT!</b> If you have problems with your email account (e.g. cannot log in, emails got lost, etc.)
1111
or if you have questions how to configure your Outlook or mobile phone to get email, this isn't the
@@ -17,6 +17,14 @@ <h1>Need help?</h1>
1717
</p>
1818
</div>
1919

20+
<div class="alert alert-warning mb-4" role="alert">
21+
<p>
22+
<b>Native mobile apps?</b> This project does not provide support for any native apps for mobile devices.
23+
We're not affiliated with any such application and we do not recommend any. Be careful, some of these
24+
apps use project's name without permission and their quality or intentions are questionable.
25+
</p>
26+
</div>
27+
2028
<div class="row">
2129
<div class="col-lg-8">
2230
<p>For issues concerning the software itself, there are several ways to get help on questions about Roundcube,

0 commit comments

Comments
 (0)