Conversation
Here's the privacy policy document I proposed to create. I included the information you provided me. Please if there are areas where corrections are needed, point them out and I'll make the corrections.
|
Thanks a lot for your contribution! Do you think it would be possible to cut down the text somewhat to the absolutely necessary. At first sight, it makes the whole thing a bigger deal than it actually is. |
|
Yea it's possible I could do that but then it wouldn't seem like a standard privacy policy anymore. It'll just be like an everyday statement. You can check out privacy policies of other softwares. However if it's still your wish to minimize content I'll do that. |
grote
left a comment
There was a problem hiding this comment.
Hey, I commented on the PR in detail where I see some potential for shortening it and sometime I provided additional information.
Privacy.md
Outdated
| @@ -0,0 +1,56 @@ | |||
| # BlitzMail Privacy Policy | |||
| This is the developer's policy which is created to give details and informs you if your personal information is collected, used, disclosed and secured by the developer. These policies are stated to ensure you know what personal details you may or may not disclose when the software is being utilized and the choices you have associated with that data. If you decide to continue using this software, it means you accept all terms and conditions stated by the developer in this policy. <hr> | |||
There was a problem hiding this comment.
This could be shortened a lot, especially the 'you may or may not disclose' part.
Privacy.md
Outdated
|
|
||
| ## Permission and Access | ||
|
|
||
| BlitzMail software requires the storage permission to function effectively and efficiently. Without this permission enabled, you might be unable to perform certain operations with the software. |
There was a problem hiding this comment.
You can be specific here: This is needed when sharing files such as photos from other apps.
Privacy.md
Outdated
| BlitzMail software requires the storage permission to function effectively and efficiently. Without this permission enabled, you might be unable to perform certain operations with the software. | ||
| BlitzMail has some other capabilities which are functions the software can remotely control on its own. | ||
|
|
||
| - **have full network access**: The app is capable of creating network sockets and can use customized network protocols. This capability does not require the software to send data to the internet. |
There was a problem hiding this comment.
This is needed for actually sending emails.
Privacy.md
Outdated
|
|
||
| - **have full network access**: The app is capable of creating network sockets and can use customized network protocols. This capability does not require the software to send data to the internet. | ||
|
|
||
| - **view network connections**: This is the capability of the app to view information about network connections such as which networks exist and are connected. |
There was a problem hiding this comment.
This is needed to send saved emails as soon as the user is connected to the internet again.
Privacy.md
Outdated
|
|
||
| - **view network connections**: This is the capability of the app to view information about network connections such as which networks exist and are connected. | ||
|
|
||
| - **prevent phone from sleeping**: When running, the app has the capability to prevent your device from sleeping. |
There was a problem hiding this comment.
This is needed so the app is killed while sending an email. Only used while an email is being sent.
Privacy.md
Outdated
|
|
||
| ## Crash reports sending | ||
|
|
||
| BlitzMail is stable and works fine but you may still experience few errors and crashes, information about these crashes are important to us so the issues can be fixed immediately and the software is running efficiently aga |
There was a problem hiding this comment.
Is there some text missing at the end here?
Also, I am not sure we need crash report sending section as there are not crash reports being sent.
Privacy.md
Outdated
| ## Crash reports sending | ||
|
|
||
| BlitzMail is stable and works fine but you may still experience few errors and crashes, information about these crashes are important to us so the issues can be fixed immediately and the software is running efficiently aga | ||
| If you encounter a bug during the use of this software, please open an [issue](https://github.com/grote/BlitzMail/issues/new) on GitHub and it will be fixed in due time. When submitting a crash report, please provide a logcat to help the developers pinpoint the cause of the crash quickly and fix it accordingly. <hr> |
There was a problem hiding this comment.
This is nice, but IMHO doesn't belong in the privacy policy.
| ## Changes To This Privacy Policy | ||
|
|
||
| The developer may update this policy as there will be further development of the software and these developments will likely not be consistent with some statements and terms contained in this current policy. | ||
| It is advisable to check this policy periodically for any changes. Changes to this Privacy Policy are effective when they are made on this document. <hr. |
Privacy.md
Outdated
|
|
||
| ## Disclaimer | ||
|
|
||
| The functionality of BlitzMail is designed for general use. The software utilizes not third-party services or tools that may collect your data while you utilize the software. Hence, the developer will not be held accountable for how you decide to use this software and for contents you decide to share via mail and will not be liable for any losses and/or damages in connection with the use of the software. <hr> |
There was a problem hiding this comment.
This sounds strange: The software utilizes not third-party services
It does utilize the user's mail server though.
Privacy.md
Outdated
|
|
||
| ## Contact the developer | ||
|
|
||
| If you have any questions regarding this Privacy Policy or the practices of this software, please contact the developer by opening an [issue](https://github.com/grote/BlitzMail/issues/new) on Github. |
There was a problem hiding this comment.
Also not sure this needs to be here.
|
I'll make all the corrections. |
3 similar comments
|
I'll make all the corrections. |
|
I'll make all the corrections. |
|
I'll make all the corrections. |
Changes made.
Here's the privacy policy document I proposed to create. I included the information you provided me. Please if there are areas where corrections are needed, point them out and I'll make the corrections.