client: accounts: Add support for Thunderbird autoconfig

- Auto detect server settings
- Rework accounts editor add panel

Fix #1390
Fix #1350
This commit is contained in:
Cédric Bellegarde 2022-08-25 23:12:45 +02:00
parent 14d5a4f510
commit a14f5d4799
7 changed files with 507 additions and 363 deletions

View file

@ -93,6 +93,7 @@ libhandy = dependency('libhandy-1', version: '>= 1.2.1', required: false)
libmath = cc.find_library('m')
libpeas = dependency('libpeas-1.0', version: '>= 1.24.0')
libsecret = dependency('libsecret-1', version: '>= 0.11')
libsoup = dependency('libsoup-3.0')
libstemmer_dep = cc.find_library('stemmer')
libunwind_dep = dependency(
'libunwind', version: '>= 1.1', required: get_option('libunwind')