aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail-config
Commit message (Collapse)AuthorAgeFilesLines
* Add missing chain-up-s to parent's constructed() methodMilan Crha2014-07-172-4/+2
| | | | Plus a little code cleanup for easier grepping.
* SMTP part of a new mail account dialog doesn't update UI properlyMilan Crha2014-07-081-0/+16
| | | | | | | | | Using "Server requires authentication" checkbox doesn't update the new mail account dialog properly, thus it seems like a username is required when the server does not require authentication. It's due to the dialog being updated properly only on CamelSettings changes, while this checkbox doesn't have any direct connection to any CamelSettings property.
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-2/+0
| | | | Merge wip/webkit-composer branch into master.
* Bug #684425 - Do not pass NULL text to gtk_entry_set_text()Milan Crha2014-04-113-6/+7
|
* Add an --enable-code-coverage configure option to enable gcov supportMilan Crha2014-03-251-1/+2
| | | | | When enabled, this will compile all libraries/binaries with the necessary gcc and ld flags to enable code coverage support using gcov.
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-0811-110/+99
|
* Fix/mute issues found by Coverity scanMilan Crha2013-11-152-2/+2
| | | | | | | | | | | | This makes the code free of Coverity scan issues. It is sometimes quite pedantic and expects/suggests some coding habits, thus certain changes may look weird, but for a good thing, I hope. The code is also tagged with Coverity scan suppressions, to keep the code as is and hide the warning too. Also note that Coverity treats g_return_if_fail(), g_assert() and similar macros as unreliable, and it's true these can be disabled during the compile time, thus it brings in other set of 'weird' changes.
* Bug 703991: Crash when using -fstack-protector-strong.Matthew Barnes2013-07-131-2/+2
| | | | | | | | We were using g_object_get() to write an "unsigned int" value (at least 32 bits) into a 16-bit integer address. Don't know why we were bothering with g_object_get() in the first place, just call camel_network_settings_get_port() instead.
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.
* Bug #271262 - Allow Send/Receive of local stores in offlineMilan Crha2013-04-091-0/+11
|
* e-mail-config-smtp-backend.c: Forgot a 'return' statement.Matthew Barnes2013-03-121-0/+2
|
* Bug 695693 - Handle <authentication> tags during auto-configurationMatthew Barnes2013-03-121-1/+30
|
* Remove EMailConfigImapBackend.Matthew Barnes2013-01-121-42/+0
| | | | No longer needed since the "imap" backend is gone.
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-2/+0
| | | | | | | | | | | | Move the supporting widgets for the contact maps feature alongside EABContactDisplay. Removing them from libeutil helps isolate our usage of libchamplain so it's not imposed on the entire application, and even 3rd party software. That libchamplain is an optional dependency only further complicates the matter. Ideally I'd like to somehow isolate this feature in an extension module, but we currently lack sufficient hooks for such an extension. So this arrangement will have to suffice for now.
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-133-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* 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