
2002-11-13 Not Zed <NotZed@Ximian.com> * Makefile.am: Commented out stuff that doesn't build yet. Also fixed idl build rule. importers still not built. * main.c (main): bonobactivationise. remove push visual/colormap. (main): no longer activate activation, let bonobo_init do it. * mail-signature-editor.c (menu_help): Change help api. * mail-session.c (user_message_destroy_noreply): removed. Not used? * mail-local.c (load_metainfo): xml root->children. * mail-format.c (g_string_append_len): Removed, it exists now. 2002-11-12 Not Zed <NotZed@Ximian.com> * subscribe-dialog.c: gnome2ised, use gtkdialog. (subscribe_get_global_extras): use a weak ref rather than destroy signal. * message-tag-followup.c: gnome2ised. * message-tag-editor.c: gnome2ised & converted to gtkdialog. * message-list.c: gnome2ised. (message_list_finalise): From destroy method. maybe should be destroy still. * message-browser.c: port to gnome2 (message_browser_finalise): renamed from destroy method. * mail-stream-gtkhtml.c: removed redundant camel_class_get_global_classfuncs() call. * mail-signature-editor.c: gtkdialogised, & bonobo api changes. * mail-search-dialogue.c: gtkdialogised. * mail-folder-cache.c: cleaned up camel ref/hook casts. * mail-composer-prefs.c (mail_composer_prefs_get_type): convert to gtype. * mail-font-prefs.c (mail_font_prefs_destroy): from finalise. * mail-config.c: s/bonobo_config/e_config_listener/ Added /apps/Evolution prefix to the evolution keys. Changed to use e_config_listener, etc. (mail_config_init): remove bonobo_config stuff. (mail_config_check_service): gtk dialogise. (check_response): from check_cancelled. * mail-config-druid.c (mail_config_druid_destroy): renamed from _finalize, turned into destroy handler. (construct): set type to toplevel, GTK_WINDOW_DIALOG no longer exists. * mail-config-factory.c (mail_config_register_factory): bonobo api changes. * mail-crypto.c (mail_crypto_get_pgp_cipher_context): cleaned up unref casts. * mail-display.c (write_data_to_file): gnome->gtkdialog. (on_link_clicked): use ascii_str*cmp on url. (save_part): g_path stuff. (launch_cb): gtk dialog. (pixmap_press): de-oafify. (pixbuf_for_mime_type): gnome-vfs api changes. (do_attachment_header): Change the pixmap to a gtkimage. (do_signature): " (pixbuf_gen_idle): " (do_attachment_header): ascii_str*cmp (do_attachment_header): gnome pixmap->gtkimage. (mail_display_destroy): protect against gtk mentalness. (html_button_press_event): ascii_str*cmp (drag_data_get_cb): added comment for translators of filename. * mail-format.c (component_supports): de-oafise. (is_anonymous): ascii_strncmp (attachment_header): remove utf8<>locale stuff, and gnomevfs api changes. (format_mime_part): fix g_strdown call. (write_field_row_begin): kill utf8->gtk stuff. (write_address): " (default_header_index): ascii_strcasecmp (handle_text_plain): " (handle_text_enriched): " (handle_multipart_encrypted): remove utf/gtk stuff. (handle_message_external_body): ascii_str*cmp * mail-identify.c (mail_identify_mime_part): (identify_by_magic): gnome vfs api changes. * mail-importer.c: Converted. * mail-local.c (load_metainfo): xml childs -> children. (mls_get_folder): g_strerror. (mls_delete_folder): g_strerror. (reconfigure_got_folder): Gnome->GtkDialog (reconfigure_response): from reconfigure_clicked. * mail-mt.c (mail_msg_check_error): gnome -> gtk dialog (error_response): renmae from error_gone. destroy widget on any response. * mail-offline-handler.c (impl_finalise): renamed from impl_destroy since thats what it should be anyway. * mail-ops.c: removed utf8 widget conversion & camel_object_un/ref casts. * mail-preferences.c (mail_preferences_get_type): glib2'ised. * mail-search.c (mail_search_finalise): renmaed from destroy & properly chain. (mail_search_get_type): glib2 & make gtkdialog parent. (entry_run_search): run search when entry activated. not sure if gtkdialog has anohter way to do this on an arbitrary widget. * mail-send-recv.c (dialogue_response): renamed from clicked. Use gtkdialog. * mail-session.c (request_password_deleted): removed, redundant. (pass_response): rename from pass_got, changed for gtkdialog. (user_message_destroy): Removed, redundant. (user_message_response): Renamed from user_message_clicked. 2002-11-11 Not Zed <NotZed@Ximian.com> * mail-stream-gtkhtml.c (mail_stream_gtkhtml_class_init): dont use get_global_classfuncs, just get the type * mail-tools.c: converted gnome2 api's. * mail-vfolder.c (vfolder_editor_response): clicked->response. (vfolder_editor_destroy): Removed. (vfolder_edit): gtk dialog api (edit_rule_response): clicked->response. (vfolder_edit_rule): gnomedialog->gtkdialog. (vfolder_gui_add_rule): " (new_rule_clicked): clicked->response svn path=/trunk/; revision=18723
354 lines
9.5 KiB
C
354 lines
9.5 KiB
C
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
|
|
/* mail-offline-handler.c
|
|
*
|
|
* Copyright (C) 2001 Ximian, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of version 2 of the GNU General Public
|
|
* License as published by the Free Software Foundation.
|
|
*
|
|
* 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
|
|
* General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public
|
|
* License along with this program; if not, write to the
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
* Boston, MA 02111-1307, USA.
|
|
*
|
|
* Authors:
|
|
* Ettore Perazzoli <ettore@ximian.com>
|
|
* Dan Winship <danw@ximian.com>
|
|
*/
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
|
|
#include "mail-offline-handler.h"
|
|
#include "mail.h"
|
|
#include "mail-ops.h"
|
|
|
|
#include <gtk/gtkmain.h>
|
|
|
|
#include <gal/util/e-util.h>
|
|
|
|
#define PARENT_TYPE bonobo_x_object_get_type ()
|
|
static BonoboXObjectClass *parent_class = NULL;
|
|
|
|
struct _MailOfflineHandlerPrivate {
|
|
GHashTable *sync_table;
|
|
};
|
|
|
|
static gboolean
|
|
service_is_relevant (CamelService *service, gboolean going_offline)
|
|
{
|
|
if (!(service->provider->flags & CAMEL_PROVIDER_IS_REMOTE) ||
|
|
(service->provider->flags & CAMEL_PROVIDER_IS_EXTERNAL))
|
|
return FALSE;
|
|
|
|
if (CAMEL_IS_DISCO_STORE (service) &&
|
|
camel_disco_store_status (CAMEL_DISCO_STORE (service)) == CAMEL_DISCO_STORE_OFFLINE)
|
|
return !going_offline;
|
|
|
|
return service->status != CAMEL_SERVICE_DISCONNECTED;
|
|
}
|
|
|
|
static void
|
|
add_connection (gpointer key, gpointer data, gpointer user_data)
|
|
{
|
|
CamelService *service = key;
|
|
GNOME_Evolution_ConnectionList *list = user_data;
|
|
|
|
if (!service_is_relevant (service, TRUE))
|
|
return;
|
|
|
|
list->_buffer[list->_length].hostName = CORBA_string_dup (service->url->host);
|
|
list->_buffer[list->_length].type = CORBA_string_dup (service->provider->name);
|
|
list->_length++;
|
|
}
|
|
|
|
static GNOME_Evolution_ConnectionList *
|
|
create_connection_list (void)
|
|
{
|
|
GNOME_Evolution_ConnectionList *list;
|
|
|
|
list = GNOME_Evolution_ConnectionList__alloc ();
|
|
list->_length = 0;
|
|
list->_maximum = mail_storages_count ();
|
|
list->_buffer = CORBA_sequence_GNOME_Evolution_Connection_allocbuf (list->_maximum);
|
|
|
|
mail_storages_foreach (add_connection, list);
|
|
|
|
return list;
|
|
}
|
|
|
|
/* GNOME::Evolution::Offline methods. */
|
|
|
|
static CORBA_boolean
|
|
impl__get_isOffline (PortableServer_Servant servant,
|
|
CORBA_Environment *ev)
|
|
{
|
|
return !camel_session_is_online (session);
|
|
}
|
|
|
|
static void
|
|
impl_prepareForOffline (PortableServer_Servant servant,
|
|
GNOME_Evolution_ConnectionList **active_connection_list,
|
|
CORBA_Environment *ev)
|
|
{
|
|
MailOfflineHandler *offline_handler;
|
|
MailOfflineHandlerPrivate *priv;
|
|
|
|
offline_handler = MAIL_OFFLINE_HANDLER (bonobo_object_from_servant (servant));
|
|
priv = offline_handler->priv;
|
|
|
|
*active_connection_list = create_connection_list ();
|
|
}
|
|
|
|
/* keep track of each sync in progress */
|
|
struct _sync_info {
|
|
char *uri; /* uri of folder being synced */
|
|
CamelOperation *cancel; /* progress report/cancellation object */
|
|
GNOME_Evolution_SyncFolderProgressListener listener;
|
|
int pc; /* percent complete (0-100) */
|
|
int lastpc; /* last percent reported, so we dont overreport */
|
|
int id; /* timeout id */
|
|
GHashTable *table; /* the hashtable that we're registered in */
|
|
};
|
|
|
|
static void
|
|
impl_cancelSyncFolder (PortableServer_Servant servant,
|
|
const GNOME_Evolution_Folder *folder,
|
|
CORBA_Environment *ev)
|
|
{
|
|
MailOfflineHandler *offline_handler;
|
|
MailOfflineHandlerPrivate *priv;
|
|
struct _sync_info *info;
|
|
|
|
offline_handler = MAIL_OFFLINE_HANDLER (bonobo_object_from_servant (servant));
|
|
priv = offline_handler->priv;
|
|
|
|
info = g_hash_table_lookup(priv->sync_table, folder->physicalUri);
|
|
if (info)
|
|
camel_operation_cancel(info->cancel);
|
|
else
|
|
g_warning("Shell tried to cancel sync of '%s': no such folder", folder->physicalUri);
|
|
}
|
|
|
|
static int sync_timeout(struct _sync_info *info)
|
|
{
|
|
CORBA_Environment ev;
|
|
|
|
if (info->pc != info->lastpc) {
|
|
CORBA_exception_init(&ev);
|
|
GNOME_Evolution_SyncFolderProgressListener_updateProgress(info->listener, info->pc/100.0, &ev);
|
|
if (ev._major != CORBA_NO_EXCEPTION)
|
|
g_warning("Error updating offline progress");
|
|
CORBA_exception_free(&ev);
|
|
info->lastpc = info->pc;
|
|
}
|
|
|
|
return TRUE;
|
|
}
|
|
|
|
static void sync_status(CamelOperation *op, const char *what, int pc, void *data)
|
|
{
|
|
struct _sync_info *info = data;
|
|
|
|
if (pc == CAMEL_OPERATION_START)
|
|
pc = 0;
|
|
else if (pc == CAMEL_OPERATION_END)
|
|
pc = 100;
|
|
|
|
info->pc = pc;
|
|
}
|
|
|
|
static void
|
|
sync_done(const char *uri, void *crap)
|
|
{
|
|
CORBA_Environment ev;
|
|
struct _sync_info *info = crap;
|
|
|
|
g_source_remove(info->id);
|
|
|
|
CORBA_exception_init(&ev);
|
|
GNOME_Evolution_SyncFolderProgressListener_reportSuccess(info->listener, &ev);
|
|
if (ev._major != CORBA_NO_EXCEPTION)
|
|
g_warning("Error sending offline completion: hang likely");
|
|
CORBA_Object_release(info->listener, &ev);
|
|
CORBA_exception_free(&ev);
|
|
|
|
g_hash_table_remove (info->table, info->uri);
|
|
g_free(info->uri);
|
|
camel_operation_unref(info->cancel);
|
|
g_free(info);
|
|
}
|
|
|
|
static void
|
|
impl_syncFolder (PortableServer_Servant servant,
|
|
const GNOME_Evolution_Folder *folder,
|
|
const GNOME_Evolution_SyncFolderProgressListener progress_listener,
|
|
CORBA_Environment *ev)
|
|
{
|
|
MailOfflineHandler *offline_handler;
|
|
MailOfflineHandlerPrivate *priv;
|
|
struct _sync_info *info;
|
|
|
|
offline_handler = MAIL_OFFLINE_HANDLER(bonobo_object_from_servant (servant));
|
|
priv = offline_handler->priv;
|
|
|
|
info = g_malloc(sizeof(*info));
|
|
info->listener = CORBA_Object_duplicate(progress_listener, ev);
|
|
info->pc = 0;
|
|
info->uri = g_strdup(folder->physicalUri);
|
|
info->id = g_timeout_add(500, (GSourceFunc)sync_timeout, info);
|
|
info->cancel = camel_operation_new(sync_status, info);
|
|
info->table = priv->sync_table;
|
|
|
|
g_hash_table_insert(priv->sync_table, info->uri, info);
|
|
|
|
mail_prep_offline(info->uri, info->cancel, sync_done, info);
|
|
}
|
|
|
|
static void
|
|
went_offline (CamelStore *store, void *data)
|
|
{
|
|
CORBA_Environment ev;
|
|
GNOME_Evolution_ConnectionList *connection_list;
|
|
GNOME_Evolution_OfflineProgressListener listener = data;
|
|
|
|
connection_list = create_connection_list ();
|
|
|
|
CORBA_exception_init (&ev);
|
|
GNOME_Evolution_OfflineProgressListener_updateProgress(listener, connection_list, &ev);
|
|
if (ev._major != CORBA_NO_EXCEPTION)
|
|
g_warning ("Error updating offline progress");
|
|
CORBA_Object_release(listener, &ev);
|
|
|
|
CORBA_exception_free (&ev);
|
|
CORBA_free (connection_list);
|
|
}
|
|
|
|
static void
|
|
storage_go_offline (gpointer key, gpointer value, gpointer data)
|
|
{
|
|
CamelStore *store = key;
|
|
GNOME_Evolution_OfflineProgressListener listener = data;
|
|
CORBA_Environment ev;
|
|
|
|
CORBA_exception_init(&ev);
|
|
if (service_is_relevant (CAMEL_SERVICE (store), TRUE)) {
|
|
mail_store_set_offline (store, TRUE, went_offline, CORBA_Object_duplicate(listener, &ev));
|
|
}
|
|
CORBA_exception_free(&ev);
|
|
}
|
|
|
|
static void
|
|
impl_goOffline (PortableServer_Servant servant,
|
|
const GNOME_Evolution_OfflineProgressListener progress_listener,
|
|
CORBA_Environment *ev)
|
|
{
|
|
MailOfflineHandler *offline_handler;
|
|
|
|
offline_handler = MAIL_OFFLINE_HANDLER (bonobo_object_from_servant (servant));
|
|
|
|
/* This will disable further auto-mail-check action. */
|
|
camel_session_set_online (session, FALSE);
|
|
|
|
/* FIXME: If send/receive active, wait for it to finish */
|
|
|
|
mail_storages_foreach (storage_go_offline, progress_listener);
|
|
}
|
|
|
|
static void
|
|
storage_go_online (gpointer key, gpointer value, gpointer data)
|
|
{
|
|
CamelStore *store = key;
|
|
|
|
if (service_is_relevant (CAMEL_SERVICE (store), FALSE)) {
|
|
mail_store_set_offline (store, FALSE, NULL, NULL);
|
|
mail_note_store (store, NULL, CORBA_OBJECT_NIL,
|
|
NULL, NULL);
|
|
}
|
|
}
|
|
|
|
static void
|
|
impl_goOnline (PortableServer_Servant servant,
|
|
CORBA_Environment *ev)
|
|
{
|
|
MailOfflineHandler *offline_handler;
|
|
MailOfflineHandlerPrivate *priv;
|
|
|
|
offline_handler = MAIL_OFFLINE_HANDLER (bonobo_object_from_servant (servant));
|
|
priv = offline_handler->priv;
|
|
|
|
/* Enable auto-mail-checking */
|
|
camel_session_set_online (session, TRUE);
|
|
|
|
mail_storages_foreach (storage_go_online, NULL);
|
|
}
|
|
|
|
/* GObject methods. */
|
|
|
|
static void
|
|
impl_finalise (GObject *object)
|
|
{
|
|
MailOfflineHandler *offline_handler;
|
|
MailOfflineHandlerPrivate *priv;
|
|
|
|
offline_handler = MAIL_OFFLINE_HANDLER (object);
|
|
priv = offline_handler->priv;
|
|
g_hash_table_destroy(priv->sync_table);
|
|
g_free (priv);
|
|
|
|
if (G_OBJECT_CLASS (parent_class)->finalize != NULL)
|
|
(* G_OBJECT_CLASS (parent_class)->finalize) (object);
|
|
}
|
|
|
|
/* GTK+ type initialization. */
|
|
|
|
static void
|
|
mail_offline_handler_class_init (MailOfflineHandlerClass *klass)
|
|
{
|
|
GObjectClass *object_class;
|
|
POA_GNOME_Evolution_Offline__epv *epv;
|
|
|
|
object_class = G_OBJECT_CLASS (klass);
|
|
object_class->finalize = impl_finalise;
|
|
|
|
epv = & klass->epv;
|
|
epv->_get_isOffline = impl__get_isOffline;
|
|
epv->prepareForOffline = impl_prepareForOffline;
|
|
epv->syncFolder = impl_syncFolder;
|
|
epv->cancelSyncFolder = impl_cancelSyncFolder;
|
|
epv->goOffline = impl_goOffline;
|
|
epv->goOnline = impl_goOnline;
|
|
|
|
parent_class = g_type_class_ref(PARENT_TYPE);
|
|
}
|
|
|
|
static void
|
|
mail_offline_handler_init (MailOfflineHandler *offline_handler)
|
|
{
|
|
MailOfflineHandlerPrivate *priv;
|
|
|
|
priv = g_new (MailOfflineHandlerPrivate, 1);
|
|
priv->sync_table = g_hash_table_new(g_str_hash, g_str_equal);
|
|
|
|
offline_handler->priv = priv;
|
|
}
|
|
|
|
MailOfflineHandler *
|
|
mail_offline_handler_new (void)
|
|
{
|
|
MailOfflineHandler *new;
|
|
|
|
new = g_object_new(mail_offline_handler_get_type (), NULL);
|
|
|
|
return new;
|
|
}
|
|
|
|
BONOBO_X_TYPE_FUNC_FULL (MailOfflineHandler, GNOME_Evolution_Offline, PARENT_TYPE, mail_offline_handler);
|