Skip to content

Make the account wizard actually work

Carl Schwan requested to merge work/carl/fix-automatic-setup into master
  • Don't wrap the identity and mail transport class in QObject as both are now already exposed to QML directly
  • Reduce the number of conversion from different enums to avoid mistakes
  • Correctly auto-configure account
  • Improve UI flow
  • Default to encrypted ports
  • Use declarative QML_ELEMENT macro
  • Remove some dead code

Todo:

  • More testing
    • Automatic setup with gmail with imap
    • Manual config with imap
Edited by Carl Schwan

Merge request reports