Author Topic: A simple notes taking solution using AquaMail  (Read 2352 times)

redcap

  • Newbie
  • *
  • Posts: 2
A simple notes taking solution using AquaMail
« on: February 21, 2015, 08:53:39 am »
My idea is to create a simple note taking app that syncs with gmail. GNotes does this, but app is failing, not syncing with gmail anymore (think maybe it uses old google oauth, many people suffering from the same problem ). even though Im using Google keep , its just an extra app, and another site to check, I thought its way better to have everything in gmail.
So I thought the solution could be , a simple widget that lists all mails in a "Notes" folder in gmail, and a simple shortcut that shows the message creation with my own email as destination, that after sent, has a rule created in gmail that automatically saves in Notes folder and by passes inbox. The shortcut is possible to create using Quickshortcutmaker, as written by Fcasoli in another topic, but didnt find yet a way to pass arguments .

I use aquamail, which is a great app, very customizable, but still couldnt find a way to create this shortcut to make a note create a single click.

Thank you for any feedback

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: A simple notes taking solution using AquaMail
« Reply #1 on: February 21, 2015, 11:34:46 pm »
If you set the Notes folder as "Sync as incoming" in Aqua, then you'll be able to create a message list widget for it.

Now as for the "message creation" -- Aqua supports the standard SEND_TO intent action:

http://developer.android.com/reference/android/content/Intent.html#ACTION_SENDTO

As well as ACTION_SEND

And you can pass various things with EXTRA_EMAIL, EXTRA_SUBJECT, EXTRA_TEXT, EXTRA_CC...
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/