| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert libemail-engine to a single-include model. | Matthew Barnes | 2013-11-12 | 6 | -7/+7 |
* | Move EMailImageLoadingPolicy to e-mail-formatter-enums.h. | Matthew Barnes | 2013-11-11 | 3 | -8/+24 |
* | Rename e-mail-enums.h to e-mail-engine-enums.h. | Matthew Barnes | 2013-11-11 | 2 | -2/+2 |
* | Follow-up fix for bug 711532. | Matthew Barnes | 2013-11-07 | 1 | -1/+1 |
* | Bug 711532 - Infinite recursion from message/news attachment | Matthew Barnes | 2013-11-07 | 2 | -3/+4 |
* | Miscellaeous cleanups. | Matthew Barnes | 2013-10-20 | 2 | -2/+2 |
* | Signature/encryption bar may not inherit text color from theme | Milan Crha | 2013-10-11 | 1 | -2/+9 |
* | EMailParserMultipartSigned: Rework obtaining the signature protocol. | Matthew Barnes | 2013-10-03 | 1 | -16/+24 |
* | Bug #699997 - Show unreferenced images in multipart/related parser | Milan Crha | 2013-09-30 | 1 | -2/+28 |
* | Bug #689787 - Prefer-plain can hide message body for composer | Milan Crha | 2013-09-27 | 2 | -0/+21 |
* | Bug #707392 - Only very first Collapse/Expand button in message header pane w... | Tomas Popela | 2013-09-13 | 1 | -29/+14 |
* | Bug #706008 - Workaround gnome-shell style change on focus change | Tomas Popela | 2013-09-12 | 9 | -106/+59 |
* | Bug 705194 - Failure to decrypt inline encrypted GPG messages | Matthew Barnes | 2013-08-01 | 1 | -2/+12 |
* | empe_text_plain_parse() cleanups. | Matthew Barnes | 2013-07-20 | 1 | -13/+14 |
* | EMailParserMessage: Better handle message bodies as attachments. | Matthew Barnes | 2013-07-09 | 1 | -1/+23 |
* | EMailFormatterQuoteExtension: Don't be cute with struct declarations. | Matthew Barnes | 2013-07-07 | 1 | -2/+10 |
* | EMailFormatterPrintExtension: Don't be cute with struct declarations. | Matthew Barnes | 2013-07-07 | 1 | -2/+10 |
* | Bug #699576 - Mail reader frame is black (in the mail view) | Milan Crha | 2013-06-28 | 1 | -2/+7 |
* | EMailFormatter: Remove the header API. | Matthew Barnes | 2013-06-08 | 2 | -293/+0 |
* | EMailFormatterQuoteHeaders: Avoid EMailFormatter header API. | Matthew Barnes | 2013-06-08 | 1 | -27/+19 |
* | EMailFormatterHeaders: Avoid EMailFormatter header API. | Matthew Barnes | 2013-06-08 | 1 | -66/+67 |
* | Add EMailPrintConfigHeaders. | Matthew Barnes | 2013-06-08 | 1 | -32/+35 |
* | Add e_mail_part_headers_ref_print_model(). | Matthew Barnes | 2013-06-08 | 2 | -0/+163 |
* | EMailPartHeaders: Add a "default-headers" property. | Matthew Barnes | 2013-06-08 | 2 | -2/+142 |
* | Make EMailPart and its subclasses extensible. | Matthew Barnes | 2013-06-08 | 1 | -2/+14 |
* | EMailFormatterQuoteHeaders cleanups. | Matthew Barnes | 2013-06-08 | 1 | -27/+57 |
* | EMailFormatterHeaders cleanups. | Matthew Barnes | 2013-06-08 | 2 | -43/+58 |
* | e_mail_formatter_format_header: Split the header param. | Matthew Barnes | 2013-06-07 | 4 | -36/+41 |
* | e_mail_formatter_format_header: Remove unused CamelMedium param. | Matthew Barnes | 2013-06-07 | 4 | -15/+8 |
* | EMailPart: Add "part-list" property. | Matthew Barnes | 2013-06-06 | 3 | -2/+62 |
* | Define GEnumClass types for mail formatter/parser enums. | Matthew Barnes | 2013-06-05 | 7 | -68/+127 |
* | Remove Evolution icon from header section. | Matthew Barnes | 2013-05-30 | 1 | -58/+0 |
* | Distinguish "attachment-wrapper" elements from attachments. | Matthew Barnes | 2013-05-29 | 1 | -1/+7 |
* | EMailFormatterAttachment cleanups. | Matthew Barnes | 2013-05-29 | 1 | -54/+35 |
* | Rename libemformat to libevolution-mail-formatter. | Matthew Barnes | 2013-05-28 | 8 | -19/+16 |
* | Rename libeshell to libevolution-shell. | Matthew Barnes | 2013-05-28 | 1 | -1/+1 |
* | Rename libeutil to libevolution-util. | Matthew Barnes | 2013-05-28 | 1 | -1/+1 |
* | Make EAttachment a little more thread-safe. | Matthew Barnes | 2013-05-24 | 3 | -12/+15 |
* | Attachment-related cleanups. | Matthew Barnes | 2013-05-24 | 2 | -11/+13 |
* | Convert EMailPart to a GObject. | Matthew Barnes | 2013-05-20 | 26 | -308/+1026 |
* | Add e_mail_part_attachment_ref_attachment(). | Matthew Barnes | 2013-05-20 | 4 | -7/+18 |
* | Add e_mail_part_get_validity_flags(). | Matthew Barnes | 2013-05-20 | 2 | -0/+22 |
* | Add e_mail_part_has_validity(). | Matthew Barnes | 2013-05-20 | 3 | -1/+11 |
* | Add e_mail_part_set_is_attachment(). | Matthew Barnes | 2013-05-20 | 2 | -0/+11 |
* | Add e_mail_part_get_is_attachment(). | Matthew Barnes | 2013-05-20 | 8 | -8/+17 |
* | Add e_mail_part_set_mime_type(). | Matthew Barnes | 2013-05-20 | 10 | -8/+27 |
* | Add e_mail_part_get_mime_type(). | Matthew Barnes | 2013-05-20 | 10 | -12/+32 |
* | Add e_mail_part_ref_mime_part(). | Matthew Barnes | 2013-05-20 | 13 | -30/+101 |
* | Add e_mail_part_id_has_substr(). | Matthew Barnes | 2013-05-20 | 1 | -0/+2 |
* | Add e_mail_part_id_has_suffix(). | Matthew Barnes | 2013-05-20 | 7 | -16/+28 |
* | Add e_mail_part_id_has_prefix(). | Matthew Barnes | 2013-05-20 | 3 | -2/+14 |
* | Add e_mail_part_set_cid(). | Matthew Barnes | 2013-05-20 | 3 | -1/+15 |
* | Add e_mail_part_get_cid(). | Matthew Barnes | 2013-05-20 | 8 | -7/+19 |
* | Add e_mail_part_get_id(). | Matthew Barnes | 2013-05-20 | 15 | -42/+89 |
* | em-format cleanups. | Matthew Barnes | 2013-05-20 | 23 | -154/+216 |
* | EMailPart: Store validity pairs in a GQueue. | Matthew Barnes | 2013-05-20 | 5 | -30/+41 |
* | Remove e_mail_formatter_get_headers(). | Matthew Barnes | 2013-05-15 | 2 | -17/+0 |
* | Add e_mail_formatter_header_copy(). | Matthew Barnes | 2013-05-15 | 2 | -21/+42 |
* | EMailFormatterPrint cleanups. | Matthew Barnes | 2013-05-15 | 1 | -35/+30 |
* | EMailFormatter cleanups. | Matthew Barnes | 2013-05-15 | 2 | -302/+339 |
* | Right-align mail header names. | Matthew Barnes | 2013-05-09 | 2 | -71/+119 |
* | EMailFormatterHeaders cleanups. | Matthew Barnes | 2013-05-09 | 2 | -42/+59 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-05-08 | 3 | -8/+8 |
* | Bug #699551 - Signature is not removed on reply | Milan Crha | 2013-05-07 | 6 | -6/+6 |
* | Bug #696531 - Force white background for HTML parts | Milan Crha | 2013-05-03 | 1 | -7/+7 |
* | [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colors | Milan Crha | 2013-04-23 | 10 | -90/+93 |
* | Show parts with Content-ID of multipart/mixed as attachments | Milan Crha | 2013-04-05 | 2 | -4/+7 |
* | Remove EMailShellSettings. | Matthew Barnes | 2013-03-17 | 1 | -6/+6 |
* | Bug #690092 - Crash under format_full_headers() | Milan Crha | 2013-03-07 | 6 | -32/+149 |
* | EMailFormatter: Remove "only-local-photos" property. | Matthew Barnes | 2013-02-27 | 4 | -65/+4 |
* | Bug 694159 - Malformed content-type header causes infinite recursion | Matthew Barnes | 2013-02-25 | 1 | -0/+6 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-02-24 | 5 | -6/+6 |
* | G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws. | Matthew Barnes | 2013-02-09 | 1 | -2/+3 |
* | Add comments around g_idle_add() changes | Milan Crha | 2013-02-09 | 1 | -0/+1 |
* | Bug #683867 - Schedule actions with higher idle priority | Michel Dänzer | 2013-02-09 | 1 | -2/+3 |
* | Revert "Bug #683867 - Schedule actions with higher idle priority" | Matthew Barnes | 2013-02-08 | 1 | -3/+2 |
* | Bug #683867 - Schedule actions with higher idle priority | Michel Dänzer | 2013-02-08 | 1 | -2/+3 |
* | EMailFormatterQuote: Use e_mail_formatter_find_rfc822_end_iter(). | Matthew Barnes | 2013-02-07 | 1 | -14/+2 |
* | Use CamelMimeFilterToHTMLFlags enum type where appropriate. | Matthew Barnes | 2013-02-07 | 8 | -23/+35 |
* | e-mail-formatter-utils.c cleanups. | Matthew Barnes | 2013-02-07 | 2 | -58/+91 |
* | Add a priority field for mail formatter and parser extensions. | Matthew Barnes | 2013-02-01 | 46 | -4/+94 |
* | Teach EMailExtensionRegistry to find extensions. | Matthew Barnes | 2013-02-01 | 50 | -340/+201 |
* | Revert "Teach EMailExtensionRegistry to find extensions." | Milan Crha | 2013-01-29 | 50 | -201/+340 |
* | Bug #692009 - text/css always formatted as attachment | Milan Crha | 2013-01-24 | 1 | -0/+1 |
* | Bug #692005 - Changing character encoding doesn't work | Milan Crha | 2013-01-19 | 3 | -0/+30 |
* | Bug #692003 - Print of text/html with no html/body end tag cuts content | Milan Crha | 2013-01-18 | 1 | -0/+3 |
* | Bug #691732 - multipart/related hides attachments | Milan Crha | 2013-01-18 | 3 | -1/+56 |
* | Fix a recently introduced white-space error in a source file | Milan Crha | 2013-01-17 | 1 | -1/+0 |
* | Do not hide 'attachment' images with Content-ID | Milan Crha | 2013-01-11 | 1 | -2/+8 |
* | Be more strict in inline PGP mime filter/part parser | Milan Crha | 2013-01-11 | 3 | -4/+44 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-01-11 | 4 | -5/+7 |
* | Move the contact map widgets to addressbook/gui/widgets. | Matthew Barnes | 2012-12-13 | 1 | -2/+0 |
* | Consolidate base utility libraries into libeutil. | Matthew Barnes | 2012-12-13 | 54 | -292/+204 |
* | Use the same certificate-viewer as the trust-prompt from eds | Milan Crha | 2012-12-12 | 1 | -10/+11 |
* | Teach EMailExtensionRegistry to find extensions. | Matthew Barnes | 2012-12-08 | 50 | -373/+201 |
* | EMailExtensionRegistry cleanups. | Matthew Barnes | 2012-12-08 | 2 | -79/+62 |
* | Add EMailFormatterQuoteExtension. | Matthew Barnes | 2012-12-08 | 8 | -22/+57 |
* | Add EMailFormatterPrintExtension. | Matthew Barnes | 2012-12-08 | 3 | -8/+47 |
* | e_mail_parser_base_init(): Register internal extension types. | Matthew Barnes | 2012-12-08 | 1 | -1/+56 |
* | e_mail_formatter_quote_base_init(): Register internal extension types. | Matthew Barnes | 2012-12-08 | 1 | -4/+21 |
* | e_mail_formatter_print_base_init(): Register internal extension types. | Matthew Barnes | 2012-12-08 | 1 | -1/+8 |
* | e_mail_formatter_base_init(): Register internal extension types. | Matthew Barnes | 2012-12-08 | 1 | -3/+29 |
* | EMailFormatterContext: Clearify the flags type. | Matthew Barnes | 2012-12-08 | 2 | -6/+6 |
* | EMailFormatterHeader: Clarify the flags type. | Matthew Barnes | 2012-12-08 | 2 | -4/+4 |
* | Remove unused EMP_EXTENSION_GET_PARSER macro. | Matthew Barnes | 2012-12-08 | 1 | -3/+0 |
* | EMailParserExtension: Convert get_flags() to an enum field. | Matthew Barnes | 2012-12-08 | 8 | -63/+17 |
* | Convert EMailParserExtension to an abstract class. | Matthew Barnes | 2012-12-08 | 26 | -624/+240 |
* | Remove unused EMF_EXTENSION_GET_FORMATTER macro. | Matthew Barnes | 2012-12-08 | 1 | -3/+0 |
* | EMailFormatterExtension: Convert get_description() to a string field. | Matthew Barnes | 2012-12-08 | 20 | -152/+13 |
* | EMailFormatterExtension: Convert get_display_name() to a string field. | Matthew Barnes | 2012-12-08 | 20 | -152/+13 |
* | Convert EMailFormatterExtension to an abstract class. | Matthew Barnes | 2012-12-08 | 21 | -594/+275 |
* | Remove EMailExtension. | Matthew Barnes | 2012-12-08 | 51 | -617/+124 |
* | EMailExtension: Replace mime_types() method with a string array. | Matthew Barnes | 2012-12-08 | 44 | -446/+300 |
* | EMailParserExtension: Collect EMailParts in a GQueue. | Matthew Barnes | 2012-12-08 | 27 | -593/+556 |
* | EMailParserExtension cleanups. | Matthew Barnes | 2012-12-08 | 2 | -12/+24 |
* | Make EMailPartList thread-safe. | Matthew Barnes | 2012-12-08 | 15 | -247/+530 |
* | EMailFormatterContext: Keep a reference to EMailPartList. | Matthew Barnes | 2012-12-08 | 11 | -85/+98 |
* | EMailFormatter: Simplify context allocation. | Matthew Barnes | 2012-12-08 | 3 | -53/+17 |
* | EMailFormatter: Class method rearrangement. | Matthew Barnes | 2012-12-08 | 1 | -156/+156 |
* | Further EMailParser cleanups. | Matthew Barnes | 2012-12-05 | 1 | -96/+95 |
* | mail_parser_run(): Eliminate a dead code branch. | Matthew Barnes | 2012-12-05 | 1 | -24/+16 |
* | Address couple issues found by a Coverity scan | Milan Crha | 2012-11-30 | 4 | -4/+9 |
* | Bug #686212 - Cannot print html mails with defined <style> | Milan Crha | 2012-11-26 | 1 | -12/+24 |
* | Bug #687670 - Signing with both pgp and S/MIME shows only one signature | Milan Crha | 2012-11-22 | 5 | -65/+177 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 30 | -291/+373 |
* | Replace deprecated GLib symbols (as of GLib 2.34.x) | Milan Crha | 2012-11-06 | 1 | -8/+5 |
* | Encode also message_uid in e_mail_part_build_uri() | Milan Crha | 2012-10-19 | 1 | -2/+5 |
* | Bug #684447 - Check for highlight during configure. | Dan Vrátil | 2012-10-09 | 1 | -0/+1 |
* | [text/plain parser] Use original part when nothing found inline | Milan Crha | 2012-09-13 | 3 | -3/+22 |
* | Bug #680537 - Reply to individual message in digest generates empty body | Milan Crha | 2012-09-13 | 1 | -0/+14 |
* | Bug #678291 - Identifies application/mbox as text/plain attachment | Milan Crha | 2012-09-12 | 1 | -2/+7 |
* | BR is not a "pair" HTML element | Milan Crha | 2012-09-11 | 1 | -2/+2 |
* | Bug #683665 - Crash on displaying message with broken Content-Type attachment | Lucian Langa | 2012-09-11 | 1 | -0/+3 |
* | Bug #683663 - Attachment bar missing when showing 'All Message Headers' | Lucian Langa | 2012-09-11 | 3 | -3/+6 |
* | Don't re-parse attachment parts as attachments | Dan Vrátil | 2012-09-11 | 1 | -2/+4 |
* | Fix all 'may be used uninitialized' compiler warnings | Dan Vrátil | 2012-08-20 | 2 | -0/+4 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 30 | -102/+100 |
* | Remove some unused code from EMailReader | Dan Vrátil | 2012-08-09 | 1 | -7/+7 |
* | Fix condition when to collapse addresses in To/Cc/Bcc headers | Milan Crha | 2012-08-07 | 1 | -1/+1 |
* | Bug #679726 - Move button for expanding headers behind header label | Dan Vrátil | 2012-08-03 | 1 | -1/+1 |
* | Bug #680331 - Crash when replying to a message | Dan Vrátil | 2012-08-03 | 2 | -6/+22 |
* | Bug #680535 - Reply to message with text attachments formats them inline | Dan Vrátil | 2012-08-01 | 1 | -1/+1 |
* | Bug #679404 - Read colors for message preview from Gtk theme | Dan Vrátil | 2012-07-27 | 1 | -3/+9 |
* | Bug #680577 - [text-highlight] - Failed to load part | Dan Vrátil | 2012-07-27 | 1 | -1/+1 |
* | Bug #680634 - Missing image attachment | Dan Vrátil | 2012-07-27 | 1 | -2/+12 |
* | Bug #680635 - Inline GPG shown as source | Dan Vrátil | 2012-07-26 | 1 | -1/+8 |
* | Highlighting of text parts and source codes | Dan Vrátil | 2012-07-25 | 2 | -2/+3 |
* | Bug #680123 - Freeze on message/disposition-notification email parsing | Dan Vrátil | 2012-07-18 | 4 | -3/+7 |
* | Fix a memory leak in EMailFormatterPrint | Dan Vrátil | 2012-07-17 | 1 | -0/+2 |
* | Bug 679323 - Formatting errors when replying in inline mode | Dan Vrátil | 2012-07-13 | 1 | -3/+134 |
* | Don't display SMIME signature as an attachment | Dan Vrátil | 2012-07-12 | 1 | -1/+3 |
* | Bug #678834 - [prefer-plain] Setting change works only after restart | Dan Vrátil | 2012-06-27 | 2 | -35/+0 |
* | Display text/plain in fixed-width font | Dan Vrátil | 2012-06-27 | 1 | -1/+1 |
* | Add CamelDebug to e_mail_parser_parse_sync | Dan Vrátil | 2012-06-27 | 1 | -0/+17 |
* | Bug #515004 - Allow toggling between text and HTML view of mail | Dan Vrátil | 2012-06-26 | 2 | -11/+18 |
* | Include e-mail-format-extensions.h in tarball. | Matthew Barnes | 2012-06-26 | 1 | -0/+1 |
* | em-format: Remove $(emformatextensions_SOURCES) reference. | Matthew Barnes | 2012-06-26 | 1 | -1/+0 |
* | Bug 678667 - 'All Message Headers' option is broken | Lucian Langa | 2012-06-25 | 1 | -2/+3 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 48 | -101/+100 |
* | Reduce usage of g_type_class_peek_parent(). | Matthew Barnes | 2012-06-25 | 42 | -48/+3 |
* | Bug #678345 - Runtime warning when sender photo is disabled | Dan Vrátil | 2012-06-19 | 1 | -0/+4 |
* | Do not call g_object_notify() when property didn't change | Milan Crha | 2012-06-18 | 1 | -0/+22 |
* | Bug #677608 - Fails to open message which is not yet downloaded | Dan Vrátil | 2012-06-18 | 2 | -3/+64 |
* | Bug #677673 - Reply contains quoted top headers | Dan Vrátil | 2012-06-15 | 1 | -0/+5 |
* | Don't use '%%' in strings that are not printf()'ed | Dan Vrátil | 2012-06-14 | 1 | -4/+4 |
* | Bug #674887 - Hang on sender's photo lookup | Dan Vrátil | 2012-06-14 | 2 | -21/+43 |
* | Do not unref CamelDataWrapper obtained from CamelMimePart | Dan Vrátil | 2012-06-08 | 1 | -1/+0 |
* | Hide every part in multipart/related with Content-ID set | Dan Vrátil | 2012-06-08 | 1 | -1/+2 |
* | Fix displayed message headers | Dan Vrátil | 2012-06-08 | 2 | -0/+22 |
* | Bug #670876 - Missing mnemonics for buttons for vcard attached to email | Dan Vrátil | 2012-06-08 | 2 | -1/+45 |
* | em-format: Add missing linker flags. | Matthew Barnes | 2012-06-08 | 1 | -2/+4 |
* | Remove a leftover debug message | Dan Vrátil | 2012-06-07 | 1 | -3/+0 |
* | Mail formatter rewrite | Dan Vrátil | 2012-06-06 | 79 | -4014/+14640 |
* | Bug #675061 - Evolution 3.5.1 does not build | Dan Vrátil | 2012-05-18 | 1 | -1/+1 |
* | 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 |
* | Bug #669111 - Lost charset in replies to encrypted mails | Milan Crha | 2012-05-04 | 1 | -1/+7 |
* | EMFormat: Cleanups. | Matthew Barnes | 2012-04-29 | 3 | -188/+171 |
* | Bug #674249 - Crash when showing message with large text/plain | Dan Vrátil | 2012-04-19 | 1 | -33/+5 |
* | Bug #674248 - Lost new lines from text/plain | Dan Vrátil | 2012-04-19 | 1 | -1/+23 |
* | Bug #673430 - Can't read messages in virtual Junk/Trash folders | Dan Vrátil | 2012-04-03 | 1 | -3/+9 |
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 2 | -79/+79 |
* | EMFormat: Add "session" as a constructor property. | Matthew Barnes | 2012-04-01 | 4 | -97/+152 |
* | WebKit port - port formatter and mail module | Dan Vrátil | 2012-03-29 | 5 | -2566/+2641 |
* | Fix typos | Piotr Drąg | 2012-03-28 | 1 | -5/+5 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 2 | -16/+26 |
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 1 | -1/+1 |
* | Adapt to Camel API changes. | Matthew Barnes | 2012-01-30 | 1 | -1/+1 |
* | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 1 | -2/+0 |
* | Migrate em-format* to GSettings | Rodrigo Moya | 2011-10-19 | 2 | -12/+10 |
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 1 | -3/+3 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 5 | -48/+74 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 1 | -1/+3 |
* | Avoid camel_stream_printf(). | Matthew Barnes | 2011-07-06 | 1 | -18/+32 |
* | Prefer g_seekable_seek() over camel_stream_reset(). | Matthew Barnes | 2011-07-05 | 3 | -3/+10 |
* | EMFormatQuote cleanups. | Matthew Barnes | 2011-07-05 | 2 | -29/+54 |
* | Bug #637402 - No quoted mail when replying to html email | Milan Crha | 2011-06-24 | 1 | -27/+60 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 1 | -9/+16 |
* | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 1 | -1/+2 |
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 3 | -43/+43 |
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 3 | -15/+38 |
* | Fix a memory leak | Milan Crha | 2011-04-28 | 1 | -0/+1 |
* | Use message subject for attachment description if no filename provided | Milan Crha | 2011-03-10 | 1 | -0/+7 |
* | Bug #586461 - Remove signature also from HTML formatted emails on reply | Milan Crha | 2011-03-10 | 3 | -6/+32 |
* | Bug #618440 - "Reply" does not always strip signatures | Milan Crha | 2011-03-10 | 1 | -1/+3 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 2 | -2/+4 |
* | Do not leak attachments in a mail view | Milan Crha | 2011-03-02 | 2 | -0/+12 |
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -5/+1 |
* | Bug #640829 - Can drop text/plain message lines in message preview | Milan Crha | 2011-02-21 | 1 | -2/+5 |
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 1 | -4/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 2 | -13/+28 |
* | Adapt to Camel API changes. | Matthew Barnes | 2011-01-24 | 1 | -2/+1 |
* | Bug #436914 - Reply to inline GPG quotes raw GPG message | Milan Crha | 2010-12-13 | 4 | -0/+586 |
* | Bug #567265 - BCC kept on message forward from Sent folder | Milan Crha | 2010-10-19 | 1 | -0/+4 |
* | Bug #630518 - Hides calendar parts from multipart/alternative | Milan Crha | 2010-10-18 | 1 | -0/+2 |
* | Bug #630375 - Character encoding of GPG encrypted message not honored | Milan Crha | 2010-10-13 | 1 | -0/+19 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 3 | -70/+97 |
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 3 | -68/+160 |
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 2 | -172/+172 |
* | Bug #629046 - Empty reply quotation for HTML messages | Milan Crha | 2010-09-09 | 1 | -2/+3 |
* | Various memory leaks | Milan Crha | 2010-09-08 | 1 | -3/+0 |
* | Bug 628660 - em_format_part_as() memory leak | Matthew Barnes | 2010-09-03 | 1 | -0/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 2 | -20/+36 |
* | Bug 628154 - Ignore paths in MIME part filenames | Matthew Barnes | 2010-08-28 | 1 | -6/+13 |
* | Bug 627852 - Memory leak in em_format_push_level() | Matthew Barnes | 2010-08-27 | 1 | -21/+33 |
* | Bug 627598 - Memory leak in emf_format_clone() | David Woodhouse | 2010-08-24 | 1 | -0/+1 |
* | Whitespace and coding style cleanup. | Matthew Barnes | 2010-08-14 | 2 | -33/+73 |
* | More EMFormat cleanups. | Matthew Barnes | 2010-08-11 | 1 | -9/+11 |
* | Change em_format_redraw() to em_format_queue_redraw(). | Matthew Barnes | 2010-08-11 | 2 | -9/+40 |
* | EMFormat cleanups. | Matthew Barnes | 2010-08-10 | 4 | -359/+490 |
* | Bug 626453 - Show attachments inline when printing | Matthew Barnes | 2010-08-10 | 2 | -21/+50 |
* | em-format: Guard entry point to em_format_set_mode with g_return_if_fail | Rob Bradford | 2010-08-02 | 1 | -0/+2 |
* | Fix two memory leaks when replying | David Woodhouse | 2010-07-15 | 1 | -0/+3 |
* | Bug 623947 - Error handling issues in em-format.c | Matthew Barnes | 2010-07-10 | 1 | -4/+10 |
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 2 | -64/+83 |
* | Bug 619345 - GtkHTML color settings not being honored | Matthew Barnes | 2010-05-30 | 1 | -1/+0 |
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 4 | -119/+118 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-13 | 1 | -8/+17 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-04 | 2 | -36/+46 |
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 5 | -39/+2 |
* | Bug #613261 - application/mbox not shown properly | Milan Crha | 2010-04-01 | 1 | -1/+1 |
* | Stop relying on CamelObject meta-data. | Matthew Barnes | 2010-04-01 | 3 | -23/+56 |
* | Bug 607087 - Not all inlined text attachments are included in replies | Matthew Barnes | 2010-01-23 | 1 | -0/+1 |
* | Revert commit for bug #516000 to fix bug #607591. | Matthew Barnes | 2010-01-22 | 1 | -6/+0 |
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 2 | -6/+2 |
* | Replace alloca() with g_alloca(). | Matthew Barnes | 2009-12-28 | 1 | -1/+1 |
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 1 | -1/+3 |
* | Bug #601229 - Crashes when replying a mail. | Chenthill Palanisamy | 2009-11-09 | 1 | -1/+1 |
* | Bug #573304 - Forward an email shouldn't strip signature | Milan Crha | 2009-11-06 | 2 | -1/+2 |