BQ Aquaris E 4.5 Ubuntu phone
  • Initial page
  • LANGS
  • Cosas que he aprendido al usar el teléfono BQ Aquaris E4.5, basado en Ubuntu
    • Summary
    • ¿Cómo configurar el acceso por SSH al teléfono a través de Wi-Fi?
    • Using IRC - the weechat application
    • El menú para comprobar el hardware
    • Compiling the MUA mutt and making a click app of it (UNFINISHED)
    • El cliente de correo Dekko
    • Compiling the Telegram client "telegram-cli" in the jail
    • Mandar mensajes SMS desde la línea de comandos (shell)
    • Installing an additional root FS and run 'mutt'
    • Desarrollar aplicaciones y el SDK (no revisado hasta ahora)
    • Instalación del firmware en el teléfono
    • Cambiar las aplicaciones (core-apps) mostradas en scope de aplicaciones
    • Historial del navegador Web
    • Acceso a registro (logs) del dispositivo BQ
    • Enlaces útiles
    • Histórico de llamadas y SMS
    • Cambiar las teclas de control de la aplicación de terminal
    • Importar y exportar contactos
    • Red inalámbrica: Usar el teléfono como punto de acceso (hotspot) a Internet
    • Leer contenido local de HTML con un navegador
    • Eliminar la información privada
    • Configuración en el ordenador(Linux/FreeBSD) usando el móvil conectado a Internet con tethering por
    • Other usefull commands (unsorted)
    • Reiniciar el escritorio Unity
    • Lanzar apps desde la línea de comandos del usuario phablet(shell)
    • Cortafuegos
    • Using ubuntu-device-flash
    • El archivo de configuración del GPRS
    • ssh localhost
    • Grabar la pantalla del teléfono(MIR) para presentaciones, charlas, etcétera hacia un ordenador(X11)
    • Exporting notes from app 'reminder'
    • Tareas de Cron
    • chapter30
    • GPS, maps && apps (uNav)
    • Red por USB: tethering
    • Notas sobre algunos aspectos del hardware
    • Dónde quedan guardados los ficheros (imágenes, documentos, etc.)
  • What I have learned about the Ubuntu mobile phone BQ Aquaris E4.5
    • Exporting notes from app 'reminder'
    • Cron jobs
    • chapter30
    • Summary
    • Using IRC - the weechat application
    • Import and export of Contacts
    • Wireles networking: The BQ as an AccessPoint (hotspot)
    • Some hints for your Linux/FreeBSD netbook using the BQ with USB tethering as a router to Internet
    • Firewall
    • Hardware test menus
    • Capturing the MIR screen for presentation, talks etc. on a X11 desktop
    • Compiling the MUA mutt and making a click app of it (UNFINISHED)
    • The MailUserAgent (MUA) Dekko
    • GPS, maps && apps (uNav)
    • Compiling the Telegram client "telegram-cli" in the jail
    • Sending SMS from shell
    • USB networking: tethering
    • Installing an additional root FS and run 'mutt'
    • Developmen and SDK (completely UNTESTED until now)
    • Notes about some hardware aspects
    • Flashing the device
    • How to alter presented apps in the app scope
    • Where the files (pictures, ...) end up
    • Webbrowser history
    • Access to logs in the device
    • How to get SSH access to the ubuntu-phone via Wifi
    • Usefull links
    • Call and SMS history
    • Reading local HTML content with a browser
    • Sanitisation
    • How to alter presented keyboard's Control keys
    • Other usefull commands (unsorted)
    • Restart the Unity UI
    • How to lauch apps from the phablet's cmd line
    • Using ubuntu-device-flash
    • GPRS config file
    • ssh localhost
Powered by GitBook
On this page

Was this helpful?

  1. What I have learned about the Ubuntu mobile phone BQ Aquaris E4.5

The MailUserAgent (MUA) Dekko

PreviousCompiling the MUA mutt and making a click app of it (UNFINISHED)NextGPS, maps && apps (uNav)

Last updated 5 years ago

Was this helpful?

I figured out that the signature string (and other values) are stored in a file ~/.config/dekko.dekkoproject/dekko.dekkoproject.conf, for example the signature like this:

...
identities\1\signature=Sent from my Ubuntu phone\nhttp://www.unixarea.de/
...

while one can insert \n for line breaks, if the string is longer no signature is attached to the mail; maybe just a small bug in the expected length of the string... It is a good idea to make backups of this file from time to time. If one is deleting mail via IMAP, these must be expunched by hand. Go to the lists of mailboxes of the account, slide left and click + symbol. Dekko's log files are in

~/.cache/upstart/application-click-dekko.dekkoproject_dekko_*.log
~/.cache/upstart/application-click-dekko.dekkoproject_dekko_*.log.1.gz
~/.cache/upstart/application-click-dekko.dekkoproject_dekko_*.log.2.gz
...
$ find ~/.cache/dekko.dekkoproject/dekko.dekkoproject
...

To view PDF attachments install the "document viewer" app.

To remove the flag "deleted" from a mail again (before having expunched it), pick up the mail in the deleted tab of the INBOX, bring the mail in question in view and press the symbol of "waste basket" again (yes, this symbol you normaly use for deleting a mail :-) ) See also:

There is (in r26) another bug which prevents the creation of new SMTP-accounts in Dekko. I wanted to clone an existing SMTP-account and justed wanted to change the IMAP-user and the Description (name) of the mailbox in Dekko. I modified the following files:

I copied an existing block from:

~/.config/dekko.dekkoproject/dekko.dekkoproject.conf
[9f0373f2-8182-4679-852e-079f0e833dbc]
accountType=IMAP_SMTP
identities\1\address=guru@unixarea.de
identities\1\organisation=
identities\1\realName=Matthias Apitz
...
profile.description=unixarea.de
profile.name=Matthias Apitz
profile.organization=
saveToImapEnabled=true
uoa.accountId=0
uoa.enabled=false
uoa.provider=dekko

as

[9f0373f2-8182-4679-852e-000000000000]
accountType=IMAP_SMTP
identities\1\address=guru@Sisis.de
...

and ajusted the data 

I inserted a new reference line into the list off accounts:

[Accounts]
...
9f0373f2-8182-4679-852e-079f0e833dbc\AccountId=9f0373f2-8182-4679-852e-079f0e833dbc
9f0373f2-8182-4679-852e-000000000000\AccountId=9f0373f2-8182-4679-852e-000000000000
...

There is an additional file for the configuration of any mailbox, and one must copy the entrie as well there:

~/.config/dekko.dekkoproject/mailboxConfig.json
    ...
    },
    "9f0373f2-8182-4679-852e-000000000000": {
        "global": {
            "archive": {
                "enabled": false,
                "folder": "",
                "format": "monthly",
                "keepMboxStructure": false
            },
            ...
            ...
                "saveToImap": true
            },
            "trashMailbox": ""
        }
    },
    ...

And, last but not least, kill Dekko before and make a backup of the files!

If you want to move your Dekko configuration to another device, it's enough to copy over these two files:

~/.config/dekko.dekkoproject/mailboxConfig.json
~/.config/dekko.dekkoproject/dekko.dekkoproject.conf

The addressbook of Dekko is stored in a small MySQL database:

$ sqlite3 ~/.local/share/dekko.dekkoproject/addressbook.sqlite

sqlite> .tables
contact  email    version

sqlite> .schema contact
CREATE TABLE contact (id TEXT PRIMARY KEY, firstName TEXT, lastName TEXT, organization TEXT, starred INTEGER, lastContactTime TEXT);

sqlite> .schema email
CREATE TABLE email (id TEXT, email TEXT);

sqlite> .schema version
CREATE TABLE version ( version INTEGER );

sqlite> select * from contact ;
bf1da0f02c0d2d13dc802b379532c41845938d81|Ubuntu Phone||||
639831a2831c4baae8c07334c86f7dd538a1ce00|Matthias|Apitz|||
26764a4d6de612a7417af4921eaf5eb501d7ba9b|mutt-users|mailing-list|||
bf2b040ba257c77c7c678e4a93daf194350aebad|||||
...

sqlite> select * from email ;
bf1da0f02c0d2d13dc802b379532c41845938d81|ubuntu-phone@lists.launchpad.net
639831a2831c4baae8c07334c86f7dd538a1ce00|guru@unixarea.de
26764a4d6de612a7417af4921eaf5eb501d7ba9b|mutt-users@mutt.org
bf2b040ba257c77c7c678e4a93daf194350aebad|users@spamassassin.apache.org
...

sqlite> select * from version ;
2

Last updated: Mon Mar 7 14:12:40 CET 2016

https://bugs.launchpad.net/bugs/1507722