aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-local.c
Commit message (Collapse)AuthorAgeFilesLines
* Migrate the local store from mbox to maildir formatChenthill Palanisamy2010-11-231-4/+8
|
* Give MailSession a permanent home.Matthew Barnes2010-10-131-4/+5
| | | | | | | | | | | 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.
* Adapt to Camel API changes.Matthew Barnes2010-09-281-1/+1
|
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-1/+2
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-10/+8
|
* Camel is now GObject-based.Matthew Barnes2010-04-241-1/+1
|
* Forgot to add new files.Matthew Barnes2009-06-241-0/+130