Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mail_tools_folder_to_url(). | Matthew Barnes | 2010-10-13 | 1 | -3/+2 |
| | | | | Use camel_folder_get_uri() instead. | ||||
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -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. | ||||
* | Pass an EShell to EMsgComposer instances. | Matthew Barnes | 2010-08-14 | 1 | -6/+15 |
| | | | | Reduce the composer's dependency on e_shell_get_default(). | ||||
* | More code cleanup. | Matthew Barnes | 2010-07-27 | 1 | -59/+10 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-26 | 1 | -85/+32 |
| | |||||
* | Allow editing mails in composer and understand vfolders. | Srinivasa Ragavan | 2010-07-26 | 1 | -3/+70 |
| | |||||
* | Add folder pane for tabbed browser. | Srinivasa Ragavan | 2010-07-26 | 1 | -752/+52 |
| | |||||
* | Add folder pane. | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+911 |