aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-auth-combo-box.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-031-0/+6
| | | | One last time.
* EMAccountEditor: Start using CamelNetworkSettings.Matthew Barnes2011-11-071-2/+3
| | | | | | | | | | | | | | | | Instead of stuffing host/port/user/etc into CamelURLs. To enforce this in 3rd party extensions, remove EAccounts from EMConfigTargetAccount and rename it EMConfigTargetSettings with the following struct members: const gchar *email_address; const gchar *storage_protocol; CamelSettings *storage_settings; const gchar *transport_protocol; CamelSettings *transport_settings;
* Add EAuthComboBox widget.Matthew Barnes2011-11-071-0/+259
To be used in the Account Editor to list authentication mechanisms.