|
|
2011-01-09
, 14:17
|
|
Posts: 20 |
Thanked: 54 times |
Joined on Sep 2010
|
#12
|
I have tried several configurations (with/without STARTTLS) and at first I get "The QProcess is having issues: No such file or directory", and after trojita restart I get the same error as I did before.
The configuration is quite simple IMAP: localhost:1143 SMTP:localhost:1025 - both non encrypted.
I had to remove the trojita configuration from the config directory.
BTW, it contains my password unencrypted. Since I know that QT provides the config read/write framework - I think that they should add an API for encrypted fields.
|
|
2011-01-10
, 08:13
|
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#13
|
So, if your settings are what you describe, you should use the "TCP" method, do *not* enable STARTTLS and use address localhost and port 1143. If that didn't work, having a log would be very helpful.
I'm going to disappoint you, but there is no way around requiring a plaintext password. If the password was saved "encrypted", Trojita would either have to ask for a decryption password (that's what a lot of other applications do, they typically call that a "master password") or have the password for decrypting the "encryption" embedded in the code. The latter would only provide a false sense of security, as anyone could trivially decrypt the password without any effort.
|
|
2011-01-10
, 13:38
|
|
Posts: 20 |
Thanked: 54 times |
Joined on Sep 2010
|
#14
|
OK, this may sound strange, but every time I start trojita, the IMAP port reset to 143.
After handling the issue above, I get "connection handle closed" error after the sync takes a while, does it has a timeout for the connection?
Figured this much, but it can still be done by using a public key (trojita) and a private key (user) combination.
| The Following User Says Thank You to jkt For This Useful Post: | ||
The configuration is quite simple IMAP: localhost:1143 SMTP:localhost:1025 - both non encrypted.
I had to remove the trojita configuration from the config directory. BTW, it contains my password unencrypted. Since I know that QT provides the config read/write framework - I think that they should add an API for encrypted fields.
Update: Exact error string
Update 2: I managed to overcome the "No such file" error, so now I will check the rest of the functionality...
Last edited by damagedspline; 2011-01-09 at 09:17.