2007-05-14 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Mon, 14 May 2007 09:01:31 +0000 (09:01 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 14 May 2007 09:01:31 +0000 (09:01 +0000)
commitb587d015280efc78a756a9271b9e1c2075757dca
treecd3d5eebb899c68797d19ea91a59274d15f504ac
parenta00a9ab3394684ea0626d8bfaf0dfe43b4e306fb
2007-05-14  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c: (create_account):
        * src/maemo/modest-account-settings-dialog.c:
        (modest_account_settings_dialog_set_account_name),
        (save_configuration): For the incoming secure authentication checkbox,
        use PASSWORD for unchecked, and CRAM-MD5 for checked, after I reread
        the UI specification. PLAIN does not seem to be supported for most IMAP
        servers anyway, and I am not sure what it would mean.
        However, we probably need to discover which of the secure-authentication
        mechanisms are supported by the server, instead of hard-coding CRAM-MD5.
        * src/modest-account-mgr-helpers.c:
        (modest_account_mgr_get_server_account_data):

        * src/modest-tny-account.c:
        (modest_tny_account_new_from_server_account):
        Use tny_account_set_mech() to set secure-authentication methods,
        with some special-casing for IMAP, based on my observations of how
        evolution behaves.

        * src/modest-account-mgr-helpers.h:
        * src/modest-account-mgr.c:
        * src/modest-defs.h: Comment that the URI is only used for local folders.

pmo-trunk-r1844
ChangeLog2
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-account-settings-dialog.c
src/modest-account-mgr-helpers.c
src/modest-account-mgr-helpers.h
src/modest-account-mgr.c
src/modest-defs.h
src/modest-tny-account.c