aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail-config
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-2/+3
|
* Bug 687137 - Google account user name overwritten with email addressMatthew Barnes2012-11-091-8/+8
| | | | | | | | | | | Evolution's Google account module was setting the ECollectionSource's "identity" property to the account's email address before submitting the account to E-D-S. Meanwhile, the Google module in E-D-S was syncing the account user name to the ECollectionSource's "identity" property. This mismatch resulted in an explicitly specified GMail user name being overwritten when the account information is submitted. Evolution should instead set the "identity" property to the account's user name.
* Bug #310978 - USENET always requires authenticationMilan Crha2012-10-181-3/+10
|
* Bug #201807 - Cannot specify sendmail parametersMilan Crha2012-10-181-0/+58
|
* Bug #549819 - Cannot specify a custom sendmail programMilan Crha2012-09-181-2/+108
|
* Bug #681017 - Bogus SMTP port in the account manager UIMilan Crha2012-08-061-0/+7
|
* EMailConfigSummaryPage: Remove "account-name" property.Matthew Barnes2012-06-232-10/+18
| | | | It's redundant. Just set the display name on one of the ESources.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-047-19/+5
|
* Add 'mail-config' module.Matthew Barnes2012-06-0311-1/+1693
| | | | | | This breaks a good chunk of logic out of EMAccountEditor and hopefully makes it less brittle. Because honestly, every time I fix one thing in EMAccountEditor it breaks three other things. It's unmaintainable.
* Adapt modules/mail to the new ESource API.Matthew Barnes2012-06-032-0/+719