Updates

2015-03-04

Introducing new Icons. (Thanks to André Klöpfel) Improved background handling with status reporting. Mails are no longer deleted when decryption failed. Mail decoding uses less memory. Added german translation. (Thanks to André Klöpfel)

QuickMSG-20150304.tar.gz

2015-02-17

Minimized memory usage during encryption and decryption. Improved handling of attachments. Changed list activity title (and name displayed with application icon) to just 'QuickMSG'.

QuickMSG-20150217.tar.gz

2014-11-19

Large UI update for better message viewing. Added manual mail sync option.

QuickMSG-20141119.tar.gz

2014-10-28

Fixed a bug in the creation of the messages db table. Also added color to connection status.

QuickMSG-20141028.tar.gz

2014-10-27

Fixed a bug in the selection of email providers.

QuickMSG-20141027.tar.gz

2014-10-23

QuickMSG is available in Google Play. Unfortunatly the regular package name is still being squatted. As a workaround I created a version with a different package name. (net.vreeken.quickmsggp vs net.vreeken.quickmsg) Besides the different package name the contents are exactly the same.

https://play.google.com/store/apps/details?id=net.vreeken.quickmsggp

2014-10-22

Add Date field to the outgoing mail. (RFC requiremend)
Prevent sending of empty messages.
Add import and export of all settings and messages. This allows migration to another phone.
Preferences and PGP keys are now kept inside the database. (This allows easy import and export)

QuickMSG-20141022.tar.gz

2014-05-30

Notifications now display the number of unread messages. They are also automaticly canceled when the app is opened.

QuickMSG-20140530.tar.gz

2014-04-22

As of today QuickMSG is also available in the SlideMe http://slideme.org/ app store. http://slideme.org/application/quickmsg

Getting QuickMSG in the Google Play app store might be a problem though.... It seems that someone has uploaded an app with the same package name: 'net.vreeken.quickmsg'. This app is not (yet) publicly availabe, so I can't verify if it is QuickMSG. I also do not know who this person is. However given the uniqueness of the name it seems unlikely that this is by accident. It might be someone publishing QuickMSG on Google play (which is fine) or it might be someone squatting the package name. Please contact me if you know anything about this or if you are this person.

2014-04-19

Display connection status. Changed warning messages to toasts.

QuickMSG-20140419.tar.gz

2014-04-15

Properly handle filenames without additional path in the CLI version.

quickmsg-cli-20140415.tar.gz

2014-04-08

Added support for playing sound attachments. Added some warning messages when connections fail. Make sure the app handles deleted media properly.

QuickMSG-20140408.tar.gz

2014-04-07

Add support for pure SSL smtp (using port 465). Also added some extra debugging output when sending fails.

QuickMSG-20140407.tar.gz

2014-03-30

Removed prebuild jar files from source. Fixed some start/stop issues with the background reception thread. Clear the message after sending.

QuickMSG-20140330.tar.gz

2014-03-26

Some fixes for SSL and IMAP. Fix sending on Android 4+. All content types must be handled case insensitive.

QuickMSG-20140326.tar.gz

2014-03-25

QuickMSG is now available in F-Droid!

A few small updates, the mail queue should now also work if no external storage is available. Also the version code and name are updated in the manifest to enable automatic updates.

QuickMSG-20140325.tar.gz

2014-03-22

A small update to allow self signed certificates when making a connection to the SMTP server. We don't trust the server anyway (hence our own encryption).

QuickMSG-20140322.tar.gz

2014-03-21

When no settings are set the user is presented with the possibility to use a gmail account. Only name, address and password need to be given. All other settings are configured with defaults for gmail.

Also a few null pointer exceptions are fixed and sending mail without TLS is possible.

QuickMSG-20140321-2.tar.gz

2014-03-20

Attachments are saved with their original filename if available. Also videos and images get their filename as title in the media library.

The command line tool has a new README file

QuickMSG-20140320.tar.gz quickmsg-cli-20140320.tar.gz

2014-03-19

Receiving and saving attachments is working in the command line version. Also some stupid typos were fixed which prevented compilation. quickmsg-cli-20140319.tar.gz

2014-03-19

Add a warning when settings are not yet set. Added video thumbnails. QuickMSG-20140319.tar.gz

2014-03-17

Small fix to Android app to properly handle lost connections. QuickMSG-20140317.tar.gz

2014-03-17

The command line tool is working. Settings can be placed in a config file and most actions are implemented. Biggest thing missing are attachments. Upon receiving them they are ignored, and sending is not yet possible. quickmsg-cli-20140317.tar.gz

2014-03-15

Uploaded a new android package. This is the first version were pretty much all basic functionality is present and tested. ('tested' means: tried it at least once and worked for me).

The command line tool is starting to get usefull. It has basic group and message sending. But it misses important stuff like user configuration and complete group management.