aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
Commit message (Expand)AuthorAgeFilesLines
* UUEncoded calendars will be displayed as calendars, not as plain text.Nick Sukharev2006-09-301-1/+1
* ** Fix for bug #341932 Patch from Roozbeh PournaderSrinivasa Ragavan2006-09-291-1/+1
* Fix for a crash during displaying camel address group.Srinivasa Ragavan2006-08-281-1/+1
* Plug a leak.Kjartan Maraas2006-08-171-0/+1
* Fix build on Win32, where EVOLUTION_ICONSDIR is a function call.Tor Lillqvist2006-06-131-6/+6
* Fix for a plus/minor header.Srinivasa Ragavan2006-06-071-1/+1
* Added support for collapsible headers for To/Cc/BccSrinivasa Ragavan2006-05-251-9/+85
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-0/+2
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-1/+1
* em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-181-2/+19
* ** See bug #314440.Not Zed2005-08-261-1/+16
* put the s/mime message back, awaiting string approval for a changeNot Zed2005-08-191-114/+0
* Added code to create a attachment bar.Srinivasa Ragavan2005-07-251-0/+6
* implement extraction of inline signed/encrypted pgp parts and package themMatt Brown2005-07-011-5/+120
* ** See bug #307398Not Zed2005-06-251-4/+19
* fix rodney's name choices. fix multiple-inclusion. fix forward references.Not Zed2005-05-191-7/+17
* removed include of htmlengine.h which wasn't neededRadek Doulik2005-05-171-1/+0
* Don't show multiple "Mailer" headers even if multipleJeffrey Stedfast2005-03-181-1/+4
* include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-021-2/+1
* Don't use the pre-UTF-8 converted subject header string from theJeffrey Stedfast2005-02-251-1/+1
* ** See bug #67083Not Zed2005-01-311-2/+2
* kill old 'load http 0 now=0' debug.Not Zed2005-01-181-1/+0
* Moved various things from e-util to libedataserver.Not Zed2004-12-031-4/+4
* ** See bug #69339.Not Zed2004-12-011-30/+42
* revert jeff's last change - we do actually want to know when we couldn'tNot Zed2004-11-031-38/+8
* use shorthand border: propertyRadek Doulik2004-11-021-4/+4
* replace 3 nested html tables used to create this gray border around partsRadek Doulik2004-11-021-25/+8
* ** See bug #65058 (again again).Not Zed2004-09-241-5/+28
* ** See bug #65058.Not Zed2004-09-221-5/+3
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-3/+1
* Partial fix for bug #62771Jeffrey Stedfast2004-08-131-1/+1
* only call expunge if the folder is set. (emfb_enable_map[]): only enableNot Zed2004-07-101-12/+40
* Fix for bug #61199.Jeffrey Stedfast2004-07-091-5/+8
* remove some debug.Not Zed2004-05-241-1/+3
* if we end up with an application/octet-stream part, pre-snoop it so we setNot Zed2004-05-191-27/+3
* make this match the efhd stuff.Not Zed2004-05-191-6/+11
* Added header "X-Newsreader" for handle Outlook Express as Mailer.Cantona Su2004-05-191-1/+2
* ** Quick fix for #57434Not Zed2004-05-181-1/+2
* Same. Also changed the "Valid signature, cannot verify sender" string toJeffrey Stedfast2004-05-151-5/+9
* ** See bug #57720.Not Zed2004-05-051-9/+0
* set gtk_html_begin's flags to avoid scroll to top of the message andRadek Doulik2004-04-261-3/+3
* fix the check to see if we've already loaded the images. #57450.Not Zed2004-04-231-1/+1
* Same.Jeffrey Stedfast2004-04-201-1/+1
* Removed variables that got re-added with the icon-theme patch somehow.Jeffrey Stedfast2004-04-201-2/+2
* mail-component.cMichael Terry2004-04-191-15/+18
* reset load_http_now once we've done, should fix #56338 finally.Not Zed2004-04-131-0/+1
* use %% for %%.Not Zed2004-04-131-1/+1
* add width=16 height=16 to rupert's image so that it doesn't flicker/moveRadek Doulik2004-04-101-1/+1
* add the monkey button if we're from evolution. See #52977. (emfh_gethttp):Not Zed2004-04-081-7/+25
* ** See bug #56338.Not Zed2004-04-021-6/+6
* Only do citation colouring if the user has specified to do so and use theJeffrey Stedfast2004-04-011-3/+27
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-6/+8
* Use sizeof() to decide how big buffer is so that in the future, if weJeffrey Stedfast2004-03-241-1/+1
* use EM_FORMAT_HTML_VPADRadek Doulik2004-03-231-1/+1
* Add Newsgroups to the default header list.Not Zed2004-03-221-23/+43
* format as plain text too.Not Zed2004-03-171-0/+31
* Fixed a bug where txt wasn't being properly initialised in all cases forJeffrey Stedfast2004-03-121-8/+24
* pass the raw header in instead of name and value. (efh_format_headers): ifNot Zed2004-03-111-19/+17
* Fix for bug #55298.Jeffrey Stedfast2004-03-111-14/+9
* Don't set our parent window as the efhd, ehfd isn't even a widget.Jeffrey Stedfast2004-03-061-1/+1
* Make private (only EMFormatHTMLQuote used it and that class is no longerJeffrey Stedfast2004-02-071-20/+18
* ** See bug #53258.Not Zed2004-02-061-1/+1
* ** See bug #53558 (plus other fixes/cleanups)Not Zed2004-01-301-109/+22
* Fixes a bug i can't find right nowNot Zed2004-01-291-1/+11
* ** See bug #53159.Not Zed2004-01-211-7/+8
* properly decode the mailto url rather than treating it as a simple string.Not Zed2004-01-191-3/+12
* Dump a struct _camel_header_address to an html string.Jeffrey Stedfast2004-01-171-4/+51
* ** See bug #52891.Not Zed2004-01-151-2/+4
* ** See bugs #51609 and #43515.Not Zed2004-01-151-2/+4
* ** See bug 51660.Not Zed2004-01-141-25/+54
* ** See bug 52737.Not Zed2004-01-121-1/+1
* keep the windows charset filter around until we're done since if we set itNot Zed2004-01-091-1/+1
* Removed. (efh_format_header): Handle address formatting a littleJeffrey Stedfast2004-01-081-90/+111
* ** See bug #52108.Not Zed2003-12-121-0/+1
* display x-evolution-mailer pseudo header irrespective of xmailer_mask.Grahame Bowland2003-12-111-4/+1
* (efh_text_enriched): add table around the enriched part so itLarry Ewing2003-12-111-2/+10
* add text/x-patch as a plain type.Larry Ewing2003-12-111-0/+1
* treat application/pkcs7-signature as application/x-pkcs-signature. StupudNot Zed2003-12-101-1/+2
* set session on print formatter for signatures to work.Not Zed2003-11-251-141/+102
* use new colors (efh_text_html): dittoRadek Doulik2003-11-241-7/+11
* do not use horizonal rule, attachment content is now inside simple frameRadek Doulik2003-11-241-21/+28
* use malloc0 for the pobject memory.Not Zed2003-11-131-1/+1
* implement the key selector popup using e-cert-selector.Not Zed2003-11-131-7/+109
* changed for cipher context api changes. ditto.Not Zed2003-11-101-6/+2
* show application/x-pkcs7-mime inline always by default.Not Zed2003-10-301-9/+23
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-3/+5
* zero out last_part if we're clearing. Uh, this fixes, but shouldn't, partNot Zed2003-10-021-0/+1
* turn off blocking writes. (efh_format_timeout): don't do a htmlbegin onNot Zed2003-10-021-14/+10
* remove gconf stuff. (em_format_html_set_xmailer_mask): new method to setNot Zed2003-09-301-8/+9
* use gtkhtml's blockingRadek Doulik2003-09-191-0/+1
* updated for camel namespace changesJeffrey Stedfast2003-09-191-17/+17
* cvs removed.Not Zed2003-09-181-0/+1542