#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) | Author | Age | Files | Lines |
* | add idl file to EXTRA_DIST | Dan Winship | 2000-07-11 | 2 | -1/+8 |
* | Get rid of the ESelectNames test menu entry. | Ettore Perazzoli | 2000-07-11 | 2 | -38/+5 |
* | Fix the address entry box for more than one address being specified | Peter Williams | 2000-07-10 | 2 | -19/+27 |
* | Switched from ETable to ETableScrolled. | Christopher James Lahey | 2000-07-10 | 8 | -19/+30 |
* | Added a field that gives the name if it exists and the company name | Christopher James Lahey | 2000-07-10 | 7 | -11/+66 |
* | Fixed a small off by one error that was causing an extra character to get | Christopher James Lahey | 2000-07-09 | 2 | -1/+8 |
* | Several contacts list bugfixes. | Anders Carlsson | 2000-07-09 | 8 | -38/+75 |
* | Removed unused do_nothing_cb function. | Christopher James Lahey | 2000-07-09 | 9 | -36/+177 |
* | Link the toolbar print button to the print callback. | Not Zed | 2000-07-09 | 2 | -1/+6 |
* | Hitting OK or Cancel at least closes the dialog now. | Christopher James Lahey | 2000-07-09 | 2 | -0/+7 |
* | Set the returned entry to use the ellipsis. | Christopher James Lahey | 2000-07-09 | 2 | -0/+7 |
* | Include e-select-names-factory.h. | Christopher James Lahey | 2000-07-09 | 8 | -8/+86 |
* | Ignore dynamically created source files | Jeffrey Stedfast | 2000-07-09 | 2 | -0/+9 |
* | Added code for initializing the values of the fields in the message | Ettore Perazzoli | 2000-07-08 | 2 | -2/+29 |
* | Wrap the ESelectNames stuff into a Bonobo interface, so that we can | Ettore Perazzoli | 2000-07-08 | 13 | -11/+622 |
* | Added an "editable" argument. | Christopher James Lahey | 2000-07-08 | 6 | -24/+63 |
* | Changed to line mode. | Christopher James Lahey | 2000-07-08 | 2 | -0/+14 |
* | Implemented the get_cards function. | Christopher James Lahey | 2000-07-08 | 4 | -3/+84 |
* | Make the entry widgets we create editable. | Christopher James Lahey | 2000-07-08 | 6 | -12/+64 |
* | Since ELDAPServer->port is a char *, allocate a string with the number 389 | Christopher James Lahey | 2000-07-08 | 11 | -25/+224 |
* | add scope to ELDAPServer, and make port a string. | Chris Toshok | 2000-07-07 | 4 | -20/+73 |
* | Changed "FIXME: Save and Close" to "Save and Close". Removed some toolbar | Christopher James Lahey | 2000-07-06 | 8 | -37/+375 |
* | call e_ldap_storage_add_server call. | Chris Toshok | 2000-07-06 | 8 | -94/+216 |
* | remove hack to read "uri" file from local directory. | Chris Toshok | 2000-07-06 | 6 | -9/+267 |
* | Fixed more compile errors. | Christopher James Lahey | 2000-07-04 | 4 | -3/+11 |
* | Fixed compile error. | Christopher James Lahey | 2000-07-04 | 2 | -2/+4 |
* | Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c, | Christopher James Lahey | 2000-07-04 | 34 | -866/+1186 |
* | EvolutionShellClient. | Ettore Perazzoli | 2000-06-30 | 2 | -1/+7 |
* | New select names manager interface (Not complete.) | Christopher James Lahey | 2000-06-29 | 3 | -0/+227 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 10 | -11/+94 |
* | remove spew. (pas_backend_ldap_ensure_connected): duh, don't access a | Chris Toshok | 2000-06-27 | 2 | -21/+26 |
* | Remove usage of "x" and "y" arguments. | Christopher James Lahey | 2000-06-21 | 7 | -12/+6 |
* | Fix compilation with builddir != srcdir. | Ettore Perazzoli | 2000-06-19 | 3 | -2/+8 |
* | Made the left column of minicards not get any wider than the widest | Christopher James Lahey | 2000-06-17 | 7 | -18/+137 |
* | Build a `libeshell.a' library in `shell/' so that we don't need to | Ettore Perazzoli | 2000-06-13 | 2 | -9/+7 |
* | Removed the ETableModel thaw handler. Likewise. | Federico Mena Quintero | 2000-06-13 | 6 | -53/+12 |
* | Fixed the widget reparenting. | Christopher James Lahey | 2000-06-11 | 2 | -2/+8 |
* | Added glade files. | Christopher James Lahey | 2000-06-11 | 7 | -15/+62 |
* | Forgot ChangeLog for my latest commit. | Ettore Perazzoli | 2000-06-11 | 1 | -0/+9 |
* | Make ETable use EScrollFrame instead of GtkScrolledWindow. | Ettore Perazzoli | 2000-06-11 | 5 | -4/+13 |
* | Renamed a bunch of functions for better readability. | Christopher James Lahey | 2000-06-11 | 5 | -53/+119 |
* | Glade files for Select Names dialog. | Christopher James Lahey | 2000-06-11 | 3 | -0/+260 |
* | Do e_card_simple_sync and extract_info more often. | Christopher James Lahey | 2000-06-11 | 4 | -7/+119 |
* | Initial support for creating/removing folders. This implies some new | Ettore Perazzoli | 2000-06-10 | 2 | -3/+22 |
* | Bind Save As to save the current view of the contact as a vcard. | Christopher James Lahey | 2000-06-09 | 3 | -2/+29 |
* | Doh, sync the card simple and extract the card info. | Federico Mena Quintero | 2000-06-09 | 3 | -0/+11 |
* | Now this derives from GtkObject. It follows the same strategy as the | Federico Mena Quintero | 2000-06-09 | 16 | -4314/+5182 |
* | Fix Makefiles so that (guess what?) they work with builddir != srcdir. | Ettore Perazzoli | 2000-06-08 | 5 | -26/+38 |
* | Bind right click on the ETable to "Save to VCard." | Christopher James Lahey | 2000-06-06 | 2 | -0/+26 |
* | a bunch of patches to make evolution compile with bonobo in strange prefixes.... | Mathieu Lacage | 2000-06-05 | 4 | -22/+22 |
* | |