Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grote/blitzmail
Android app that allows you to share content via email with just one click!
https://github.com/grote/blitzmail
Last synced: 10 days ago
JSON representation
Android app that allows you to share content via email with just one click!
- Host: GitHub
- URL: https://github.com/grote/blitzmail
- Owner: grote
- License: agpl-3.0
- Created: 2013-03-29T16:12:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T01:17:09.000Z (about 3 years ago)
- Last Synced: 2024-05-02T00:28:51.596Z (7 months ago)
- Language: Java
- Homepage:
- Size: 4.83 MB
- Stars: 53
- Watchers: 6
- Forks: 11
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
BlitzMail
=========
Share content via email with just one click!![BlitzMail Logo](/res/drawable-xhdpi/ic_launcher.png)
BlitzMail is an Android app that allows you to set up your email account once
and then use it to send emails or quick notes to an address of your choice.
This comes in handy when you need to send a lot of things via email,
because you are in a low connectivity area (e.g. subway)
and want to remember things to look at later.It also works when you are offline.
BlitzMail then queues your emails
and allows you to send them later when you have connectivity again.The SMTP password is stored encrypted with a built-in key and salted with your device ID.
This is not fully secure, but should provide reasonable protection for your password.[![Flattr me](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/thing/1217295)
[![Follow @BlitzMailApp](artwork/twitter.png)](https://twitter.com/BlitzMailApp)Get BlitzMail
-------------[](https://f-droid.org/packages/de.grobox.blitzmail/)
[](https://play.google.com/store/apps/details?id=de.grobox.blitzmail.pro)Screenshots
-----------[](/artwork/screen_ShareVia.png)
[](/artwork/screen_SendMailActivity.png)
[](/artwork/screen_NoteActivity.png)
[](/artwork/screen_MainActivity.png)Contributing
------------Contributions are both encouraged and appreciated. If you want to do more than fixing bugs, please talk to me *before* doing any major work so that we can coordinate, prevent duplicated work and discuss the best approach for your undertaking.
Missing features are documented in the [issue tracker](https://github.com/grote/BlitzMail/issues?labels=enhancement&state=open). Feel free to look there for ideas or to add your own.
### Translate BlitzMail Into Your Language ###
Translating BlitzMail is very easy. Just sign up for an account at [Transifex](https://www.transifex.com). After you are logged in, go to the [BlitzMail translation project](https://www.transifex.com/projects/p/blitzmail/). There you can click the "Request language" button if your language does not exist, or if you want to improve existing translations, apply for the respective language team.
What you translate there will then be included in the next release of BlitzMail.
Please do not send translations as a pull request in GitHub since this not only causes more work, but also might overwrite other people's translations in Transifex.
### Building from Source ###
Before building BlitzMail from source, make sure to run the following command.
```bash
cp src/de/grobox/blitzmail/PrivateConstants.sample_java src/de/grobox/blitzmail/PrivateConstants.java
```Then edit `src/de/grobox/blitzmail/PrivateConstants.java` and replace `[Please insert your encryption key here]` with the encryption key of your choice.
License
-------![GNU AGPLv3 Image](https://www.gnu.org/graphics/agplv3-88x31.png)
This program is Free Software: You can use, study share and improve it at your
will. Specifically you can redistribute and/or modify it under the terms of the
[GNU Affero General Public License](https://www.gnu.org/licenses/agpl.html) as
published by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.