| Commit message (Expand) | Author | Age | Files | Lines |
* | for now #ifdef PGP_PROGRAM falling back to handle_multipart_mixed. | Chris Toshok | 2000-12-19 | 1 | -0/+8 |
* | New callback to handle multipart/signed parts. (decode_pgp): Update to | Jeffrey Stedfast | 2000-12-16 | 1 | -76/+48 |
* | Updated to reflect arguments to the openpgp functions - now also takes an | Jeffrey Stedfast | 2000-12-12 | 1 | -8/+12 |
* | Don't use the raw message body as the format argument, use "%s" instead. | Jeffrey Stedfast | 2000-12-06 | 1 | -2/+1 |
* | New function to return if user wants to view message source. | Jeffrey Stedfast | 2000-11-22 | 1 | -1/+24 |
* | Use the new quote_message function and make it start with "On %s, %s | Jeffrey Stedfast | 2000-11-18 | 1 | -52/+12 |
* | likewise | Radek Doulik | 2000-11-09 | 1 | -1/+1 |
* | God, I sure wish people would listen when i'm saying i'm changing and API. | Not Zed | 2000-11-07 | 1 | -115/+87 |
* | Added new header files. | Jeffrey Stedfast | 2000-11-04 | 1 | -1/+2 |
* | ** Merged in camel-incremental-branch. | Not Zed | 2000-11-02 | 1 | -3/+2 |
* | Shouldn't we be strdup'ing the content? This seems to fix the memory | Jeffrey Stedfast | 2000-11-01 | 1 | -22/+21 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -20/+28 |
* | Get the MailConfigIdentity *before* we create a new composer object so | Jeffrey Stedfast | 2000-10-19 | 1 | -4/+4 |
* | Decode recipient names so that they display nicely in the To and Cc | Jeffrey Stedfast | 2000-10-17 | 1 | -23/+37 |
* | make sure we dup the return value of get_reply_to or get_from when | Larry Ewing | 2000-10-11 | 1 | -2/+4 |
* | New widget, full search dialogue for mail. | Not Zed | 2000-10-09 | 1 | -3/+2 |
* | Decode the header before writing it to the header box. | Jeffrey Stedfast | 2000-10-06 | 1 | -2/+6 |
* | Add print preview verb here. | Miguel de Icaza | 2000-09-30 | 1 | -0/+1 |
* | Fixed some memory leakage. Call free_recipients() so we don't leak memory. | Jeffrey Stedfast | 2000-09-22 | 1 | -3/+13 |
* | Deal with NULL composer. | Dan Winship | 2000-09-19 | 1 | -3/+4 |
* | Another big rewrite of this stuff. Now all (well, most) attachments get a | Dan Winship | 2000-09-12 | 1 | -267/+254 |
* | I changed the Reply-All behavior so that the sender's address does | Jesse Pavel | 2000-09-08 | 1 | -2/+10 |
* | camel_mime_part_get_filename now deals with both Content-Disposition and | Dan Winship | 2000-09-06 | 1 | -5/+1 |
* | Applied Jesse's patch that will append a signature to the replied message | Jeffrey Stedfast | 2000-09-04 | 1 | -21/+26 |
* | Plug mem leaks. | Peter Williams | 2000-08-17 | 1 | -1/+2 |
* | Fix some freed-memory references | Dan Winship | 2000-08-14 | 1 | -12/+12 |
* | Redo this so that the lock icon remains active after a failed decryption | Dan Winship | 2000-08-13 | 1 | -17/+25 |
* | Remove workaround for gnome-vfs 0.2 bug. | Dan Winship | 2000-08-12 | 1 | -3/+0 |
* | Fixed a warning. | Christopher James Lahey | 2000-08-12 | 1 | -0/+1 |
* | Redo this again. Get rid of struct mail_format_data and move most of that | Dan Winship | 2000-08-12 | 1 | -235/+211 |
* | Update this for CamelObject (try_inline_pgp): Deal with decrypting here | Dan Winship | 2000-08-12 | 1 | -61/+58 |
* | Fix the camel-folder's thaw handler. Implement event forwarding into the main... | Peter Williams | 2000-08-12 | 1 | -0/+3 |
* | Check nrow, not srow. | JP Rosevear | 2000-08-12 | 1 | -3/+1 |
* | Don't call e_setup_base_dir. It was wrong and it doesn't exist any more. | Dan Winship | 2000-08-11 | 1 | -1/+0 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -24/+42 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-09 | 1 | -1/+2 |
* | Fix some compiler warnings. | Dan Winship | 2000-08-09 | 1 | -3/+4 |
* | Fix up format of addresses. (write_headers): Use CamelAddress functions to | Dan Winship | 2000-08-09 | 1 | -51/+33 |
* | Get rid of kludge around subject beginning with spaces. | Jeffrey Stedfast | 2000-08-08 | 1 | -5/+2 |
* | Renamed from reply_body() so other functions can use it | Jeffrey Stedfast | 2000-08-07 | 1 | -8/+7 |
* | New code to spawn off GPG/PGP to do stuff. Currently only deals with | Dan Winship | 2000-08-02 | 1 | -60/+354 |
* | New function to create composer with sig file set. | JP Rosevear | 2000-07-29 | 1 | -5/+4 |
* | Update for OAF and for external apps as well as components. | Dan Winship | 2000-07-26 | 1 | -16/+65 |
* | put a <p> at the end of the header table. (I think there used to be | Dan Winship | 2000-07-15 | 1 | -4/+7 |
* | add "message/news" to the mime_function_table using the same handler as | Chris Toshok | 2000-07-13 | 1 | -0/+2 |
* | Deal with having multiple selected messages. | Dan Winship | 2000-07-09 | 1 | -45/+0 |
* | Use the gnomevfs sniff buffer interface to try to identify the MIME type | Dan Winship | 2000-07-06 | 1 | -5/+6 |
* | add default subjects | Dan Winship | 2000-06-29 | 1 | -1/+16 |
* | Get evolution-dir the right way in e-setup.h | Peter Williams | 2000-06-22 | 1 | -2/+1 |
* | Add missing declaration of `evolution_dir' to get it to compile. | Ettore Perazzoli | 2000-06-21 | 1 | -0/+1 |
* | add an option to prefer text/plain. (reply_body): add an option to prefer | Dan Winship | 2000-06-20 | 1 | -13/+20 |
* | Fix the subject generation so we don't get "Re: Re:". This is working | Dan Winship | 2000-06-13 | 1 | -4/+9 |
* | Redo things a bit so that whitespace-only text parts aren't displayed. (In | Dan Winship | 2000-06-10 | 1 | -112/+136 |
* | Update for new composer attachment interface. | Dan Winship | 2000-06-06 | 1 | -35/+10 |
* | Fix forwarding to work for people other than me. :) [Although apparently | Dan Winship | 2000-06-02 | 1 | -1/+1 |
* | use <blockquote> rather than <center><table border=1 width=95%> to frame | Dan Winship | 2000-06-02 | 1 | -3/+2 |
* | Oops. This needs to take a message argument because we might be writing | Dan Winship | 2000-06-02 | 1 | -9/+10 |
* | Fix up memory management of x-evolution-data URLs so the URLs and/or their | Dan Winship | 2000-06-01 | 1 | -30/+26 |
* | Initialize the "urls" hash table stored on the message and store cid and | Dan Winship | 2000-06-01 | 1 | -84/+122 |
* | Redo this back to the old way: a single GtkHTML with various things inline | Dan Winship | 2000-05-31 | 1 | -301/+192 |
* | Use `foo@bar' rather than `<foo@bar>' for recipient with no name. | Dan Winship | 2000-05-29 | 1 | -6/+12 |
* | Various improvements: | Dan Winship | 2000-05-28 | 1 | -74/+262 |
* | Fix a bug (security/stability) in its usage of mail_html_write. | Dan Winship | 2000-05-27 | 1 | -1/+1 |
* | Update for PersistStream changes | Dan Winship | 2000-05-26 | 1 | -2/+5 |
* | Updated for the GtkHTML API changes. Also fixed some compiler | Ettore Perazzoli | 2000-05-21 | 1 | -9/+9 |
* | Fixes for stream stuff. | NotZed | 2000-05-20 | 1 | -6/+5 |
* | Use camel_data_wrapper_write_to_stream rather than | Dan Winship | 2000-05-18 | 1 | -42/+15 |
* | Removed usage of bonobo_object_destroy. | Christopher James Lahey | 2000-05-17 | 1 | -3/+2 |
* | Update for CamelStream CamelException changes. | Dan Winship | 2000-05-09 | 1 | -9/+9 |
* | unref the message after displaying it. | Dan Winship | 2000-05-08 | 1 | -4/+5 |
* | consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and | Dan Winship | 2000-05-07 | 1 | -3/+1 |
* | Make the "Cc:" field optional again. (Before, we could check if | Dan Winship | 2000-05-04 | 1 | -7/+9 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 1 | -7/+7 |
* | Handle clicks on "cid" URLs by popping up a "Save Attachment" dialog. | Dan Winship | 2000-04-30 | 1 | -1/+25 |
* | Improve the builtin vs bonobo selection code. (handle_mystery): Include | Dan Winship | 2000-04-30 | 1 | -110/+94 |
* | update for Camel recipient changes. (Just to make it build, not to take | Dan Winship | 2000-04-29 | 1 | -17/+32 |
* | Move text_to_html to e-util. | Dan Winship | 2000-04-28 | 1 | -207/+15 |
* | Improve URL converstion code. Recognize https, recognize "www\..*" without | Dan Winship | 2000-04-28 | 1 | -14/+48 |
* | Reorganize a bit and add a new flag, TEXT_TO_HTML_CONVERT_URLS to | Dan Winship | 2000-04-27 | 1 | -95/+130 |
* | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 1 | -13/+9 |
* | update for CamelStream changes. | Dan Winship | 2000-04-26 | 1 | -5/+4 |
* | add a convert_space_hack flag, which turns N spaces into N-1 s and a | Dan Winship | 2000-04-26 | 1 | -5/+106 |
* | Now that we're not limited to a single GtkHTML for the display, there's no | Dan Winship | 2000-04-26 | 1 | -79/+178 |
* | (reply_body): Make this deal better with multiparts. | Dan Winship | 2000-04-26 | 1 | -40/+29 |
* | (setup_function_table): pass unknown text subtypes to | Dan Winship | 2000-04-26 | 1 | -3/+27 |
* | Fix some bugs that crept into reply generation. This needs a lot more work | Dan Winship | 2000-04-25 | 1 | -5/+17 |
* | Redo large chunks of this. The mail display now consists of a vbox in a | Dan Winship | 2000-04-25 | 1 | -448/+573 |
* | rename "send" to "send_msg", to avoid name clash with the tcp function. | Dan Winship | 2000-04-24 | 1 | -0/+56 |
* | move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send, | Dan Winship | 2000-04-23 | 1 | -13/+238 |
* | deal with cid: URLs. (find_cid): helper routine for above. (This could be | Dan Winship | 2000-04-21 | 1 | -21/+65 |
* | Moved from camel/camel-formatter, and changed slightly. (More to come.) | Dan Winship | 2000-04-15 | 1 | -0/+793 |