Commit Graph

63 Commits

Author SHA1 Message Date
Christian Landvogt
98e0f16836 fix special folder not updated for main identity 2019-12-13 12:20:06 +01:00
Christian Landvogt
f1d2e3193a save special folders from normal dialog 2019-12-13 12:16:16 +01:00
Christian Landvogt
f30f72099b load and set special folders from db 2019-12-13 10:49:50 +01:00
Christian Landvogt
67fc6b8b66 fix imap delimiter switching 2019-12-13 09:35:08 +01:00
Boris Gulay
abc3c9ea5f Fix SMTP settings do not apply.
Closes #40, closes #51.
Thanx to sooslaca, J.P.
2019-11-24 18:51:36 +03:00
Boris Gulay
148052a6d0 Add delimiter to account setup. Closes #50 2019-11-24 18:48:25 +03:00
Boris Gulay
ac32196fc0 Better string handling. 2019-09-04 23:30:47 +03:00
Boris Gulay
ebc4324ecd Fixed login problem when server requires TLS.
Closes #47
Closes #45
2019-09-04 23:21:46 +03:00
Boris Gulay
6f86e64442 Make preconfig work for SMTP host and port too.
Closes # 37
2019-04-16 00:20:06 +03:00
Boris Gulay
080a2ee591 Fixed non-html chars ware stripped from password.
Closes #17
2019-04-14 19:19:30 +03:00
Boris Gulay
f1bd9679da Added SMTP server TLS connection. 2018-12-22 17:31:58 +03:00
Boris Gulay
68164414c2 Fix saving label. 2018-12-22 16:55:30 +03:00
Boris Gulay
d8ea3d5539 Fix setting flags on form load. 2018-12-22 16:50:46 +03:00
Boris Gulay
a4dc73c6a7 Fix password saving. 2018-12-22 16:36:55 +03:00
Boris Gulay
f796334126 Add ability to specify SMTP server directly.
Closes #32.
Closes #30.
2018-12-22 13:31:25 +03:00
Boris Gulay
24a9584d6f Fixed typo in field name. Closes #25 (thanx Dariusz Bijoś) 2018-08-27 22:24:48 +03:00
Boris Gulay
bcea012af0 Finally works correct for SMTP too. Closes #24. 2018-07-16 20:30:48 +03:00
Boris Gulay
8b2798e412 Show account selection only for MAIL task.
Optimize JS scripts.
2018-03-17 23:03:42 +03:00
Boris Gulay
c28305509f Fix identity form.
Closes #22.
2018-03-17 22:10:00 +03:00
Boris Gulay
e4aeef2e07 Fixed bug with identity updating. 2018-03-12 23:14:06 +03:00
Boris Gulay
e19b33a842 Return error message in a modern way. 2018-03-11 01:11:24 +03:00
Boris Gulay
d540de77ff Some code cleanup. 2018-03-10 00:44:12 +03:00
Boris Gulay
913065548b New member fuction to write to log. Make code easy to understand. 2018-03-10 00:30:58 +03:00
Boris Gulay
683b02027b Change some class variables to constants. Better style and more readable. 2018-03-10 00:26:57 +03:00
Boris Gulay
7111e9e759 Fixed saving IMAP data for new identity (now cound I miss this?!). 2018-03-10 00:12:38 +03:00
Boris Gulay
17044fe501 Fixed strange layout in FF because of special styles for Mozilla. Should not affect anything else. Closes #11. 2016-10-16 22:00:37 +03:00
Boris Gulay
dd2d8e10a4 Rewrite all git_input_value to single syntax. 2016-10-16 13:44:51 +03:00
Boris Gulay
8ca4d3bf56 Remove unnessecery logging. 2016-10-16 13:38:47 +03:00
Boris Gulay
6285d0bffd Always reset selection to INBOX after switch. Closes #12. 2016-10-16 13:31:15 +03:00
Boris Gulay
08f6c86773 Fix restoring STORAGE options for default identity. Closes #8. 2016-10-10 00:34:16 +03:00
Boris Gulay
8b527820e9 Fixed shameful bug on displaying accounts list. 2016-10-10 00:11:41 +03:00
Boris Gulay
b3adf0842f Added functionality for preconfigured mail settings. Closes #7. 2016-06-23 00:34:22 +03:00
Boris Gulay
deac908a77 Fixed bug on plugin strtup (it was always sure we are impersonating). 2016-06-22 23:23:16 +03:00
Boris Gulay
7a97816d1c Username is not a required field anymore. If empty - email from identity
is used.
2016-06-02 16:17:48 +03:00
Boris Gulay
ecbadcd866 Added suggestions for default values in UI (interactive). Fixed bug when
Security combobox was not disabled.
2016-06-02 15:24:08 +03:00
Boris Gulay
9ebacf0d61 Fix: impossible to send messages from default identity if SMTP auth is required. Thanx to Galina Gulay. 2016-05-31 00:01:08 +03:00
Boris Gulay
ab7bae56b5 Fixed unable to switch to default ident after two or more time switching
between another identities.
2016-05-30 01:45:40 +03:00
Boris Gulay
d93dd2be03 Fixed set of errors when two identities have same user name. Closes #4,
thanx Wouter de Geus.
2016-05-30 01:41:50 +03:00
Boris Gulay
f7b650db3e Changed the way connection security is set. Now supporting SSL and TLS
separatly. Closes #5, thanx to Wouter de Geus.
2016-05-28 18:21:27 +03:00
Boris Gulay
4da9b48776 Added missing log file name. Closes #3, thanx to Wouter de Geus. 2016-05-28 17:22:57 +03:00
Boris Gulay
d667518d1f Fixed vary dangerous error when while editing settings ALL records ware
updated instead of only one.
2016-05-28 00:29:35 +03:00
Boris Gulay
5ad75ce989 Field validation code refactored. 2016-05-28 00:22:57 +03:00
Boris Gulay
dbadde3333 Fixed validation error when editing identity with Enabled not checked. 2016-05-28 00:22:57 +03:00
Boris Gulay
b499688318 Fixed #2 validation error when saving default identity (thanx Wouter de
Geus).
2016-05-28 00:22:49 +03:00
Boris Gulay
6cfbeab7f0 Added RUS messages for validation errors. 2016-05-27 23:42:46 +03:00
Boris Gulay
b10f3625c2 Added string in ENG for all validation erros. 2016-05-27 23:25:26 +03:00
Boris Gulay
1b424b4348 Fixed check for port number (cannot be 0). 2016-05-21 01:22:41 +03:00
Boris Gulay
5a704f2717 Fixed double encryption of pwd when changing record (cannot connect
after change).
2016-05-20 23:40:48 +03:00
Boris Gulay
bbf28eed57 Label and host are not required from now. 2016-05-20 23:21:15 +03:00
Boris Gulay
ec71910156 Done better checks and saving NULL instead of empty string. 2016-05-20 23:21:15 +03:00