Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 1 | -9/+8 |
| | |||||
* | Replace deprecated GLib symbols (as of GLib 2.34.x) | Milan Crha | 2012-11-06 | 2 | -53/+53 |
| | |||||
* | e_flaw_wait_until() expects gint64, not gint | Milan Crha | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Replace e_flag_timed_wait() with e_flag_wait_until() | Milan Crha | 2012-11-06 | 1 | -4/+4 |
| | |||||
* | mail_session_refresh_cb(): Skip disabled sources. | Matthew Barnes | 2012-11-01 | 1 | -2/+10 |
| | |||||
* | Prefer e_source_registry_check_enabled(). | Matthew Barnes | 2012-10-26 | 3 | -41/+3 |
| | | | | | Prefer e_source_registry_check_enabled() over e_source_get_enabled() for most instances where we want to exclude disabled data sources. | ||||
* | Bug #680497 - POP3 re-adds messages to local Inbox | Milan Crha | 2012-10-25 | 1 | -36/+55 |
| | |||||
* | Bug #268618 - Add: Save replies in the folder of the message being replied to | Milan Crha | 2012-10-22 | 2 | -8/+14 |
| | | | | | | Follow-up fixes: a) don't copy to origin folder for forwarded messages b) use a real folder when reply/forward from a vFolder | ||||
* | Bug #268618 - Add: Save replies in the folder of the message being replied to | Milan Crha | 2012-10-19 | 2 | -2/+28 |
| | |||||
* | MailFolderCache: Silently ignore cancellation errors. | Matthew Barnes | 2012-10-18 | 1 | -1/+5 |
| | |||||
* | Bug #683849 - Add account name to »Checking for new mail« | Milan Crha | 2012-10-16 | 1 | -1/+2 |
| | |||||
* | Remove e_mail_junk_filter_available(). | Matthew Barnes | 2012-10-01 | 3 | -39/+3 |
| | | | | | | | | Because we now check for junk filtering software in configure, junk filtering modules can now safely assume the required junk filtering software is installed. No more having the module installed but not the required software. If this invariant is broken, an error will be shown for each new message received. | ||||
* | Bug #678806 - Flush Outbox doesn't remove sent messages | Milan Crha | 2012-09-11 | 1 | -2/+4 |
| | |||||
* | Bug #683349 - Crash when sending a mail from the Outbox folder | Milan Crha | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | Bug #682425 - Can do network operations on disabled accounts | Milan Crha | 2012-09-05 | 3 | -4/+44 |
| | |||||
* | MailFolderCache: Remove dead code. | Matthew Barnes | 2012-08-28 | 1 | -6/+0 |
| | | | | No comment as to why it's disabled => has no value. | ||||
* | MailFolderCache: Remove some unnecessary #includes. | Matthew Barnes | 2012-08-28 | 1 | -3/+0 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 7 | -77/+84 |
| | |||||
* | Add e_mail_session_append_to_local_folder(). | Matthew Barnes | 2012-08-15 | 2 | -0/+142 |
| | | | | | | Asynchronous + synchronous convenience functions. Uses the EMailLocalFolder enumeration to specify a well-known folder. | ||||
* | Adapt to CamelService API changes. | Matthew Barnes | 2012-08-13 | 4 | -8/+22 |
| | | | | | | camel_service_get_settings() is now camel_service_ref_settings() and it returns a new CamelSettings reference which the caller must release with g_object_unref(). | ||||
* | Adapt to CamelSession API changes. | Matthew Barnes | 2012-08-12 | 5 | -46/+102 |
| | | | | | | | | | | | | These functions now return new references: camel_session_add_service() camel_session_list_services() These functions have been renamed and also return new references: camel_session_get_service() -> camel_session_ref_service() camel_session_get_service_by_url() -> camel_session_ref_service_by_url() | ||||
* | Adapt to CamelSession forward_to() changes. | Matthew Barnes | 2012-08-12 | 1 | -164/+188 |
| | |||||
* | Avoid using uninitialized variable in e_mail_folder_expunge_sync() | Milan Crha | 2012-08-10 | 1 | -0/+1 |
| | |||||
* | EMailSession: Minor code rearrangement. | Matthew Barnes | 2012-08-09 | 1 | -23/+23 |
| | |||||
* | Bug #677695 - Crash on quit under emu_free_mail_cache() | Milan Crha | 2012-08-08 | 2 | -99/+115 |
| | | | | | | | This is reverting previous patch for this bug and fixes it with a different approach. The previous patch had regression, instead of freezing evolution on quit it crashed it when there was pending addressbook lookups. | ||||
* | Remove unused mail_disconnect_store(). | Matthew Barnes | 2012-07-26 | 2 | -61/+0 |
| | |||||
* | Use template files to generate GEnumClass types. | Matthew Barnes | 2012-07-18 | 3 | -5/+77 |
| | |||||
* | Rework handling of GOA mail. | Matthew Barnes | 2012-07-16 | 1 | -0/+84 |
| | | | | | | | | | | | | | | | | | | | | Disabling the mail part of an online account through the Control Center panel will now remove the CamelService from the EMailSession in addition to disabling the account/identity/transport ESources, causing it to be delisted from the account list in Preferences. Furthermore, hide the Enabled check box for accounts linked to GOA in Preferences. The collection ESource for these accounts can no longer be disabled through Evolution; all such account manipulation must be done through the Control Center panel. Lastly, display an icon next to accounts linked to GOA in Preferences. * Might be nice to show the actual provider icon instead of the generic Online Accounts icon from the Control Center, but need to think about how best to do that. Don't want a GOA dependency in core Evolution. Maybe ESourceCollection should grow a GIcon property for the online- accounts module in the registry service to set? | ||||
* | mail_session_add_service(): Make display-name binding one-way. | Matthew Barnes | 2012-07-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | We're leaking CamelService references when we remove a CamelService from a CamelSession. I don't yet know where or how. If we remove a CamelService without finalizing the corresponding ESource, and then add a new CamelService with the same UID, the ESource will have a bidirectional "display-name" binding to multiple CamelService instances. This creates an endless cascade of "notify" signals as soon as any of the bound "display-name" properties change. Until I can fix the leaking CamelService references, make the binding one-way: ESource -> CamelService. This means the ESource's display name is authoritative, and camel_service_set_display_name() MUST NOT be called explicitly or else it will become out-of-sync with the ESource. | ||||
* | mail_session_add_from_source(): Warn if backend name is unset. | Matthew Barnes | 2012-07-15 | 1 | -4/+1 |
| | | | | Even send-only accounts should have a backend name of "none". | ||||
* | Bug #223309 - Add "Include Subfolders" to "Search Folder Sources" | Milan Crha | 2012-07-11 | 1 | -78/+167 |
| | |||||
* | Bug #548778 - Use original location when replying in Search Folder | Milan Crha | 2012-07-11 | 3 | -16/+37 |
| | |||||
* | Bug #677695 - Freeze on quit in emu_free_mail_cache() | Milan Crha | 2012-07-11 | 1 | -18/+91 |
| | |||||
* | Add "auto-update" option to Search Folder Editor | Milan Crha | 2012-07-10 | 1 | -18/+16 |
| | |||||
* | Always notify about finished updated_folders() call | Milan Crha | 2012-07-10 | 1 | -8/+5 |
| | |||||
* | Remove mail_expunge_folder(). | Matthew Barnes | 2012-07-09 | 2 | -282/+5 |
| | | | | Use e_mail_folder_expunge() instead. | ||||
* | Add e_mail_folder_expunge(). | Matthew Barnes | 2012-07-09 | 2 | -0/+297 |
| | | | | To replace mail_expunge_folder(). | ||||
* | Use folder display name in status messages when possible. | Matthew Barnes | 2012-07-09 | 1 | -4/+6 |
| | |||||
* | Remove mail_refresh_folder(). | Matthew Barnes | 2012-07-09 | 2 | -48/+0 |
| | | | | Use e_mail_reader_refresh_folder() instead. | ||||
* | Add e_mail_reader_unsubscribe_folder_name(). | Matthew Barnes | 2012-07-09 | 2 | -123/+0 |
| | | | | Replaces e_mail_session_unsubscribe_folder(). | ||||
* | Adapt to CamelStore API change. | Matthew Barnes | 2012-07-07 | 1 | -2/+2 |
| | | | | compare_folder_name() -> equal_folder_name() | ||||
* | Bug #677604 - Critical warnings on evolution start | Milan Crha | 2012-07-03 | 1 | -1/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 2 | -4/+4 |
| | |||||
* | Make em_utils_in_addressbook() cancellable | Dan Vrátil | 2012-06-14 | 3 | -4/+6 |
| | |||||
* | Bug #674887 - Hang on sender's photo lookup | Dan Vrátil | 2012-06-14 | 2 | -39/+8 |
| | |||||
* | Bug 677995 - Asks password for disabled mail account | Matthew Barnes | 2012-06-13 | 2 | -13/+0 |
| | | | | | | | | | | | | Remove mail_folder_cache_service_added() and rely instead on mail_folder_cache_service_enabled()/disabled(). Despite the function names the folder cache doesn't actually care about enabled status, it simply maintains a set of CamelStores to monitor. We should refactor the folder cache API to better reflect that. EMailAccountStore always immediately follows a "service-added" signal emission with either a "service-enabled" or "service-disabled" emission, which will add or remove the service from the folder cache. | ||||
* | Remove "enable-local" and "enable-vfolders" GSettings key. | Matthew Barnes | 2012-06-09 | 1 | -7/+1 |
| | | | | | We have built-in ESources for the 'local' and 'vfolder' mail stores, and can now track their enabled state as we would any other mail store. | ||||
* | CamelNullStoreClass: Override settings_type. | Matthew Barnes | 2012-06-08 | 1 | -0/+5 |
| | | | | | | CamelStoreClass bumps the settings_type to CAMEL_TYPE_STORE_SETTINGS, which has a filter-inbox property. But we don't want ANY settings in a CamelNullStore, so revert the settings_type to CAMEL_TYPE_SETTINGS. | ||||
* | EMailSession: Use e_source_camel_generate_subtype(). | Matthew Barnes | 2012-06-06 | 1 | -1/+1 |
| | | | | | | | | | Use e_source_camel_generate_subtype() to register an ESourceCamelNone class based on the newly-registered "none" CamelProvider. e_source_camel_register_types() won't pick up the new provider if it was already called prior to the provider being registered. That might be a bug... I'm not sure yet. The Camel/ESource integration is kinda messy. | ||||
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 10 | -37/+11 |
| | |||||
* | Adapt mail to the new ESource API. | Matthew Barnes | 2012-06-03 | 13 | -782/+1711 |
| | |||||
* | Bug #673946 - Cannot delete search folders | Milan Crha | 2012-05-31 | 1 | -3/+4 |
| | |||||
* | Adapt to vFolder changes from evolution-data-server | Milan Crha | 2012-05-31 | 1 | -7/+15 |
| | |||||
* | Adapt to CamelService API changes. | Matthew Barnes | 2012-05-20 | 6 | -87/+18 |
| | | | | | | em_utils_connect_service_sync() and em_utils_disconnect_service_sync() are no longer needed. CamelService itself now effectively does what these functions were doing. | ||||
* | Use g_simple_async_result_set_check_cancellable(). | Matthew Barnes | 2012-05-13 | 4 | -0/+36 |
| | | | | Always call it immediately after g_simple_async_result_new(). | ||||
* | Whitespace cleanups. | Matthew Barnes | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | Bug #674381 - Show contact photo from address book doesn't work | Dan Vrátil | 2012-04-28 | 1 | -21/+22 |
| | |||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 1 | -2/+2 |
| | |||||
* | Bug #465076 - INBOX confusion with outbox | Milan Crha | 2012-04-19 | 2 | -47/+69 |
| | |||||
* | Remove forgotten debug prints | Milan Crha | 2012-04-18 | 1 | -2/+0 |
| | |||||
* | Bug #667046 - Outgoing filter cannot override used Sent folder | Milan Crha | 2012-04-17 | 1 | -1/+22 |
| | |||||
* | Bug #672916 - Spam is not detected automatically | Milan Crha | 2012-04-02 | 1 | -16/+12 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 3 | -15/+16 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | Add ability to specify INBOX for non-storage type accounts. Email daemon | Srinivasa Ragavan | 2012-03-29 | 2 | -7/+63 |
| | | | | allows to store mails in individual INBOX rather than a common one. | ||||
* | Fix more compiler warnings. | Matthew Barnes | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 1 | -0/+2 |
| | |||||
* | Whitespace cleanups. | Matthew Barnes | 2012-03-03 | 2 | -8/+8 |
| | |||||
* | Fix some "unused-but-set-variable" warnings. | Matthew Barnes | 2012-03-03 | 1 | -2/+1 |
| | |||||
* | Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works and | Srinivasa Ragavan | 2012-03-03 | 5 | -3/+1257 |
| | | | | | the daemon can now start the vfolder storage without bothering much with the UI. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 6 | -37/+80 |
| | |||||
* | Bug #659394 - Missing plural handling for "Failed to send %d of %d messages" | Milan Crha | 2012-02-16 | 1 | -1/+4 |
| | |||||
* | Bug #670014 - Remove-duplicates reads all messages into memory | Milan Crha | 2012-02-16 | 1 | -43/+94 |
| | |||||
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Fix libemail-engine.so install path. | Matthew Barnes | 2012-02-07 | 2 | -2/+3 |
| | | | | | Keep this in Evolution's private library directory until the APIs are fully documented and we begin using libtool versioning on the library. | ||||
* | Bug 667576 - Junk between messages after saving an mbox file | James Bottomley | 2012-02-02 | 1 | -9/+19 |
| | |||||
* | e-mail-store-utils.c: Use the service's display name in status messages. | Matthew Barnes | 2012-01-31 | 1 | -12/+18 |
| | | | | | The display name is a user-provided name for the service. We should be using that in all status messages the refer to the service by name. | ||||
* | Bug 668479: Missing transport-only accounts in Preferences | Matthew Barnes | 2012-01-25 | 4 | -31/+171 |
| | | | | | | | | | | | Evolution kinda sorta supports multiple identities by allowing users to set up so-called "transport-only" accounts by choosing "None" for the account type. Add a CamelStore subclass for those types of accounts so they get added to EMailAccountStore. It's just a stupid hack to keep another stupid hack working, but this should sustain us until we can support multiple identities FOR REAL. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 3 | -19/+12 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 23 | -0/+11269 |
These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. |