/* * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Jeffrey Stedfast * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef __EM_COMPOSER_UTILS_H__ #define __EM_COMPOSER_UTILS_H__ #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ struct _CamelFolder; struct _CamelMimeMessage; struct _CamelException; struct _EMsgComposer; struct _EMFormat; struct _EAccount; void em_composer_utils_setup_callbacks (struct _EMsgComposer *composer, struct _CamelFolder *folder, const char *uid, guint32 flags, guint32 set, struct _CamelFolder *drafts, const char *drafts_uid); #define em_composer_utils_setup_default_callbacks(composer) em_composer_utils_setup_callbacks (composer, NULL, NULL, 0, 0, NULL, NULL) void em_utils_composer_send_cb(struct _EMsgComposer *composer, gpointer user_data); void em_utils_composer_save_draft_cb(struct _EMsgComposer *composer, gpointer user_data); void em_utils_compose_new_message (const char *fromuri); /* FIXME: mailto? url? should make up its mind what its called. imho use 'uri' */ void em_utils_compose_new_message_with_mailto (const char *url, const char *fromuri); void em_utils_post_to_folder (struct _CamelFolder *folder); void em_utils_post_to_url (const char *url); void em_utils_edit_message (struct _CamelMimeMessage *message, struct _CamelFolder *folder); void em_utils_edit_messages (struct _CamelFolder *folder, GPtrArray *uids, gboolean replace); void em_utils_forward_attached (struct _CamelFolder *folder, GPtrArray *uids, const char *fromuri); void em_utils_forward_inline (struct _CamelFolder *folder, GPtrArray *uids, const char *fromuri); void em_utils_forward_quoted (struct _CamelFolder *folder, GPtrArray *uids, const char *fromuri); void em_utils_forward_message (struct _CamelMimeMessage *msg, const char *fromuri); void em_utils_forward_messages (struct _CamelFolder *folder, GPtrArray *uids, const char *fromuri); void em_utils_redirect_message (struct _CamelMimeMessage *message); void em_utils_redirect_message_by_uid (struct _CamelFolder *folder, const char *uid); void em_utils_forward_message_raw (struct _CamelFolder *folder, struct _CamelMimeMessage *message, const char *address, struct _CamelException *ex); void em_utils_handle_receipt (struct _CamelFolder *folder, const char *uid, struct _CamelMimeMessage *msg); void em_utils_send_receipt (struct _CamelFolder *folder, struct _CamelMimeMessage *message); enum { REPLY_MODE_SENDER, REPLY_MODE_ALL, REPLY_MODE_LIST }; void em_utils_reply_to_message (struct _CamelFolder *, const char *uid, struct _CamelMimeMessage *message, int mode, struct _EMFormat *source); void em_utils_post_reply_to_message_by_uid (struct _CamelFolder *folder, const char *uid); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __EM_COMPOSER_UTILS_H__ */ list nowrap'>Commit message (Expand)AuthorAgeFilesLines * add idl file to EXTRA_DISTDan Winship2000-07-112-1/+8 * Get rid of the ESelectNames test menu entry.Ettore Perazzoli2000-07-112-38/+5 * Fix the address entry box for more than one address being specifiedPeter Williams2000-07-102-19/+27 * Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-108-19/+30 * Added a field that gives the name if it exists and the company nameChristopher James Lahey2000-07-107-11/+66 * Fixed a small off by one error that was causing an extra character to getChristopher James Lahey2000-07-092-1/+8 * Several contacts list bugfixes.Anders Carlsson2000-07-098-38/+75 * Removed unused do_nothing_cb function.Christopher James Lahey2000-07-099-36/+177 * Link the toolbar print button to the print callback.Not Zed2000-07-092-1/+6 * Hitting OK or Cancel at least closes the dialog now.Christopher James Lahey2000-07-092-0/+7 * Set the returned entry to use the ellipsis.Christopher James Lahey2000-07-092-0/+7 * Include e-select-names-factory.h.Christopher James Lahey2000-07-098-8/+86 * Ignore dynamically created source filesJeffrey Stedfast2000-07-092-0/+9 * Added code for initializing the values of the fields in the messageEttore Perazzoli2000-07-082-2/+29 * Wrap the ESelectNames stuff into a Bonobo interface, so that we canEttore Perazzoli2000-07-0813-11/+622 * Added an "editable" argument.Christopher James Lahey2000-07-086-24/+63 * Changed to line mode.Christopher James Lahey2000-07-082-0/+14 * Implemented the get_cards function.Christopher James Lahey2000-07-084-3/+84 * Make the entry widgets we create editable.Christopher James Lahey2000-07-086-12/+64 * Since ELDAPServer->port is a char *, allocate a string with the number 389Christopher James Lahey2000-07-0811-25/+224 * add scope to ELDAPServer, and make port a string.Chris Toshok2000-07-074-20/+73 * Changed "FIXME: Save and Close" to "Save and Close". Removed some toolbarChristopher James Lahey2000-07-068-37/+375 * call e_ldap_storage_add_server call.Chris Toshok2000-07-068-94/+216 * remove hack to read "uri" file from local directory.Chris Toshok2000-07-066-9/+267 * Fixed more compile errors.Christopher James Lahey2000-07-044-3/+11 * Fixed compile error.Christopher James Lahey2000-07-042-2/+4 * Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-0434-866/+1186 * EvolutionShellClient.Ettore Perazzoli2000-06-302-1/+7 * New select names manager interface (Not complete.)Christopher James Lahey2000-06-293-0/+227 * Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-2710-11/+94 * remove spew. (pas_backend_ldap_ensure_connected): duh, don't access aChris Toshok2000-06-272-21/+26 * Remove usage of "x" and "y" arguments.Christopher James Lahey2000-06-217-12/+6 * Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-193-2/+8 * Made the left column of minicards not get any wider than the widestChristopher James Lahey2000-06-177-18/+137 * Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-132-9/+7 * Removed the ETableModel thaw handler. Likewise.Federico Mena Quintero2000-06-136-53/+12 * Fixed the widget reparenting.Christopher James Lahey2000-06-112-2/+8 * Added glade files.Christopher James Lahey2000-06-117-15/+62 * Forgot ChangeLog for my latest commit.Ettore Perazzoli2000-06-111-0/+9 * Make ETable use EScrollFrame instead of GtkScrolledWindow.Ettore Perazzoli2000-06-115-4/+13 * Renamed a bunch of functions for better readability.Christopher James Lahey2000-06-115-53/+119 * Glade files for Select Names dialog.Christopher James Lahey2000-06-113-0/+260 * Do e_card_simple_sync and extract_info more often.Christopher James Lahey2000-06-114-7/+119 * Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-102-3/+22 * Bind Save As to save the current view of the contact as a vcard.Christopher James Lahey2000-06-093-2/+29 * Doh, sync the card simple and extract the card info.Federico Mena Quintero2000-06-093-0/+11 * Now this derives from GtkObject. It follows the same strategy as theFederico Mena Quintero2000-06-0916-4314/+5182 * Fix Makefiles so that (guess what?) they work with builddir != srcdir.Ettore Perazzoli2000-06-085-26/+38 * Bind right click on the ETable to "Save to VCard."Christopher James Lahey2000-06-062-0/+26 * a bunch of patches to make evolution compile with bonobo in strange prefixes....Mathieu Lacage2000-06-054-22/+22 *