Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #674887 - Hang on sender's photo lookup | Dan Vrátil | 2012-06-14 | 1 | -3/+122 |
| | |||||
* | Mail formatter rewrite | Dan Vrátil | 2012-06-06 | 1 | -48/+62 |
| | | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class. | ||||
* | Don't unref GAsyncResult in "finish" functions. | Matthew Barnes | 2012-05-14 | 1 | -1/+0 |
| | |||||
* | Fix some GSimpleAsyncResult reference leaks. | Matthew Barnes | 2012-05-13 | 1 | -0/+2 |
| | |||||
* | Use g_simple_async_result_set_check_cancellable(). | Matthew Barnes | 2012-05-13 | 1 | -5/+10 |
| | | | | Always call it immediately after g_simple_async_result_new(). | ||||
* | Bug #674272 - Contacts preview differs with mailer running and not | Dan Vrátil | 2012-04-23 | 1 | -534/+14 |
| | | | | | | This splits the giant EMailRequest to individual EFileRequest, EStockRequest, EHTTPRequest and EMailRequest, making the first two available globally from e-utils, the othe two are loaded only with mailer, since no other component uses them. | ||||
* | Bug #673123 - Crash in http_request_write_to_cache | Dan Vrátil | 2012-04-16 | 1 | -52/+85 |
| | |||||
* | Pass GCancellable to em_format_write() | Dan Vrátil | 2012-04-16 | 1 | -2/+2 |
| | |||||
* | Bug #673525 - Crash under efh_write_message() | Dan Vrátil | 2012-04-13 | 1 | -0/+11 |
| | | | | Make sure the EMFormat* lives until EMailRequest is finished. | ||||
* | Fix compiler warning about unused variable | Milan Crha | 2012-04-05 | 1 | -1/+0 |
| | |||||
* | Bug #673430 - Can't read messages in virtual Junk/Trash folders | Dan Vrátil | 2012-04-03 | 1 | -3/+1 |
| | |||||
* | EMailRequest: Decode mail:// URIs when looking up a formatter. | Matthew Barnes | 2012-04-01 | 1 | -2/+6 |
| | | | | This is why I hate URIs... | ||||
* | EMailRequest: Cleanups. | Matthew Barnes | 2012-04-01 | 1 | -90/+88 |
| | |||||
* | EMailRequest: Add license header. | Matthew Barnes | 2012-04-01 | 1 | -0/+18 |
| | |||||
* | WebKit port - last-minute fix | Dan Vrátil | 2012-03-29 | 1 | -0/+2 |
| | |||||
* | WebKit port - port formatter and mail module | Dan Vrátil | 2012-03-29 | 1 | -0/+771 |