aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
Commit message (Expand)AuthorAgeFilesLines
* Bug #692005 - Changing character encoding doesn't workMilan Crha2013-01-193-1/+33
* Bug #692003 - Print of text/html with no html/body end tag cuts contentMilan Crha2013-01-181-0/+3
* Bug #691732 - multipart/related hides attachmentsMilan Crha2013-01-183-1/+56
* Fix a recently introduced white-space error in a source fileMilan Crha2013-01-171-1/+0
* Do not hide 'attachment' images with Content-IDMilan Crha2013-01-111-2/+8
* Be more strict in inline PGP mime filter/part parserMilan Crha2013-01-113-6/+40
* Further EMailParser cleanups.Matthew Barnes2012-12-051-96/+95
* mail_parser_run(): Eliminate a dead code branch.Matthew Barnes2012-12-051-24/+16
* Bug #686212 - Cannot print html mails with defined <style />Milan Crha2012-11-261-12/+24
* Coding style and whitespace cleanup.Matthew Barnes2012-11-1130-291/+373
* Encode also message_uid in e_mail_part_build_uri()Milan Crha2012-10-191-2/+5
* Bug #684447 - Fallback to text/plain when highlight program is missing or failsDan Vrátil2012-10-091-0/+1
* [text/plain parser] Use original part when nothing found inlineMilan Crha2012-09-133-3/+22
* Bug #680537 - Reply to individual message in digest generates empty bodyMilan Crha2012-09-131-0/+14
* Bug #678291 - Identifies application/mbox as text/plain attachmentMilan Crha2012-09-121-2/+7
* BR is not a "pair" HTML elementMilan Crha2012-09-111-2/+2
* Bug #683665 - Crash on displaying message with broken Content-Type attachmentLucian Langa2012-09-111-0/+3
* Bug #683663 - Attachment bar missing when showing 'All Message Headers'Lucian Langa2012-09-113-3/+6
* Don't re-parse attachment parts as attachmentsDan Vrátil2012-09-111-2/+4
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-202-0/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-08-2030-102/+100
* Remove some unused code from EMailReaderDan Vrátil2012-08-091-7/+7
* Fix condition when to collapse addresses in To/Cc/Bcc headersMilan Crha2012-08-071-1/+1
* Bug #679726 - Move button for expanding headers behind header labelDan Vrátil2012-08-031-1/+1
* Bug #680331 - Crash when replying to a messageDan Vrátil2012-08-032-6/+22
* Bug #680535 - Reply to message with text attachments formats them inlineDan Vrátil2012-08-011-1/+1
* Bug #679404 - Read colors for message preview from Gtk themeDan Vrátil2012-07-271-3/+9
* Bug #680577 - [text-highlight] - Failed to load partDan Vrátil2012-07-271-1/+1
* Bug #680634 - Missing image attachmentDan Vrátil2012-07-271-2/+12
* Bug #680635 - Inline GPG shown as sourceDan Vrátil2012-07-261-1/+8
* Highlighting of text parts and source codesDan Vrátil2012-07-252-2/+3
* Bug #680123 - Freeze on message/disposition-notification email parsingDan Vrátil2012-07-184-3/+7
* Fix a memory leak in EMailFormatterPrintDan Vrátil2012-07-171-0/+2
* Bug 679323 - Formatting errors when replying in inline modeDan Vrátil2012-07-131-3/+134
* Don't display SMIME signature as an attachmentDan Vrátil2012-07-121-1/+3
* Bug #678834 - [prefer-plain] Setting change works only after restartDan Vrátil2012-06-272-35/+0
* Display text/plain in fixed-width fontDan Vrátil2012-06-271-1/+1
* Add CamelDebug to e_mail_parser_parse_syncDan Vrátil2012-06-271-0/+17
* Bug #515004 - Allow toggling between text and HTML view of mailDan Vrátil2012-06-262-11/+18
* Include e-mail-format-extensions.h in tarball.Matthew Barnes2012-06-261-0/+1
* em-format: Remove $(emformatextensions_SOURCES) reference.Matthew Barnes2012-06-261-1/+0
* Bug 678667 - 'All Message Headers' option is brokenLucian Langa2012-06-251-2/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-06-2548-101/+100
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-2542-48/+3
* Bug #678345 - Runtime warning when sender photo is disabledDan Vrátil2012-06-191-0/+4
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+22
* Bug #677608 - Fails to open message which is not yet downloadedDan Vrátil2012-06-182-3/+64
* Bug #677673 - Reply contains quoted top headersDan Vrátil2012-06-151-0/+5
* Don't use '%%' in strings that are not printf()'edDan Vrátil2012-06-141-4/+4
* Bug #674887 - Hang on sender's photo lookupDan Vrátil2012-06-142-21/+43
* Do not unref CamelDataWrapper obtained from CamelMimePartDan Vrátil2012-06-081-1/+0
* Hide every part in multipart/related with Content-ID setDan Vrátil2012-06-081-1/+2
* Fix displayed message headersDan Vrátil2012-06-082-0/+22
* Bug #670876 - Missing mnemonics for buttons for vcard attached to emailDan Vrátil2012-06-082-1/+45
* em-format: Add missing linker flags.Matthew Barnes2012-06-081-2/+4
* Remove a leftover debug messageDan Vrátil2012-06-071-3/+0
* Mail formatter rewriteDan Vrátil2012-06-0679-4014/+14640
* Bug #675061 - Evolution 3.5.1 does not buildDan Vrátil2012-05-181-1/+1
* 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
* Bug #669111 - Lost charset in replies to encrypted mailsMilan Crha2012-05-041-1/+7
* EMFormat: Cleanups.Matthew Barnes2012-04-293-188/+171
* Bug #674249 - Crash when showing message with large text/plainDan Vrátil2012-04-191-33/+5
* Bug #674248 - Lost new lines from text/plainDan Vrátil2012-04-191-1/+23
* Bug #673430 - Can't read messages in virtual Junk/Trash foldersDan Vrátil2012-04-031-3/+9
* Whitespace cleanup.Matthew Barnes2012-04-022-79/+79
* EMFormat: Add "session" as a constructor property.Matthew Barnes2012-04-014-97/+152
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-295-2566/+2641
* Fix typosPiotr Drąg2012-03-281-5/+5
* Coding style and whitespace cleanup.Matthew Barnes2012-02-202-16/+26
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
* Adapt to Camel API changes.Matthew Barnes2012-01-301-1/+1
* Fix compiler warnings.Matthew Barnes2011-11-231-2/+0
* Migrate em-format* to GSettingsRodrigo Moya2011-10-192-12/+10
* Simplify library dependency flags.Matthew Barnes2011-10-051-3/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-09-045-48/+74
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-1/+3
* Avoid camel_stream_printf().Matthew Barnes2011-07-061-18/+32
* Prefer g_seekable_seek() over camel_stream_reset().Matthew Barnes2011-07-053-3/+10
* EMFormatQuote cleanups.Matthew Barnes2011-07-052-29/+54
* Bug #637402 - No quoted mail when replying to html emailMilan Crha2011-06-241-27/+60
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-9/+16
* Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-1/+2
* Coding style cleanups.Matthew Barnes2011-05-093-43/+43
* Whitespace and coding style cleanups.Matthew Barnes2011-05-083-15/+38
* Fix a memory leakMilan Crha2011-04-281-0/+1
* Use message subject for attachment description if no filename providedMilan Crha2011-03-101-0/+7
* Bug #586461 - Remove signature also from HTML formatted emails on replyMilan Crha2011-03-103-6/+32
* Bug #618440 - "Reply" does not always strip signaturesMilan Crha2011-03-101-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-03-062-2/+4
* Do not leak attachments in a mail viewMilan Crha2011-03-022-0/+12
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-5/+1
* Bug #640829 - Can drop text/plain message lines in message previewMilan Crha2011-02-211-2/+5
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-4/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-01-302-13/+28
* Adapt to Camel API changes.Matthew Barnes2011-01-241-2/+1
* Bug #436914 - Reply to inline GPG quotes raw GPG messageMilan Crha2010-12-134-0/+586
* Bug #567265 - BCC kept on message forward from Sent folderMilan Crha2010-10-191-0/+4
* Bug #630518 - Hides calendar parts from multipart/alternativeMilan Crha2010-10-181-0/+2
* Bug #630375 - Character encoding of GPG encrypted message not honoredMilan Crha2010-10-131-0/+19
* Adapt to Camel API changes.Matthew Barnes2010-09-283-70/+97
* Pass GCancellable to Camel.Matthew Barnes2010-09-283-68/+160
* Coding style cleanups.Matthew Barnes2010-09-132-172/+172
* Bug #629046 - Empty reply quotation for HTML messagesMilan Crha2010-09-091-2/+3
* Various memory leaksMilan Crha2010-09-081-3/+0
* Bug 628660 - em_format_part_as() memory leakMatthew Barnes2010-09-031-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-08-292-20/+36
* Bug 628154 - Ignore paths in MIME part filenamesMatthew Barnes2010-08-281-6/+13
* Bug 627852 - Memory leak in em_format_push_level()Matthew Barnes2010-08-271-21/+33
* Bug 627598 - Memory leak in emf_format_clone()David Woodhouse2010-08-241-0/+1
* Whitespace and coding style cleanup.Matthew Barnes2010-08-142-33/+73
* More EMFormat cleanups.Matthew Barnes2010-08-111-9/+11
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-112-9/+40
* EMFormat cleanups.Matthew Barnes2010-08-104-359/+490
* Bug 626453 - Show attachments inline when printingMatthew Barnes2010-08-102-21/+50
* em-format: Guard entry point to em_format_set_mode with g_return_if_failRob Bradford2010-08-021-0/+2
* Fix two memory leaks when replyingDavid Woodhouse2010-07-151-0/+3
* Bug 623947 - Error handling issues in em-format.cMatthew Barnes2010-07-101-4/+10
* Migrate from CamelException to GError.Matthew Barnes2010-07-092-64/+83
* Bug 619345 - GtkHTML color settings not being honoredMatthew Barnes2010-05-301-1/+0
* Camel is now GObject-based.Matthew Barnes2010-04-244-119/+118
* Adapt to Camel API changes.Matthew Barnes2010-04-131-8/+17
* Adapt to Camel API changes.Matthew Barnes2010-04-042-36/+46
* Only #include Camel's top-level header.Matthew Barnes2010-04-035-39/+2
* Bug #613261 - application/mbox not shown properlyMilan Crha2010-04-011-1/+1
* Stop relying on CamelObject meta-data.Matthew Barnes2010-04-013-23/+56
* Bug 607087 - Not all inlined text attachments are included in repliesMatthew Barnes2010-01-231-0/+1
* Revert commit for bug #516000 to fix bug #607591.Matthew Barnes2010-01-221-6/+0
* Remove dead assignments found by clang.Matthew Barnes2010-01-162-6/+2
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-1/+1
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+3
* Bug #601229 - Crashes when replying a mail.Chenthill Palanisamy2009-11-091-1/+1
* Bug #573304 - Forward an email shouldn't strip signatureMilan Crha2009-11-062-1/+2
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-272-3/+3
* Prefer GQueue (or GNode) over EDList.Matthew Barnes2009-10-273-138/+129
* Bug #585715 - Skip empty parts in multipart/alternative formattingMilan Crha2009-10-241-1/+1
* Bug #468736 - Prevent recursion in em-formatMilan Crha2009-10-161-1/+8
* Bug #516000 - Wrong formatted quoted textMilan Crha2009-10-161-0/+6
* Bug #314333 - Decrypt body in reply to an inline-PGP encrypted mailMilan Crha2009-10-152-3/+44
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-5/+6
* Fix excessive whitespace.Matthew Barnes2009-07-144-8/+0
* Fix some build issues.Matthew Barnes2009-07-141-0/+1
* Fix some issues when building Anjal.Matthew Barnes2009-07-131-11/+16
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+68
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-181-7/+2
* Fix coding style.Matthew Barnes2009-06-141-1/+1
* Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-092-10/+9
* Bug #540269 - Do not crash in em_format_is_attachmentMilan Crha2009-06-021-0/+3
* More code cleanup.Matthew Barnes2009-06-023-17/+17
* Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-275-118/+118
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-276-49/+50
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-212-4/+4
* Use -no-undefined on Linux tooMilan Crha2009-05-207-0/+3269