diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-12-20 17:48:18 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-12-27 13:06:01 -0300 |
commit | 6c044646cd6cee33de7b451e332915feefc86fb4 (patch) | |
tree | 4e11a575bcbe42643bb71aba4a72776f4a7617a1 /docs | |
parent | 29c6451a7c24423eabcb83addb014878908a63f2 (diff) |
Add known issues document for the client.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/client/known-issues.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/client/known-issues.md b/docs/client/known-issues.md new file mode 100644 index 0000000..04b8070 --- /dev/null +++ b/docs/client/known-issues.md @@ -0,0 +1,30 @@ +@title = 'Bitmask known issues' +@nav_title = 'Known issues' +@summary = 'Known issues in Bitmask.' +@toc = true + +Here you can find documentation about known issues and potential work-arounds in the current Leap Platform release. + +0.5 +=== + +In this release the following issues are known, work-arounds are noted when available. + +General Issues +-------------- + +- If you have received a big ammount of mails (tested with more than 400), you may experience that Thunderbird won't respond. + +That problem does not happen if you have the client open and Thunderbird loading mails while are reaching your inbox. + +- You may get the error: "Unable to connect: Problem with provider" in situations when the problem is the network instead of the provider. (see: https://leap.se/code/issues/4023) + +- Opening the same account from more than one box at the same time will possibly break your account. + +- Managing a huge ammount of mails (e.g.: moving mails to a folder) will block the UI (see https://leap.se/code/issues/4837) + +Special Environments +-------------------- + +- You may experience problems related to an Unavailable polkit agent in gnome3. (see https://leap.se/code/issues/4144) + |