Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EMAccountEditor: Start using CamelNetworkSettings. | Matthew Barnes | 2011-11-07 | 1 | -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 Barnes | 2011-11-07 | 1 | -0/+259 |
To be used in the Account Editor to list authentication mechanisms. |