aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-request.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #683866 - Leaks of EMailFormatter objectMilan Crha2012-09-131-0/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-7/+7
|
* Bug #680577 - [text-highlight] - Failed to load partDan Vrátil2012-07-271-1/+1
|
* Highlighting of text parts and source codesDan Vrátil2012-07-251-12/+12
| | | | | | | | | | This adds 'Format as' submenu to the preview pane context menu. The submenu is available only for text/plain parts or parts with a source code (we support about 40 various types). Using the 'highlight' utility, the formatter processes the part and highlights the source code it contains. (discussion in bug #680026)
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-2/+2
|
* Bug #677608 - Fails to open message which is not yet downloadedDan Vrátil2012-06-181-5/+5
|
* Fix some memory leaksDan Vrátil2012-06-181-0/+1
|
* Bug #674887 - Hang on sender's photo lookupDan Vrátil2012-06-141-3/+122
|
* Mail formatter rewriteDan Vrátil2012-06-061-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 Barnes2012-05-141-1/+0
|
* Fix some GSimpleAsyncResult reference leaks.Matthew Barnes2012-05-131-0/+2
|
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-5/+10
| | | | Always call it immediately after g_simple_async_result_new().
* Bug #674272 - Contacts preview differs with mailer running and notDan Vrátil2012-04-231-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_cacheDan Vrátil2012-04-161-52/+85
|
* Pass GCancellable to em_format_write()Dan Vrátil2012-04-161-2/+2
|
* Bug #673525 - Crash under efh_write_message()Dan Vrátil2012-04-131-0/+11
| | | | Make sure the EMFormat* lives until EMailRequest is finished.
* Fix compiler warning about unused variableMilan Crha2012-04-051-1/+0
|
* Bug #673430 - Can't read messages in virtual Junk/Trash foldersDan Vrátil2012-04-031-3/+1
|
* EMailRequest: Decode mail:// URIs when looking up a formatter.Matthew Barnes2012-04-011-2/+6
| | | | This is why I hate URIs...
* EMailRequest: Cleanups.Matthew Barnes2012-04-011-90/+88
|
* EMailRequest: Add license header.Matthew Barnes2012-04-011-0/+18
|
* WebKit port - last-minute fixDan Vrátil2012-03-291-0/+2
|
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-0/+771