aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-store.c
Commit message (Collapse)AuthorAgeFilesLines
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-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 Barnes2010-10-131-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 Barnes2010-10-011-33/+12
| | | | Functions in e-mail-store.c are always called from the main thread.
* Adapt to Camel API changes.Matthew Barnes2010-09-281-3/+5
|
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-2/+2
|
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-7/+5
|
* Camel is now GObject-based.Matthew Barnes2010-04-241-8/+8
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-3/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-2/+6
|
* Make the mail folder cache a proper GObjectJonathon Jongsma2009-12-161-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 Barnes2009-12-011-1/+5
|
* Forgot to add new files.Matthew Barnes2009-06-241-0/+423