Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |