aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-local.h
Commit message (Collapse)AuthorAgeFilesLines
* Give MailSession a permanent home.Matthew Barnes2010-10-131-1/+3
| | | | | | | | | | | 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.
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-2/+1
|
* Prompt when exiting with unsent messages.Matthew Barnes2009-07-171-2/+3
|
* Forgot to add new files.Matthew Barnes2009-06-241-0/+50