aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/dbx-import/dbx-importer.c
Commit message (Collapse)AuthorAgeFilesLines
* Give MailSession a permanent home.Matthew Barnes2010-10-131-2/+13
| | | | | | | | | | | 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.
* camel_operation_new() now returns a GCancellable pointer.Matthew Barnes2010-09-291-1/+1
|
* Adapt to Camel API changes.Matthew Barnes2010-09-281-18/+11
|
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-3/+7
|
* Adapt to CamelOperation API changes.Matthew Barnes2010-09-151-8/+6
|
* Coding style cleanups.Matthew Barnes2010-09-131-79/+79
|
* dbx-importer: Fix printf format warningDavid Woodhouse2010-08-021-2/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-23/+20
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-45/+79
|
* Add Outlook Express DBX mailbox file importer pluginDavid Woodhouse2010-06-291-0/+753
[patch v2: Don't error on empty mailboxes, build plugin by default]