small fixes for blitzmail

This commit is contained in:
Daniel Martí 2013-03-30 16:11:09 +01:00
parent c84319429d
commit faf3718c6b

View file

@ -8,15 +8,21 @@ FlattrID:1217295
Summary:Share content via email with just one click
Description:
BlitzMail is an Android app that allows you to set up your email account once and then use it to send emails 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.
BlitzMail is an Android app that allows you to set up your email account once
and then use it to send emails 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.
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.
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.
.
Repo Type:git
Repo:https://github.com/grote/BlitzMail.git
Build Version:0.1,1,0.1,target=17,prebuild=\
Build Version:0.1,1,0.1,target=android-17,prebuild=\
cp src/de/grobox/blitzmail/PrivateConstants.sample_java src/de/grobox/blitzmail/PrivateConstants.java && \
sed -i -e 's/\[Please insert your encryption key here\]/Angooh1Kieph8ait0Paik9Usee3shouj/' src/de/grobox/blitzmail/PrivateConstants.java