Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build breaks. | Matthew Barnes | 2011-06-01 | 1 | -10/+10 |
| | |||||
* | Replace deprecated g_atomic_int_exchange_and_add() | Milan Crha | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | e_mail_store_add_by_account(): Fix a potential use-before-set. | Matthew Barnes | 2011-05-30 | 1 | -1/+1 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -0/+4 |
| | |||||
* | Bug 651001 - Cannot send message from accounts not having a provider | Lucian Langa | 2011-05-26 | 1 | -2/+8 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 1 | -1/+3 |
| | |||||
* | Cannot send message with just enabled account | Milan Crha | 2011-05-12 | 1 | -55/+36 |
| | | | | | | | | | | | | | Everything in UI seemed as working fine, but the message is just lost, even there was printed a runtime warning on the console. This is fixing couple things along this issue: - differentiate between NULL and invalid pointers/objects in new e_mail_folder_uri_...() functions - report error to UI if mail_session_send_to_thread() fails to find corresponding transport service - call e_mail_store_add_by_account() in mail_store_load_accounts() (a side-effect of this change is no code duplication and unified processing of the same action) | ||||
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 1 | -5/+13 |
| | |||||
* | Bug #627952 - 'Local delivery' mbox's aren't read properly | Milan Crha | 2011-05-05 | 1 | -6/+14 |
| | |||||
* | Adapt to CamelService changes. | Matthew Barnes | 2011-04-21 | 1 | -41/+57 |
| | |||||
* | Adapt to sealed up CamelService. | Matthew Barnes | 2011-04-18 | 1 | -2/+4 |
| | |||||
* | Bug #643218 - Local delivery doesn't deliver after maildir migration | Milan Crha | 2011-03-03 | 1 | -0/+5 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 1 | -1/+4 |
| | |||||
* | Runtime warning when closing without using mailer | Milan Crha | 2011-01-13 | 1 | -1/+4 |
| | |||||
* | Do not hide maildir accounts from UI | Milan Crha | 2011-01-12 | 1 | -6/+0 |
| | |||||
* | Avoid idle callbacks in EMailBackend initialization. | Matthew Barnes | 2011-01-08 | 1 | -2/+2 |
| | | | | | | | | If the migration phase has to show a dialog the idle callback for intializing mail stores will run too soon. Instead, hook it onto the EShellBackend start() method. Migration code can initialize mail stores early if it needs to. | ||||
* | Migrate the local store from mbox to maildir format | Chenthill Palanisamy | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | Bug #632293 - Do not add POP accounts into folder tree | Milan Crha | 2010-11-10 | 1 | -0/+3 |
| | |||||
* | Bug #632580 - Freezes UI on account disable | Milan Crha | 2010-11-03 | 1 | -1/+2 |
| | |||||
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 1 | -19/+25 |
| | | | | | | This marks the end of unintrusive error dialogs, which were too unintrusive. We now show errors directly in the main window using the EAlert / EAlertSink framework. | ||||
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -17/+27 |
| | | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession. | ||||
* | Remove MailAsyncEvent from e-mail-store.c. | Matthew Barnes | 2010-10-01 | 1 | -33/+12 |
| | | | | Functions in e-mail-store.c are always called from the main thread. | ||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 1 | -3/+5 |
| | |||||
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 1 | -2/+2 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 1 | -7/+5 |
| | |||||
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -8/+8 |
| | |||||
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -3/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-04 | 1 | -2/+6 |
| | |||||
* | Make the mail folder cache a proper GObject | Jonathon Jongsma | 2009-12-16 | 1 | -5/+5 |
| | | | | | | | | | | | mail-folder-cache previously was a bit of a pseudo object (sort of a singleton) that operated on some file static data. This commit re-factors things so that it is a proper class named MailFolderCache. At the moment, this doesn't gain us much, but in the future, it will allow us to add signals, etc so that we can de-couple a lot of the interdependencies in here. This is essentially a pre-requisite to splitting up a lot of the mail backend stuff. https://bugzilla.gnome.org/show_bug.cgi?id=604627 | ||||
* | Merge bits and pieces of the anjal-evo-2-30 branch. | Matthew Barnes | 2009-12-01 | 1 | -1/+5 |
| | |||||
* | Forgot to add new files. | Matthew Barnes | 2009-06-24 | 1 | -0/+423 |