Re: [SailfishDevel] configure mail accounts via command line

2013-12-27 Thread Andrey Kozhevnikov
just generate random 32-ascii-chars password. it should be enough :) On 27.12.2013 18:38, Putze Sven wrote: On 25.12.2013, at 18:49, Andrey Kozhevnikov wrote: what profit of using long crypted password if you can't remember it or just type, if you keeping your long and crypted password in so

Re: [SailfishDevel] configure mail accounts via command line

2013-12-27 Thread Putze Sven
On 25.12.2013, at 18:49, Andrey Kozhevnikov wrote: > what profit of using long crypted password if you can't remember it or just > type, if you keeping your long and crypted password in some text file and > pasting it every time you need to reset your mail account? My passwords are not in a p

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
what profit of using long crypted password if you can't remember it or just type, if you keeping your long and crypted password in some text file and pasting it every time you need to reset your mail account? On 25.12.2013 23:44, Sven Putze wrote: Oh, sorry. I am not writing an app. It's just

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
i see. you hope someone did solution for you ;) On 25.12.2013 23:44, Sven Putze wrote: Oh, sorry. I am not writing an app. It's just about entering my long and cryptic password in the real device. I hope I don't need to write an app for that ;-) BR. Sven On 25.12.2013, at 18:32, Andrey Kozhev

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
Oh, sorry. I am not writing an app. It's just about entering my long and cryptic password in the real device. I hope I don't need to write an app for that ;-) BR. Sven On 25.12.2013, at 18:32, Andrey Kozhevnikov wrote: > system wide or to active window, using QApplication::sendEvent. > I didnt

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
system wide or to active window, using QApplication::sendEvent. I didnt tried it to send events to another window, just suggesting different way. On 25.12.2013 23:30, Sven Putze wrote: I din't get that. Emulate keypress where? BR. Sven On 25.12.2013, at 17:39, Andrey Kozhevnikov wrote: did

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
I din't get that. Emulate keypress where? BR. Sven On 25.12.2013, at 17:39, Andrey Kozhevnikov wrote: > did you tried emulating keypress with char codes? > > On 25.12.2013 21:57, Sven Putze wrote: >> On 25.12.2013, at 15:40, Andrey Kozhevnikov wrote: >> >>> pasting from clipboard to onscreen

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
did you tried emulating keypress with char codes? On 25.12.2013 21:57, Sven Putze wrote: On 25.12.2013, at 15:40, Andrey Kozhevnikov wrote: pasting from clipboard to onscreen keyboard not working? sadly then. Sadly, indeed :-) If only I had something I could copy and paste from... ...I've s

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
On 25.12.2013, at 15:40, Andrey Kozhevnikov wrote: > pasting from clipboard to onscreen keyboard not working? sadly then. > Sadly, indeed :-) If only I had something I could copy and paste from... ...I've seen the suggestion from Mikael Hermansson but am not desperate enough to install the app

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Valerio Valerio
Hi, On 25/12/13 14:31, Sven Putze wrote: Because this way I could paste in my passwords. They tend to be long and cryptic (32-64 chars). On screen keyboard does not work here, I tried. And I tried hard! Only results in "I want to throw that thing against the next wall". And I've waited too lon

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Mikael Hermansson
Maybe push2sail can can be handy for lonmg passwords ;) http://talk.maemo.org/showthread.php?t=92132&highlight=push2sail On Wednesday 25 December 2013 20.40.01 Andrey Kozhevnikov wrote: > pasting from clipboard to onscreen keyboard not working? sadly then. > > On 25.12.2013 20:31, Sven Putze wr

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
pasting from clipboard to onscreen keyboard not working? sadly then. On 25.12.2013 20:31, Sven Putze wrote: Because this way I could paste in my passwords. They tend to be long and cryptic (32-64 chars). On screen keyboard does not work here, I tried. And I tried hard! Only results in "I want

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
Because this way I could paste in my passwords. They tend to be long and cryptic (32-64 chars). On screen keyboard does not work here, I tried. And I tried hard! Only results in "I want to throw that thing against the next wall". And I've waited too long to get my Jolla for such a folly ;-) BR.

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
and explain please why cli? On 25.12.2013 20:25, Sven Putze wrote: On 25.12.2013, at 15:07, Andrey Kozhevnikov wrote: imap4/password and smtp/password not working? Nope. And somehow I am glad that it does not work because you can read the values with ag-tool list-settings and the passwor

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
On 25.12.2013, at 15:07, Andrey Kozhevnikov wrote: > imap4/password and smtp/password not working? > Nope. And somehow I am glad that it does not work because you can read the values with ag-tool list-settings and the passwords would show up. If I look at http://talk.maemo.org/showthread.php

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Andrey Kozhevnikov
imap4/password and smtp/password not working? On 25.12.2013 20:02, Sven Putze wrote: Hi all again, so far I managed to create accounts via command line: ag-tool create-account email mail.addr...@contoso.com ag-tool list-accounts # get the id number for the created account, let's assume 4 ag-t

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
Hi all again, so far I managed to create accounts via command line: ag-tool create-account email mail.addr...@contoso.com ag-tool list-accounts # get the id number for the created account, let's assume 4 ag-tool update-service 4 email string:emailaddress=mail.addr...@contoso.com ag-tool update-s