aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up memory management of x-evolution-data URLs so the URLs and/or theirDan Winship2000-06-011-30/+26
* Initialize the "urls" hash table stored on the message and store cid andDan Winship2000-06-011-84/+122
* Redo this back to the old way: a single GtkHTML with various things inlineDan Winship2000-05-311-301/+192
* Use `foo@bar' rather than `<foo@bar>' for recipient with no name.Dan Winship2000-05-291-6/+12
* Various improvements:Dan Winship2000-05-281-74/+262
* Fix a bug (security/stability) in its usage of mail_html_write.Dan Winship2000-05-271-1/+1
* Update for PersistStream changesDan Winship2000-05-261-2/+5
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-211-9/+9
* Fixes for stream stuff.NotZed2000-05-201-6/+5
* Use camel_data_wrapper_write_to_stream rather thanDan Winship2000-05-181-42/+15
* Removed usage of bonobo_object_destroy.Christopher James Lahey2000-05-171-3/+2
* Update for CamelStream CamelException changes.Dan Winship2000-05-091-9/+9
* unref the message after displaying it.Dan Winship2000-05-081-4/+5
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-071-3/+1
* Make the "Cc:" field optional again. (Before, we could check ifDan Winship2000-05-041-7/+9
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-7/+7
* Handle clicks on "cid" URLs by popping up a "Save Attachment" dialog.Dan Winship2000-04-301-1/+25
* Improve the builtin vs bonobo selection code. (handle_mystery): IncludeDan Winship2000-04-301-110/+94
* update for Camel recipient changes. (Just to make it build, not to takeDan Winship2000-04-291-17/+32
* Move text_to_html to e-util.Dan Winship2000-04-281-207/+15
* Improve URL converstion code. Recognize https, recognize "www\..*" withoutDan Winship2000-04-281-14/+48
* Reorganize a bit and add a new flag, TEXT_TO_HTML_CONVERT_URLS toDan Winship2000-04-271-95/+130
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-13/+9
* update for CamelStream changes.Dan Winship2000-04-261-5/+4
* add a convert_space_hack flag, which turns N spaces into N-1 &nbsp;s and aDan Winship2000-04-261-5/+106
* Now that we're not limited to a single GtkHTML for the display, there's noDan Winship2000-04-261-79/+178
* (reply_body): Make this deal better with multiparts.Dan Winship2000-04-261-40/+29
* (setup_function_table): pass unknown text subtypes toDan Winship2000-04-261-3/+27
* Fix some bugs that crept into reply generation. This needs a lot more workDan Winship2000-04-251-5/+17
* Redo large chunks of this. The mail display now consists of a vbox in aDan Winship2000-04-251-448/+573
* rename "send" to "send_msg", to avoid name clash with the tcp function.Dan Winship2000-04-241-0/+56
* move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send,Dan Winship2000-04-231-13/+238
* deal with cid: URLs. (find_cid): helper routine for above. (This could beDan Winship2000-04-211-21/+65
* Moved from camel/camel-formatter, and changed slightly. (More to come.)Dan Winship2000-04-151-0/+793