2004-10-08 [christoph] 0.9.12cvs123
authorChristoph Hohmann <reboot@gmx.ch>
Fri, 8 Oct 2004 17:19:45 +0000 (17:19 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Fri, 8 Oct 2004 17:19:45 +0000 (17:19 +0000)
* src/Makefile.am
* src/account.c
* src/compose.[ch]
* src/crash.c
* src/main.c
* src/mimeview.c
* src/passphrase.[ch] ** REMOVE **
* src/prefs_account.[ch]
* src/prefs_common.[ch]
* src/privacy.[ch]
* src/procmime.[ch]
* src/procmsg.c
* src/rfc2015.[ch] ** REMOVE **
* src/select-keys.[ch] ** REMOVE **
* src/common/utils.[ch]
* src/gtk/about.c
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/passphrase.[ch] ** NEW **
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/prefs_gpg.[ch]
* src/plugins/pgpmime/select-keys.[ch] ** NEW **
* src/plugins/pgpmime/sgpgme.[ch]
o Add new MIME-Writer
o extend PrivacySystem with sign and encrypt functions
o extend PGP/MIME plugin with sign and encrypt functions
o integrate extended Privacy API in Compose and Sending process

35 files changed:
ChangeLog.claws
PATCHSETS
configure.ac
src/Makefile.am
src/account.c
src/common/utils.c
src/common/utils.h
src/compose.c
src/compose.h
src/crash.c
src/gtk/about.c
src/main.c
src/mimeview.c
src/plugins/pgpmime/Makefile.am
src/plugins/pgpmime/passphrase.c [moved from src/passphrase.c with 96% similarity]
src/plugins/pgpmime/passphrase.h [moved from src/passphrase.h with 100% similarity]
src/plugins/pgpmime/pgpmime.c
src/plugins/pgpmime/plugin.c
src/plugins/pgpmime/prefs_gpg.c [new file with mode: 0644]
src/plugins/pgpmime/prefs_gpg.h [new file with mode: 0644]
src/plugins/pgpmime/select-keys.c [moved from src/select-keys.c with 100% similarity]
src/plugins/pgpmime/select-keys.h [moved from src/select-keys.h with 100% similarity]
src/plugins/pgpmime/sgpgme.c
src/plugins/pgpmime/sgpgme.h
src/prefs_account.c
src/prefs_account.h
src/prefs_common.c
src/prefs_common.h
src/privacy.c
src/privacy.h
src/procmime.c
src/procmime.h
src/procmsg.c
src/rfc2015.c [deleted file]
src/rfc2015.h [deleted file]

index ae91dac210ccdb7d6443f19863ac304efcd1f530..5074a04136998c27e1483c00b1098924dfd885c7 100644 (file)
@@ -1,3 +1,33 @@
+2004-10-08 [christoph] 0.9.12cvs123
+
+       * src/Makefile.am
+       * src/account.c
+       * src/compose.[ch]
+       * src/crash.c
+       * src/main.c
+       * src/mimeview.c
+       * src/passphrase.[ch]                           ** REMOVE **
+       * src/prefs_account.[ch]
+       * src/prefs_common.[ch]
+       * src/privacy.[ch]
+       * src/procmime.[ch]
+       * src/procmsg.c
+       * src/rfc2015.[ch]                              ** REMOVE **
+       * src/select-keys.[ch]                          ** REMOVE **
+       * src/common/utils.[ch]
+       * src/gtk/about.c
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/pgpmime/prefs_gpg.[ch]
+       * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
+       * src/plugins/pgpmime/sgpgme.[ch]
+               o Add new MIME-Writer
+               o extend PrivacySystem with sign and encrypt functions
+               o extend PGP/MIME plugin with sign and encrypt functions
+               o integrate extended Privacy API in Compose and Sending process
+
 2004-10-04 [colin]     0.9.12cvs122
 
        * src/mainwindow.c
index 9e093792f7587d93b0f7e93ce299f3be94455a3c..cd54a64606792a57d69adabbab86d1ac4d857f20 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.446 -r 1.447 src/summaryview.c; ) > 0.9.12cvs120.patchset
 ( cvs diff -u -r 1.447 -r 1.448 src/summaryview.c; ) > 0.9.12cvs121.patchset
 ( cvs diff -u -r 1.311 -r 1.312 src/mainwindow.c; cvs diff -u -r 1.125 -r 1.126 src/messageview.c; cvs diff -u -r 1.25 -r 1.26 src/messageview.h; cvs diff -u -r 1.124 -r 1.125 src/textview.c; ) > 0.9.12cvs122.patchset
+( cvs diff -u -r 1.187 -r 1.188 src/Makefile.am; cvs diff -u -r 1.74 -r 1.75 src/account.c; cvs diff -u -r 1.442 -r 1.443 src/compose.c; cvs diff -u -r 1.56 -r 1.57 src/compose.h; cvs diff -u -r 1.24 -r 1.25 src/crash.c; cvs diff -u -r 1.145 -r 1.146 src/main.c; cvs diff -u -r 1.128 -r 1.129 src/mimeview.c; cvs diff -u -r -1.13 -r -1.14 src/passphrase.c; cvs diff -u -r -1.5 -r -1.6 src/passphrase.h; cvs diff -u -r 1.114 -r 1.115 src/prefs_account.c; cvs diff -u -r 1.52 -r 1.53 src/prefs_account.h; cvs diff -u -r 1.228 -r 1.229 src/prefs_common.c; cvs diff -u -r 1.115 -r 1.116 src/prefs_common.h; cvs diff -u -r 1.10 -r 1.11 src/privacy.c; cvs diff -u -r 1.10 -r 1.11 src/privacy.h; cvs diff -u -r 1.85 -r 1.86 src/procmime.c; cvs diff -u -r 1.30 -r 1.31 src/procmime.h; cvs diff -u -r 1.167 -r 1.168 src/procmsg.c; cvs diff -u -r -1.42 -r -1.43 src/rfc2015.c; cvs diff -u -r -1.9 -r -1.10 src/rfc2015.h; cvs diff -u -r -1.7 -r -1.8 src/select-keys.c; cvs diff -u -r -1.1.1.1 -r -1.1.1.2 src/select-keys.h; cvs diff -u -r 1.52 -r 1.53 src/common/utils.c; cvs diff -u -r 1.30 -r 1.31 src/common/utils.h; cvs diff -u -r 1.6 -r 1.7 src/gtk/about.c; cvs diff -u -r 1.1 -r 1.2 src/plugins/pgpmime/Makefile.am; cvs diff -u -r 0 -r 1 src/plugins/pgpmime/passphrase.c; cvs diff -u -r 0 -r 1 src/plugins/pgpmime/passphrase.h; cvs diff -u -r 1.4 -r 1.5 src/plugins/pgpmime/pgpmime.c; cvs diff -u -r 1.3 -r 1.4 src/plugins/pgpmime/plugin.c; cvs diff -u -r 0 -r 1 src/plugins/pgpmime/prefs_gpg.c; cvs diff -u -r 0 -r 1 src/plugins/pgpmime/prefs_gpg.h; cvs diff -u -r 0 -r 1 src/plugins/pgpmime/select-keys.c; cvs diff -u -r 0 -r 1 src/plugins/pgpmime/select-keys.h; cvs diff -u -r 1.2 -r 1.3 src/plugins/pgpmime/sgpgme.c; cvs diff -u -r 1.2 -r 1.3 src/plugins/pgpmime/sgpgme.h; ) > 0.9.12cvs123.patchset
index 3bc40086d679dc41bf105aba45033ebad8523346..edb57f0acf425d3321c53cbf019d1884f42acb64 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=12
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=122
+EXTRA_VERSION=123
 EXTRA_RELEASE=
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
index 3c9e0c04e4eea0853d745746a3f57eda17c0e239..555b82eee410f58d9fce7d9d60829befb90c4857 100644 (file)
@@ -78,7 +78,6 @@ sylpheed_SOURCES = \
        news.c \
        news_gtk.c \
        noticeview.c \
-       passphrase.c \
        pine.c \
        pop.c \
        prefs_account.c \
@@ -109,8 +108,6 @@ sylpheed_SOURCES = \
        quote_fmt_parse.y \
        recv.c \
        remotefolder.c \
-       rfc2015.c \
-       select-keys.c \
        send_message.c \
        setup.c \
        simple-gettext.c \
@@ -207,7 +204,6 @@ sylpheedinclude_HEADERS = \
        news.h \
        news_gtk.h \
        noticeview.h \
-       passphrase.h \
        pine.h \
        pop.h \
        prefs_account.h \
@@ -238,8 +234,6 @@ sylpheedinclude_HEADERS = \
        quote_fmt_parse.h \
        recv.h \
        remotefolder.h \
-       rfc2015.h \
-       select-keys.h \
        send_message.h \
        setup.h \
        sourcewindow.h \
index c48070cc600bde572357681ae7d9bc9da336b20f..eca51b548dfbcb92488f1bfd7d2f61870d91a92e 100644 (file)
@@ -847,14 +847,9 @@ static void account_clone(void)
         ACP_FASSIGN(set_autoreplyto);
         ACP_FDUP(auto_replyto);
 
-#if USE_GPGME
         /* privacy */
         ACP_FASSIGN(default_encrypt);
         ACP_FASSIGN(default_sign);
-        ACP_FASSIGN(default_gnupg_mode);
-        ACP_FASSIGN(sign_key);
-        ACP_FDUP(sign_key_id);
-#endif /* USE_GPGME */
        
         /* advanced */
         ACP_FASSIGN(set_smtpport);
index c0b6cf744e5fa48a965809d5d7c0c4a11e6416e9..a62bfea1fb0500d5dd41fba41d9448b9bd1fb250 100644 (file)
@@ -575,7 +575,7 @@ gint subject_compare_for_sort(const gchar *s1, const gchar *s2)
 
 void trim_subject_for_compare(gchar *str)
 {
-       guchar *srcp;
+       gchar *srcp;
 
        eliminate_parenthesis(str, '[', ']');
        eliminate_parenthesis(str, '(', ')');
@@ -588,7 +588,7 @@ void trim_subject_for_compare(gchar *str)
 
 void trim_subject_for_sort(gchar *str)
 {
-       guchar *srcp;
+       gchar *srcp;
 
        g_strstrip(str);
 
@@ -2464,29 +2464,17 @@ gint move_file(const gchar *src, const gchar *dest, gboolean overwrite)
        return 0;
 }
 
-gint copy_file_part(FILE *fp, off_t offset, size_t length, const gchar *dest)
+gint copy_file_part_to_fp(FILE *fp, off_t offset, size_t length, FILE *dest_fp)
 {
-       FILE *dest_fp;
        gint n_read;
        gint bytes_left, to_read;
        gchar buf[BUFSIZ];
-       gboolean err = FALSE;
 
        if (fseek(fp, offset, SEEK_SET) < 0) {
                perror("fseek");
                return -1;
        }
 
-       if ((dest_fp = fopen(dest, "wb")) == NULL) {
-               FILE_OP_ERROR(dest, "fopen");
-               return -1;
-       }
-
-       if (change_file_mode_rw(dest_fp, dest) < 0) {
-               FILE_OP_ERROR(dest, "chmod");
-               g_warning("can't change file mode\n");
-       }
-
        bytes_left = length;
        to_read = MIN(bytes_left, sizeof(buf));
 
@@ -2494,9 +2482,6 @@ gint copy_file_part(FILE *fp, off_t offset, size_t length, const gchar *dest)
                if (n_read < to_read && ferror(fp))
                        break;
                if (fwrite(buf, n_read, 1, dest_fp) < 1) {
-                       g_warning("writing to %s failed.\n", dest);
-                       fclose(dest_fp);
-                       unlink(dest);
                        return -1;
                }
                bytes_left -= n_read;
@@ -2507,19 +2492,40 @@ gint copy_file_part(FILE *fp, off_t offset, size_t length, const gchar *dest)
 
        if (ferror(fp)) {
                perror("fread");
-               err = TRUE;
+               return -1;
        }
-       if (fclose(dest_fp) == EOF) {
+
+       return 0;
+}
+
+gint copy_file_part(FILE *fp, off_t offset, size_t length, const gchar *dest)
+{
+       FILE *dest_fp;
+       gboolean err = FALSE;
+
+       if ((dest_fp = fopen(dest, "wb")) == NULL) {
+               FILE_OP_ERROR(dest, "fopen");
+               return -1;
+       }
+
+       if (change_file_mode_rw(dest_fp, dest) < 0) {
+               FILE_OP_ERROR(dest, "chmod");
+               g_warning("can't change file mode\n");
+       }
+
+       if (copy_file_part_to_fp(fp, offset, length, dest_fp) < 0)
+               err = TRUE;
+
+       if (!err && fclose(dest_fp) == EOF) {
                FILE_OP_ERROR(dest, "fclose");
                err = TRUE;
        }
 
        if (err) {
+               g_warning("writing to %s failed.\n", dest);
                unlink(dest);
                return -1;
        }
-
-       return 0;
 }
 
 /* convert line endings into CRLF. If the last line doesn't end with
@@ -2871,6 +2877,8 @@ FILE *my_tmpfile(void)
        tmpdir = get_tmp_dir();
        tmplen = strlen(tmpdir);
        progname = g_get_prgname();
+       if (progname == NULL)
+               progname = "sylpheed-claws";
        proglen = strlen(progname);
        Xalloca(fname, tmplen + 1 + proglen + sizeof(suffix),
                return tmpfile());
index 4553c74a30f240ed7ad6a33d14f97bf5690a8c49..84de0d8b8917e1ffbcf83688499fc901f237f3b2 100644 (file)
@@ -380,6 +380,10 @@ gint copy_file                     (const gchar    *src,
 gint move_file                 (const gchar    *src,
                                 const gchar    *dest,
                                 gboolean        overwrite);
+gint copy_file_part_to_fp      (FILE           *fp,
+                                off_t           offset,
+                                size_t          length,
+                                FILE           *dest_fp);
 gint copy_file_part            (FILE           *fp,
                                 off_t           offset,
                                 size_t          length,
index 99798199bf90ec4510c3a5ee0f5e5af553269d9b..515a89c98562df9bf7511e90dcc0d27d2b9c3191 100644 (file)
 #include "foldersel.h"
 #include "toolbar.h"
 
-#if USE_GPGME
-#  include "rfc2015.h"
-#endif
-
 typedef enum
 {
        COL_MIMETYPE = 0,
@@ -233,8 +229,7 @@ static gboolean compose_check_for_valid_recipient
 static gboolean compose_check_entries          (Compose        *compose,
                                                 gboolean       check_subject);
 static gint compose_write_to_file              (Compose        *compose,
-                                                const gchar    *file,
-                                                gboolean        is_draft);
+                                                FILE           *fp);
 static gint compose_write_body_to_file         (Compose        *compose,
                                                 const gchar    *file);
 static gint compose_remove_reedit_target       (Compose        *compose);
@@ -246,12 +241,9 @@ static gint compose_queue_sub                      (Compose        *compose,
                                                 gint           *msgnum,
                                                 FolderItem     **item,
                                                 gboolean       check_subject);
-static void compose_write_attach               (Compose        *compose,
-                                                FILE           *fp);
-static gchar *compose_get_header               (Compose        *compose,
-                                                const gchar    *charset,
-                                                EncodingType    encoding,
-                                                gboolean        is_draft);
+static void compose_add_attachments            (Compose        *compose,
+                                                MimeInfo       *parent);
+static gchar *compose_get_header               (Compose        *compose);
 
 static void compose_convert_header             (gchar          *dest,
                                                 gint            len,
@@ -414,22 +406,20 @@ static void compose_toggle_attach_cb      (gpointer        data,
 static void compose_toggle_ruler_cb    (gpointer        data,
                                         guint           action,
                                         GtkWidget      *widget);
-#if USE_GPGME
 static void compose_toggle_sign_cb     (gpointer        data,
                                         guint           action,
                                         GtkWidget      *widget);
 static void compose_toggle_encrypt_cb  (gpointer        data,
                                         guint           action,
                                         GtkWidget      *widget);
-static void compose_set_gnupg_mode_cb  (gpointer        data,
-                                        guint           action,
-                                        GtkWidget      *widget);
-static void compose_update_gnupg_mode_menu_item(Compose * compose);
-static void activate_gnupg_mode        (Compose *compose, 
-                                        PrefsAccount *account);
+static void compose_set_privacy_system_cb(gpointer        data,
+                                        guint           action,
+                                        GtkWidget      *widget);
+static void compose_update_privacy_system_menu_item(Compose * compose);
+static void activate_privacy_system     (Compose *compose, 
+                                         PrefsAccount *account);
 static void compose_use_signing(Compose *compose, gboolean use_signing);
 static void compose_use_encryption(Compose *compose, gboolean use_encryption);
-#endif
 static void compose_toggle_return_receipt_cb(gpointer data, guint action,
                                             GtkWidget *widget);
 static void compose_toggle_remove_refs_cb(gpointer data, guint action,
@@ -637,44 +627,17 @@ static GtkItemFactoryEntry compose_entries[] =
        {N_("/_Spelling/---"),          NULL, NULL, 0, "<Separator>"},
        {N_("/_Spelling/_Spelling Configuration"),
                                        NULL, NULL, 0, "<Branch>"},
-#endif
-#if 0 /* NEW COMPOSE GUI */
-       {N_("/_View"),                  NULL, NULL, 0, "<Branch>"},
-       {N_("/_View/_To"),              NULL, compose_toggle_to_cb     , 0, "<ToggleItem>"},
-       {N_("/_View/_Cc"),              NULL, compose_toggle_cc_cb     , 0, "<ToggleItem>"},
-       {N_("/_View/_Bcc"),             NULL, compose_toggle_bcc_cb    , 0, "<ToggleItem>"},
-       {N_("/_View/_Reply to"),        NULL, compose_toggle_replyto_cb, 0, "<ToggleItem>"},
-       {N_("/_View/---"),              NULL, NULL, 0, "<Separator>"},
-       {N_("/_View/_Followup to"),     NULL, compose_toggle_followupto_cb, 0, "<ToggleItem>"},
-       {N_("/_View/---"),              NULL, NULL, 0, "<Separator>"},
-       {N_("/_View/R_uler"),           NULL, compose_toggle_ruler_cb, 0, "<ToggleItem>"},
-       {N_("/_View/---"),              NULL, NULL, 0, "<Separator>"},
-       {N_("/_View/_Attachment"),      NULL, compose_toggle_attach_cb, 0, "<ToggleItem>"},
 #endif
        {N_("/_Message"),               NULL, NULL, 0, "<Branch>"},
        {N_("/_Message/_Send"),         "<control>Return",
                                        compose_send_cb, 0, NULL},
        {N_("/_Message/Send _later"),   "<shift><control>S",
                                        compose_send_later_cb,  0, NULL},
-#if 0 /* NEW COMPOSE GUI */
-       {N_("/_Message/---"),           NULL, NULL, 0, "<Separator>"},
-       {N_("/_Message/_To"),           NULL, compose_toggle_to_cb     , 0, "<ToggleItem>"},
-       {N_("/_Message/_Cc"),           NULL, compose_toggle_cc_cb     , 0, "<ToggleItem>"},
-       {N_("/_Message/_Bcc"),          NULL, compose_toggle_bcc_cb    , 0, "<ToggleItem>"},
-       {N_("/_Message/_Reply to"),     NULL, compose_toggle_replyto_cb, 0, "<ToggleItem>"},
-       {N_("/_Message/---"),           NULL, NULL, 0, "<Separator>"},
-       {N_("/_Message/_Followup to"),  NULL, compose_toggle_followupto_cb, 0, "<ToggleItem>"},
-       {N_("/_Message/---"),           NULL, NULL, 0, "<Separator>"},
-       {N_("/_Message/_Attach"),       NULL, compose_toggle_attach_cb, 0, "<ToggleItem>"},
-#endif
-#if USE_GPGME
        {N_("/_Message/---"),           NULL, NULL, 0, "<Separator>"},
+       {N_("/_Message/System"),                NULL, NULL,   0, "<Branch>"},
+       {N_("/_Message/System/None"),           NULL, compose_set_privacy_system_cb,   0, "<RadioItem>"},
        {N_("/_Message/Si_gn"),         NULL, compose_toggle_sign_cb   , 0, "<ToggleItem>"},
        {N_("/_Message/_Encrypt"),      NULL, compose_toggle_encrypt_cb, 0, "<ToggleItem>"},
-       {N_("/_Message/Mode"),          NULL, NULL,   0, "<Branch>"},
-       {N_("/_Message/Mode/MIME"),     NULL, compose_set_gnupg_mode_cb,   GNUPG_MODE_DETACH, "<RadioItem>"},   
-       {N_("/_Message/Mode/Inline"),   NULL, compose_set_gnupg_mode_cb,   GNUPG_MODE_INLINE, "/Message/Mode/MIME"},    
-#endif /* USE_GPGME */
        {N_("/_Message/---"),           NULL,           NULL,   0, "<Separator>"},
        {N_("/_Message/_Priority"),     NULL,           NULL,   0, "<Branch>"},
        {N_("/_Message/Priority/_Highest"), NULL, compose_set_priority_cb, PRIORITY_HIGHEST, "<RadioItem>"},
@@ -1223,11 +1186,9 @@ void compose_reedit(MsgInfo *msginfo)
        GtkSText *text;
        FILE *fp;
        gchar buf[BUFFSIZE];
-#ifdef USE_GPGME
        gboolean use_signing = FALSE;
        gboolean use_encryption = FALSE;
-       gboolean gnupg_mode = FALSE;
-#endif
+       gchar *privacy_system = NULL;
 
        g_return_if_fail(msginfo != NULL);
        g_return_if_fail(msginfo->folder != NULL);
@@ -1256,7 +1217,6 @@ void compose_reedit(MsgInfo *msginfo)
                                                                sizeof(queueheader_buf), "S:")) {
                        account = account_find_from_address(queueheader_buf);
                }
-#ifdef USE_GPGME               
                if (!procheader_get_header_from_msginfo(msginfo, queueheader_buf, 
                                             sizeof(queueheader_buf), "X-Sylpheed-Sign:")) {
                        param = atoi(&queueheader_buf[strlen("X-Sylpheed-Sign:")]);
@@ -1268,12 +1228,10 @@ void compose_reedit(MsgInfo *msginfo)
                        param = atoi(&queueheader_buf[strlen("X-Sylpheed-Encrypt:")]);
                        use_encryption = param;
                }
-               if (!procheader_get_header_from_msginfo(msginfo, queueheader_buf, 
-                                            sizeof(queueheader_buf), "X-Sylpheed-Gnupg-Mode:")) {
-                       param = atoi(&queueheader_buf[strlen("X-Sylpheed-Gnupg-Mode:")]);
-                       gnupg_mode = param;
-               }
-#endif         
+                if (!procheader_get_header_from_msginfo(msginfo, queueheader_buf, 
+                                            sizeof(queueheader_buf), "X-Sylpheed-Privacy-System:")) {
+                        privacy_system = g_strdup(&queueheader_buf[strlen("X-Sylpheed-Privacy-System:")]);
+                }
                if (!procheader_get_header_from_msginfo(msginfo, queueheader_buf, 
                                             sizeof(queueheader_buf), "X-Priority: ")) {
                        param = atoi(&queueheader_buf[strlen("X-Priority: ")]); /* mind the space */
@@ -1293,11 +1251,9 @@ void compose_reedit(MsgInfo *msginfo)
        g_return_if_fail(account != NULL);
 
        compose = compose_create(account, COMPOSE_REEDIT);
-#ifdef USE_GPGME
-       compose->gnupg_mode = gnupg_mode;
+       compose->privacy_system = privacy_system;
        compose_use_signing(compose, use_signing);
        compose_use_encryption(compose, use_encryption);
-#endif
        compose->targetinfo = procmsg_msginfo_copy(msginfo);
 
         if (msginfo->folder->stype == F_QUEUE
@@ -1402,12 +1358,8 @@ Compose *compose_redirect(PrefsAccount *account, MsgInfo *msginfo)
        menu_set_sensitive(ifactory, "/File/Attach file", FALSE);
        menu_set_sensitive(ifactory, "/File/Insert signature", FALSE);
        menu_set_sensitive(ifactory, "/Edit", FALSE);
-#if USE_GPGME
        menu_set_sensitive(ifactory, "/Message/Sign", FALSE);
        menu_set_sensitive(ifactory, "/Message/Encrypt", FALSE);
-       menu_set_sensitive(ifactory, "/Message/Mode/MIME", FALSE);
-       menu_set_sensitive(ifactory, "/Message/Mode/Inline", FALSE);
-#endif
        menu_set_sensitive(ifactory, "/Message/Priority", FALSE);
        menu_set_sensitive(ifactory, "/Message/Request Return Receipt", FALSE);
        menu_set_sensitive(ifactory, "/Tools/Show ruler", FALSE);
@@ -1990,11 +1942,8 @@ static void compose_reedit_set_entry(Compose *compose, MsgInfo *msginfo)
        SET_ADDRESS(COMPOSE_FOLLOWUPTO, compose->followup_to);
 
        compose_update_priority_menu_item(compose);
-#if USE_GPGME  
-       compose_update_gnupg_mode_menu_item(compose);
-#endif
+       compose_update_privacy_system_menu_item(compose);
        compose_show_first_last_header(compose, TRUE);
-
 }
 
 #undef SET_ENTRY
@@ -2223,7 +2172,6 @@ static void compose_attach_append(Compose *compose, const gchar *file,
        gtk_clist_set_row_data(GTK_CLIST(compose->attach_clist), row, ainfo);
 }
 
-#ifdef USE_GPGME
 static void compose_use_signing(Compose *compose, gboolean use_signing)
 {
        GtkItemFactory *ifactory;
@@ -2235,7 +2183,6 @@ static void compose_use_signing(Compose *compose, gboolean use_signing)
                (ifactory, "/Message/Sign");
        gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), 
                                       use_signing);
-       compose_update_gnupg_mode_menu_item(compose);
 }
 
 static void compose_use_encryption(Compose *compose, gboolean use_encryption)
@@ -2250,9 +2197,7 @@ static void compose_use_encryption(Compose *compose, gboolean use_encryption)
 
        gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), 
                                       use_encryption);
-       compose_update_gnupg_mode_menu_item(compose);
 }
-#endif /* USE_GPGME */
 
 #define NEXT_PART_NOT_CHILD(info)  \
 {  \
@@ -2319,20 +2264,6 @@ static void compose_attach_parts(Compose *compose, MsgInfo *msginfo)
                        continue;
                }
 
-               if ((compose->mode == COMPOSE_REEDIT || 
-                    compose->mode == COMPOSE_FORWARD_INLINE ||
-                    compose->mode == COMPOSE_FORWARD )  &&
-                   (child->type == MIMETYPE_APPLICATION) && 
-                   !strcmp(child->subtype, "pgp-signature")) {
-#ifdef USE_GPGME
-                       if (compose->mode == COMPOSE_REEDIT) {
-                               compose->gnupg_mode  = GNUPG_MODE_DETACH;
-                               compose_use_signing(compose, TRUE);
-                       }
-#endif
-                       child = procmime_mimeinfo_next(child);
-                       continue;
-               }
                outfile = procmime_get_tmp_file_name(child);
                if (procmime_get_part(outfile, child) < 0)
                        g_warning("Can't get the part of multipart message.");
@@ -3051,7 +2982,6 @@ static void compose_select_account(Compose *compose, PrefsAccount *account,
 
 #endif
 
-#if USE_GPGME
        if (account->default_sign)
                menu_set_active(ifactory, "/Message/Sign", TRUE);
        else
@@ -3061,8 +2991,7 @@ static void compose_select_account(Compose *compose, PrefsAccount *account,
        else
                menu_set_active(ifactory, "/Message/Encrypt", FALSE);
                                       
-       activate_gnupg_mode(compose, account);          
-#endif /* USE_GPGME */
+       activate_privacy_system(compose, account);
 
        if (!init && compose->mode != COMPOSE_REDIRECT)
                compose_insert_sig(compose, TRUE);
@@ -3202,104 +3131,6 @@ bail:
        return -1;
 }
 
-#if 0 /* compose restructure */
-gint compose_send(Compose *compose)
-{
-       gchar tmp[MAXPATHLEN + 1];
-       gint ok = 0;
-       static gboolean lock = FALSE;
-
-       if (lock) return 1;
-
-       g_return_val_if_fail(compose->account != NULL, -1);
-
-       lock = TRUE;
-
-       if (compose_check_entries(compose, TRUE) == FALSE) {
-               lock = FALSE;
-               return 1;
-       }
-
-       /* write to temporary file */
-       g_snprintf(tmp, sizeof(tmp), "%s%ctmpmsg.%p",
-                  get_tmp_dir(), G_DIR_SEPARATOR, compose);
-
-       if (prefs_common.linewrap_at_send)
-               compose_wrap_line_all(compose);
-
-       if (compose_write_to_file(compose, tmp, FALSE) < 0) {
-               lock = FALSE;
-               return -1;
-       }
-
-       if (!compose->to_list && !compose->newsgroup_list) {
-               g_warning("can't get recipient list.");
-               unlink(tmp);
-               lock = FALSE;
-               return -1;
-       }
-
-       if (compose->to_list) {
-               PrefsAccount *ac;
-
-#if 0 /* NEW COMPOSE GUI */
-               if (compose->account->protocol != A_NNTP)
-                       ac = compose->account;
-               else {
-                       ac = account_find_from_address(compose->account->address);
-                       if (!ac) {
-                               if (cur_account && cur_account->protocol != A_NNTP)
-                                       ac = cur_account;
-                               else
-                                       ac = account_get_default();
-                       }
-                       if (!ac || ac->protocol == A_NNTP) {
-                               alertpanel_error(_("Account for sending mail is not specified.\n"
-                                                  "Please select a mail account before sending."));
-                               unlink(tmp);
-                               lock = FALSE;
-                               return -1;
-                       }
-               }
-#endif
-               ac = compose->account;
-
-               ok = send_message(tmp, ac, compose->to_list);
-       }
-
-       if (ok == 0 && compose->newsgroup_list) {
-               ok = news_post(FOLDER(compose->account->folder), tmp);
-               if (ok < 0) {
-                       alertpanel_error(_("Error occurred while posting the message to %s ."),
-                                        compose->account->nntp_server);
-                       unlink(tmp);
-                       lock = FALSE;
-                       return -1;
-               }
-       }
-
-       if (ok == 0) {
-               if (compose->mode == COMPOSE_REEDIT) {
-                       compose_remove_reedit_target(compose);
-               }
-               /* save message to outbox */
-               if (prefs_common.savemsg) {
-                       FolderItem *outbox;
-
-                       outbox = account_get_special_folder
-                               (compose->account, F_OUTBOX);
-                       if (procmsg_save_to_outbox(outbox, tmp, FALSE) < 0)
-                               alertpanel_error
-                                       (_("Can't save the message to Sent."));
-               }
-       }
-
-       unlink(tmp);
-       lock = FALSE;
-       return ok;
-}
-#endif
-
 static gboolean compose_use_attach(Compose *compose) 
 {
        return gtk_clist_get_row_data(GTK_CLIST(compose->attach_clist), 0) != NULL;
@@ -3418,30 +3249,17 @@ static gint compose_redirect_write_headers(Compose *compose, FILE *fp)
        return 0;
 }
 
-static gint compose_redirect_write_to_file(Compose *compose, const gchar *file)
+static gint compose_redirect_write_to_file(Compose *compose, FILE *fdest)
 {
        FILE *fp;
-       FILE *fdest;
        size_t len;
        gchar buf[BUFFSIZE];
 
        if ((fp = fopen(compose->redirect_filename, "rb")) == NULL) {
-               FILE_OP_ERROR(file, "fopen");
+               FILE_OP_ERROR(compose->redirect_filename, "fopen");
                return -1;
        }
 
-       if ((fdest = fopen(file, "wb")) == NULL) {
-               FILE_OP_ERROR(file, "fopen");
-               fclose(fp);
-               return -1;
-       }
-
-       /* chmod for security */
-       if (change_file_mode_rw(fdest, file) < 0) {
-               FILE_OP_ERROR(file, "chmod");
-               g_warning("can't change file mode\n");
-       }
-
        while (procheader_get_one_field_asis(buf, sizeof(buf), fp) != -1) {
                /* should filter returnpath, delivered-to */
                if (g_strncasecmp(buf, "Return-Path:",
@@ -3487,117 +3305,35 @@ static gint compose_redirect_write_to_file(Compose *compose, const gchar *file)
        compose_redirect_write_headers(compose, fdest);
 
        while ((len = fread(buf, sizeof(gchar), sizeof(buf), fp)) > 0) {
-               if (fwrite(buf, sizeof(gchar), len, fdest) != len) {
-                       FILE_OP_ERROR(file, "fwrite");
+               if (fwrite(buf, sizeof(gchar), len, fdest) != len)
                        goto error;
-               }
        }
 
        fclose(fp);
-       if (fclose(fdest) == EOF) {
-               FILE_OP_ERROR(file, "fclose");
-               unlink(file);
-               return -1;
-       }
 
        return 0;
- error:
+error:
        fclose(fp);
-       fclose(fdest);
-       unlink(file);
 
        return -1;
 }
 
-
-#if USE_GPGME
-/* interfaces to rfc2015 to keep out the prefs stuff there.
- * returns 0 on success and -1 on error. */
-static gint compose_create_signers_list(Compose *compose, GSList **pkey_list)
+static gint compose_write_to_file(Compose *compose, FILE *fp)
 {
-       const gchar *key_id = NULL;
-       GSList *key_list;
-
-       switch (compose->account->sign_key) {
-       case SIGN_KEY_DEFAULT:
-               *pkey_list = NULL;
-               return 0;
-       case SIGN_KEY_BY_FROM:
-               key_id = compose->account->address;
-               break;
-       case SIGN_KEY_CUSTOM:
-               key_id = compose->account->sign_key_id;
-               break;
-       default:
-               break;
-       }
-
-       key_list = rfc2015_create_signers_list(key_id);
-
-       if (!key_list) {
-               alertpanel_error(_("Could not find any key associated with "
-                                  "currently selected key id `%s'."), key_id);
-               return -1;
-       }
-
-       *pkey_list = key_list;
-       return 0;
-}
-
-/* clearsign message body text */
-static gint compose_clearsign_text(Compose *compose, gchar **text)
-{
-       GSList *key_list;
-       gchar *tmp_file;
-
-       tmp_file = get_tmp_file();
-       if (str_write_to_file(*text, tmp_file) < 0) {
-               g_free(tmp_file);
-               return -1;
-       }
-
-       if (compose_create_signers_list(compose, &key_list) < 0 ||
-           rfc2015_clearsign(tmp_file, key_list) < 0) {
-               unlink(tmp_file);
-               g_free(tmp_file);
-               return -1;
-       }
-
-       g_free(*text);
-       *text = file_read_to_str(tmp_file);
-       unlink(tmp_file);
-       g_free(tmp_file);
-       if (*text == NULL)
-               return -1;
-
-       return 0;
-}
-#endif /* USE_GPGME */
-
-static gint compose_write_to_file(Compose *compose, const gchar *file,
-                                 gboolean is_draft)
-{
-       FILE *fp;
-       size_t len;
        gchar *chars;
        gchar *buf;
-       gchar *canon_buf;
        const gchar *out_codeset;
        EncodingType encoding;
-       gboolean already_encoded = FALSE;
-       gchar *header;
+       MimeInfo *mimemsg, *mimetext;
 
-       if ((fp = fopen(file, "wb")) == NULL) {
-               FILE_OP_ERROR(file, "fopen");
-               return -1;
-       }
-
-       /* chmod for security */
-       if (change_file_mode_rw(fp, file) < 0) {
-               FILE_OP_ERROR(file, "chmod");
-               g_warning("can't change file mode\n");
-       }
+       /* create message MimeInfo */
+       mimemsg = procmime_mimeinfo_new();
+        mimemsg->type = MIMETYPE_MESSAGE;
+        mimemsg->subtype = g_strdup("rfc822");
+       mimemsg->content = MIMECONTENT_MEM;
+       mimemsg->data = compose_get_header(compose);
 
+       /* Create text part MimeInfo */
        /* get all composed text */
        chars = gtk_editable_get_chars(GTK_EDITABLE(compose->text), 0, -1);
        if (is_ascii_str(chars)) {
@@ -3621,16 +3357,6 @@ static gint compose_write_to_file(Compose *compose, const gchar *file,
                else
                        encoding = procmime_get_encoding_for_charset(out_codeset);
 
-#if USE_GPGME
-               if (!is_draft &&
-                   compose->use_signing && !compose->gnupg_mode &&
-                   encoding == ENC_8BIT)
-                       encoding = ENC_BASE64;
-               
-               if (compose->use_encryption && compose->gnupg_mode)
-                       encoding = ENC_8BIT; /* this will be encrypted to a 7bit string */
-#endif
-
                src_codeset = conv_get_current_charset_str();
                /* if current encoding is US-ASCII, set it the same as
                   outgoing one to prevent code conversion failure */
@@ -3654,8 +3380,6 @@ static gint compose_write_to_file(Compose *compose, const gchar *file,
 
                        if (aval != G_ALERTDEFAULT) {
                                g_free(chars);
-                               fclose(fp);
-                               unlink(file);
                                return -1;
                        } else {
                                buf = chars;
@@ -3666,150 +3390,41 @@ static gint compose_write_to_file(Compose *compose, const gchar *file,
        }
        g_free(chars);
 
-       canon_buf = canonicalize_str(buf);
-       g_free(buf);
-       buf = canon_buf;
-
-#if USE_GPGME
-       if (!is_draft && compose->use_signing && compose->gnupg_mode) {
-               gchar *outbuf;
-
-               if (encoding == ENC_QUOTED_PRINTABLE) {
-                       outbuf = g_malloc(strlen(buf) * 4);
-                       qp_encode_line(outbuf, buf);
-                       g_free(buf);
-                       buf = g_strdup(outbuf);
-                       already_encoded = TRUE;
-                       g_free(outbuf);
-               }
-               
-               if (compose_clearsign_text(compose, &buf) < 0) {
-                       g_warning("clearsign failed\n");
-                       fclose(fp);
-                       unlink(file);
-                       g_free(buf);
-                       return -1;
-               }
-       }
-#endif
-
-       /* write headers */
-       header = compose_get_header(compose, out_codeset, encoding, is_draft);
-       if (header == NULL || fwrite(header, sizeof(gchar), strlen(header), fp) < strlen(header)) {
-               g_warning("can't write headers\n");
-               fclose(fp);
-               /* unlink(file); */
-               g_free(header);
-               g_free(buf);
-               return -1;
-       }
-       g_free(header);
+       mimetext = procmime_mimeinfo_new();
+       mimetext->content = MIMECONTENT_MEM;
+       mimetext->data = buf;
+       mimetext->type = MIMETYPE_TEXT;
+       mimetext->subtype = g_strdup("plain");
+       g_hash_table_insert(mimetext->typeparameters, g_strdup("charset"),
+                           g_strdup(out_codeset));
+       /* procmime_encode_content(mimetext, encoding); */
 
+       /* append attachment parts */
        if (compose_use_attach(compose)) {
-#if USE_GPGME
-            /* This prolog message is ignored by mime software and
-             * because it would make our signing/encryption task
-             * tougher, we don't emit it in that case */
-            if (!compose->use_signing && !compose->use_encryption)
-#endif
-               fputs("This is a multi-part message in MIME format.\n", fp);
-
-               fprintf(fp, "\n--%s\n", compose->boundary);
-               fprintf(fp, "Content-Type: text/plain; charset=%s\n",
-                       out_codeset);
-#if USE_GPGME
-               if (compose->use_signing && !compose->gnupg_mode)
-                       fprintf(fp, "Content-Disposition: inline\n");
-#endif
-               fprintf(fp, "Content-Transfer-Encoding: %s\n",
-                       procmime_get_encoding_str(encoding));
-               fputc('\n', fp);
-       }
+               MimeInfo *mimempart;
 
-       /* write body */
-       len = strlen(buf);
-       if (encoding == ENC_BASE64) {
-               gchar outbuf[B64_BUFFSIZE];
-               gint i, l;
-
-               for (i = 0; i < len; i += B64_LINE_SIZE) {
-                       l = MIN(B64_LINE_SIZE, len - i);
-                       base64_encode(outbuf, buf + i, l);
-                       fputs(outbuf, fp);
-                       fputc('\n', fp);
-               }
-       } else if (encoding == ENC_QUOTED_PRINTABLE) {
-               gchar *outbuf;
-               size_t outlen;
-               if (!already_encoded) {
-                       outbuf = g_malloc(len * 4);
-                       qp_encode_line(outbuf, buf);
-                       outlen = strlen(outbuf);
-               } else {
-                       outbuf = g_strdup(buf);
-                       outlen = len;
-               }
-               if (fwrite(outbuf, sizeof(gchar), outlen, fp) != outlen) {
-                       FILE_OP_ERROR(file, "fwrite");
-                       fclose(fp);
-                       unlink(file);
-                       g_free(outbuf);
-                       g_free(buf);
-                       return -1;
-               }
-               g_free(outbuf);
-       } else if (fwrite(buf, sizeof(gchar), len, fp) != len) {
-               FILE_OP_ERROR(file, "fwrite");
-               fclose(fp);
-               unlink(file);
-               g_free(buf);
-               return -1;
-       }
-       g_free(buf);
+               mimempart = procmime_mimeinfo_new();
+               mimempart->content = MIMECONTENT_EMPTY;
+               mimempart->type = MIMETYPE_MULTIPART;
+               mimempart->subtype = g_strdup("mixed");
+               g_hash_table_insert(mimempart->typeparameters, g_strdup("boundary"),
+                                   generate_mime_boundary(NULL));
 
-       if (compose_use_attach(compose))
-               compose_write_attach(compose, fp);
+               mimetext->disposition = DISPOSITIONTYPE_INLINE;
 
-       if (fclose(fp) == EOF) {
-               FILE_OP_ERROR(file, "fclose");
-               unlink(file);
-               return -1;
-       }
+               g_node_append(mimempart->node, mimetext->node);
+               g_node_append(mimemsg->node, mimempart->node);
 
-#if USE_GPGME
-       if (is_draft) {
-               uncanonicalize_file_replace(file);
-               return 0;
-       }
+               compose_add_attachments(compose, mimempart);
+       } else
+               g_node_append(mimemsg->node, mimetext->node);
 
-       if ((compose->use_signing && !compose->gnupg_mode) ||
-           compose->use_encryption) {
-               if (canonicalize_file_replace(file) < 0) {
-                       unlink(file);
+       /* sign message */
+       if (compose->use_signing && privacy_system_can_sign(compose->privacy_system))
+               if (!privacy_sign(compose->privacy_system, mimemsg))
                        return -1;
-               }
-       }
 
-       if (compose->use_signing && !compose->gnupg_mode) {
-               GSList *key_list;
-
-               if (compose_create_signers_list(compose, &key_list) < 0 ||
-                   rfc2015_sign(file, key_list) < 0) {
-                       unlink(file);
-                       return -1;
-               }
-       }
-       if (compose->use_encryption) {
-               if (rfc2015_encrypt(file, compose->to_list,
-                                   compose->gnupg_mode,
-                                   out_codeset) < 0) {
-                       unlink(file);
-                       return -1;
-               }
-       }
-#endif /* USE_GPGME */
-
-       uncanonicalize_file_replace(file);
+       procmime_write_mimeinfo(mimemsg, fp);
 
        return 0;
 }
@@ -3895,10 +3510,9 @@ static gint compose_queue(Compose *compose, gint *msgnum, FolderItem **item)
 static gint compose_queue_sub(Compose *compose, gint *msgnum, FolderItem **item, gboolean check_subject)
 {
        FolderItem *queue;
-       gchar *tmp, *tmp2;
-       FILE *fp, *src_fp;
+       gchar *tmp;
+       FILE *fp;
        GSList *cur;
-       gchar buf[BUFFSIZE];
        gint num;
         static gboolean lock = FALSE;
        PrefsAccount *mailac = NULL, *newsac = NULL;
@@ -3943,27 +3557,8 @@ static gint compose_queue_sub(Compose *compose, gint *msgnum, FolderItem **item,
 
         if (prefs_common.linewrap_at_send)
                compose_wrap_line_all(compose);
-                       
-       /* write to temporary file */
-       tmp2 = g_strdup_printf("%s%ctmp%d", g_get_tmp_dir(),
-                                     G_DIR_SEPARATOR, (gint)compose);
 
-       if (compose->redirect_filename != NULL) {
-               if (compose_redirect_write_to_file(compose, tmp2) < 0) {
-                       unlink(tmp2);
-                       lock = FALSE;
-                       return -1;
-               }
-       }
-       else {
-               if (compose_write_to_file(compose, tmp2, FALSE) < 0) {
-                       unlink(tmp2);
-                       lock = FALSE;
-                       return -1;
-               }
-       }
-
-       /* add queue header */
+       /* write queue header */
        tmp = g_strdup_printf("%s%cqueue.%p", get_tmp_dir(),
                              G_DIR_SEPARATOR, compose);
        if ((fp = fopen(tmp, "wb")) == NULL) {
@@ -3971,15 +3566,7 @@ static gint compose_queue_sub(Compose *compose, gint *msgnum, FolderItem **item,
                g_free(tmp);
                return -1;
        }
-       if ((src_fp = fopen(tmp2, "rb")) == NULL) {
-               FILE_OP_ERROR(tmp2, "fopen");
-               fclose(fp);
-               unlink(tmp);
-               g_free(tmp);
-               unlink(tmp2);
-               g_free(tmp2);
-               return -1;
-       }
+
        if (change_file_mode_rw(fp, tmp) < 0) {
                FILE_OP_ERROR(tmp, "chmod");
                g_warning("can't change file mode\n");
@@ -4026,17 +3613,23 @@ static gint compose_queue_sub(Compose *compose, gint *msgnum, FolderItem **item,
                fprintf(fp, "\n");
        }
        /* Sylpheed account IDs */
-       if (mailac) {
+       if (mailac)
                fprintf(fp, "MAID:%d\n", mailac->account_id);
-       }
-       if (newsac) {
+       if (newsac)
                fprintf(fp, "NAID:%d\n", newsac->account_id);
+
+       if (compose->privacy_system != NULL) {
+               fprintf(fp, "X-Sylpheed-Privacy-System:%s\n", compose->privacy_system);
+               fprintf(fp, "X-Sylpheed-Sign:%d\n", compose->use_signing);
+               fprintf(fp, "X-Sylpheed-Encrypt:%d\n", compose->use_encryption);
+               if (compose->use_encryption) {
+                       gchar *encdata;
+
+                       encdata = privacy_get_encrypt_data(compose->privacy_system, compose->to_list);
+                       fprintf(fp, "X-Sylpheed-Encrypt-Data:%s\n", encdata);
+                       g_free(encdata);
+               }
        }
-#ifdef USE_GPGME
-       fprintf(fp, "X-Sylpheed-Sign:%d\n", compose->use_signing);
-       fprintf(fp, "X-Sylpheed-Encrypt:%d\n", compose->use_encryption);
-       fprintf(fp, "X-Sylpheed-Gnupg-Mode:%d\n", compose->gnupg_mode);
-#endif
 
        /* Save copy folder */
        if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(compose->savemsg_checkbtn))) {
@@ -4064,25 +3657,28 @@ static gint compose_queue_sub(Compose *compose, gint *msgnum, FolderItem **item,
        }
        fprintf(fp, "\n");
 
-       while (fgets(buf, sizeof(buf), src_fp) != NULL) {
-               if (fputs(buf, fp) == EOF) {
-                       FILE_OP_ERROR(tmp, "fputs");
+       if (compose->redirect_filename != NULL) {
+               if (compose_redirect_write_to_file(compose, fp) < 0) {
+                       lock = FALSE;
+                       fclose(fp);
+                       unlink(tmp);
+                       g_free(tmp);
+                       return -1;
+               }
+       } else {
+               if (compose_write_to_file(compose, fp) < 0) {
+                       lock = FALSE;
                        fclose(fp);
-                       fclose(src_fp);
                        unlink(tmp);
                        g_free(tmp);
-                       unlink(tmp2);
-                       g_free(tmp2);
                        return -1;
                }
        }
-       fclose(src_fp);
+
        if (fclose(fp) == EOF) {
                FILE_OP_ERROR(tmp, "fclose");
                unlink(tmp);
                g_free(tmp);
-               unlink(tmp2);
-               g_free(tmp2);
                return -1;
        }
 
@@ -4102,8 +3698,6 @@ static gint compose_queue_sub(Compose *compose, gint *msgnum, FolderItem **item,
        }
        unlink(tmp);
        g_free(tmp);
-       unlink(tmp2);
-       g_free(tmp2);
 
        if (compose->mode == COMPOSE_REEDIT) {
                compose_remove_reedit_target(compose);
@@ -4117,75 +3711,47 @@ static gint compose_queue_sub(Compose *compose, gint *msgnum, FolderItem **item,
        return 0;
 }
 
-static void compose_write_attach(Compose *compose, FILE *fp)
+static void compose_add_attachments(Compose *compose, MimeInfo *parent)
 {
        AttachInfo *ainfo;
        GtkCList *clist = GTK_CLIST(compose->attach_clist);
        gint row;
-       FILE *attach_fp;
-       gchar filename[BUFFSIZE];
-       gint len;
+       MimeInfo *mimepart;
+       struct stat statbuf;
+       gchar *type, *subtype;
 
        for (row = 0; (ainfo = gtk_clist_get_row_data(clist, row)) != NULL;
             row++) {
-               if ((attach_fp = fopen(ainfo->file, "rb")) == NULL) {
-                       g_warning("Can't open file %s\n", ainfo->file);
-                       continue;
-               }
-
-               fprintf(fp, "\n--%s\n", compose->boundary);
-
-               if (!strcmp2(ainfo->content_type, "message/rfc822")) {
-                       fprintf(fp, "Content-Type: %s\n", ainfo->content_type);
-                       fprintf(fp, "Content-Disposition: inline\n");
+               mimepart = procmime_mimeinfo_new();
+               mimepart->content = MIMECONTENT_FILE;
+               mimepart->filename = g_strdup(ainfo->file);
+               mimepart->offset = 0;
+
+               stat(ainfo->file, &statbuf);
+               mimepart->length = statbuf.st_size;
+
+               type = g_strdup(ainfo->content_type);
+               subtype = strchr(type, '/') + 1;
+               *(subtype - 1) = '\0';
+               mimepart->type = procmime_get_media_type(type);
+               mimepart->subtype = g_strdup(subtype);
+               g_free(type);
+
+               if (mimepart->type == MIMETYPE_MESSAGE && 
+                   !g_strcasecmp(mimepart->subtype, "rfc822")) {
+                       mimepart->disposition = DISPOSITIONTYPE_INLINE;
                } else {
-                       compose_convert_header(filename, sizeof(filename),
-                                              ainfo->name, 12, FALSE);
-                       fprintf(fp, "Content-Type: %s;\n"
-                                   " name=\"%s\"\n",
-                               ainfo->content_type, filename);
-                       fprintf(fp, "Content-Disposition: attachment;\n"
-                                   " filename=\"%s\"\n", filename);
+                       g_hash_table_insert(mimepart->typeparameters,
+                                           g_strdup("name"), g_strdup(ainfo->name));
+                       g_hash_table_insert(mimepart->dispositionparameters,
+                                           g_strdup("filename"), g_strdup(ainfo->name));
+                       mimepart->disposition = DISPOSITIONTYPE_ATTACHMENT;
                }
 
-               fprintf(fp, "Content-Transfer-Encoding: %s\n\n",
-                       procmime_get_encoding_str(ainfo->encoding));
-
-               if (ainfo->encoding == ENC_BASE64) {
-                       gchar inbuf[B64_LINE_SIZE], outbuf[B64_BUFFSIZE];
-
-                       while ((len = fread(inbuf, sizeof(gchar),
-                                           B64_LINE_SIZE, attach_fp))
-                              == B64_LINE_SIZE) {
-                               base64_encode(outbuf, inbuf, B64_LINE_SIZE);
-                               fputs(outbuf, fp);
-                               fputc('\n', fp);
-                       }
-                       if (len > 0 && feof(attach_fp)) {
-                               base64_encode(outbuf, inbuf, len);
-                               fputs(outbuf, fp);
-                               fputc('\n', fp);
-                       }
-               } else if (ainfo->encoding == ENC_QUOTED_PRINTABLE) {
-                       gchar inbuf[BUFFSIZE], outbuf[BUFFSIZE * 4];
-
-                       while (fgets(inbuf, sizeof(inbuf), attach_fp) != NULL) {
-                               qp_encode_line(outbuf, inbuf);
-                               fputs(outbuf, fp);
-                       }
-               } else {
-                       gchar buf[BUFFSIZE];
-
-                       while (fgets(buf, sizeof(buf), attach_fp) != NULL) {
-                               strcrchomp(buf);
-                               fputs(buf, fp);
-                       }
-               }
+               procmime_encode_content(mimepart, ainfo->encoding);
 
-               fclose(attach_fp);
+               g_node_append(parent->node, mimepart->node);
        }
-
-       fprintf(fp, "\n--%s--\n", compose->boundary);
 }
 
 #define QUOTE_IF_REQUIRED(out, str)                                    \
@@ -4275,8 +3841,7 @@ static void compose_add_headerfield_from_headerlist(Compose *compose,
        return;
 }
 
-static gchar *compose_get_header(Compose *compose, const gchar *charset,
-                                EncodingType encoding, gboolean is_draft)
+static gchar *compose_get_header(Compose *compose)
 {
        gchar buf[BUFFSIZE];
        gchar *str;
@@ -4287,31 +3852,11 @@ static gchar *compose_get_header(Compose *compose, const gchar *charset,
 
        /* struct utsname utsbuf; */
 
-       g_return_val_if_fail(charset != NULL, NULL);
        g_return_val_if_fail(compose->account != NULL, NULL);
        g_return_val_if_fail(compose->account->address != NULL, NULL);
 
        header = g_string_sized_new(64);
 
-       /* Save draft infos */
-       if (is_draft) {
-               g_string_sprintfa(header, "X-Sylpheed-Account-Id:%d\n", compose->account->account_id);
-               g_string_sprintfa(header, "S:%s\n", compose->account->address);
-               if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(compose->savemsg_checkbtn))) {
-                       gchar *savefolderid;
-
-                       savefolderid = gtk_editable_get_chars(GTK_EDITABLE(compose->savemsg_entry), 0, -1);
-                       g_string_sprintfa(header, "SCF:%s\n", savefolderid);
-                       g_free(savefolderid);
-               }
-#ifdef USE_GPGME
-               g_string_sprintfa(header, "X-Sylpheed-Sign:%d\n", compose->use_signing);
-               g_string_sprintfa(header, "X-Sylpheed-Encrypt:%d\n", compose->use_encryption);
-               g_string_sprintfa(header, "X-Sylpheed-Gnupg-Mode:%d\n", compose->gnupg_mode);
-#endif
-               g_string_sprintfa(header, "\n");
-       }
-
        /* Date */
        if (compose->account->add_date) {
                get_rfc822_date(buf, sizeof(buf));
@@ -4428,23 +3973,6 @@ static gchar *compose_get_header(Compose *compose, const gchar *charset,
                }
        }
 
-       /* MIME */
-       g_string_sprintfa(header, "Mime-Version: 1.0\n");
-       if (compose_use_attach(compose)) {
-               compose->boundary = generate_mime_boundary(NULL);
-               g_string_sprintfa(header,
-                       "Content-Type: multipart/mixed;\n"
-                       " boundary=\"%s\"\n", compose->boundary);
-       } else {
-               g_string_sprintfa(header, "Content-Type: text/plain; charset=%s\n", charset);
-#if USE_GPGME
-               if (compose->use_signing && !compose->gnupg_mode)
-                       g_string_sprintfa(header, "Content-Disposition: inline\n");
-#endif
-               g_string_sprintfa(header, "Content-Transfer-Encoding: %s\n",
-                       procmime_get_encoding_str(encoding));
-       }
-
        /* PRIORITY */
        switch (compose->priority) {
                case PRIORITY_HIGHEST: g_string_sprintfa(header, "Importance: high\n"
@@ -4524,9 +4052,6 @@ static gchar *compose_get_header(Compose *compose, const gchar *charset,
                g_free(headername_wcolon);              
        }
 
-       /* separator between header and body */
-       g_string_sprintfa(header, "\n");
-
        str = header->str;
        g_string_free(header, FALSE);
 
@@ -5051,9 +4576,6 @@ static Compose *compose_create(PrefsAccount *account, ComposeMode mode)
        gtk_container_add(GTK_CONTAINER(subject_frame), subject);
        
        edit_vbox = gtk_vbox_new(FALSE, 0);
-#if 0 /* NEW COMPOSE GUI */
-       gtk_box_pack_start(GTK_BOX(vbox2), edit_vbox, TRUE, TRUE, 0);
-#endif
 
        gtk_box_pack_start(GTK_BOX(edit_vbox), subject_hbox, FALSE, FALSE, 0);
 
@@ -5174,31 +4696,6 @@ static Compose *compose_create(PrefsAccount *account, ComposeMode mode)
        menu_set_sensitive(ifactory, "/Message/Remove references", FALSE);
 
        tmpl_menu = gtk_item_factory_get_item(ifactory, "/Tools/Template");
-#if 0 /* NEW COMPOSE GUI */
-       gtk_widget_hide(bcc_hbox);
-       gtk_widget_hide(bcc_entry);
-       gtk_widget_hide(reply_hbox);
-       gtk_widget_hide(reply_entry);
-       gtk_widget_hide(followup_hbox);
-       gtk_widget_hide(followup_entry);
-       gtk_widget_hide(ruler_hbox);
-       gtk_table_set_row_spacing(GTK_TABLE(table), 4, 0);
-       gtk_table_set_row_spacing(GTK_TABLE(table), 5, 0);
-       gtk_table_set_row_spacing(GTK_TABLE(table), 6, 0);
-
-       if (account->protocol == A_NNTP) {
-               gtk_widget_hide(to_hbox);
-               gtk_widget_hide(to_entry);
-               gtk_widget_hide(cc_hbox);
-               gtk_widget_hide(cc_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(table), 1, 0);
-               gtk_table_set_row_spacing(GTK_TABLE(table), 3, 0);
-       } else {
-               gtk_widget_hide(newsgroups_hbox);
-               gtk_widget_hide(newsgroups_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(table), 2, 0);
-       }
-#endif
 
        undostruct = undo_init(text);
        undo_set_change_state_func(undostruct, &compose_undo_state_changed,
@@ -5248,10 +4745,9 @@ static Compose *compose_create(PrefsAccount *account, ComposeMode mode)
 
        compose->autowrap       = prefs_common.autowrap;
 
-#if USE_GPGME
        compose->use_signing    = FALSE;
        compose->use_encryption = FALSE;
-#endif /* USE_GPGME */
+       compose->privacy_system = NULL;
 
        compose->modified = FALSE;
 
@@ -5349,9 +4845,10 @@ static Compose *compose_create(PrefsAccount *account, ComposeMode mode)
        /* Actions menu */
        compose_update_actions_menu(compose);
 
-#if USE_GPGME
-       activate_gnupg_mode(compose, account);
-#endif 
+       /* Privacy Systems menu */
+       compose_update_privacy_systems_menu(compose);
+
+       activate_privacy_system(compose, account);
        toolbar_set_style(compose->toolbar->toolbar, compose->handlebox, prefs_common.toolbar_style);
        gtk_widget_show(window);
        
@@ -5441,40 +4938,71 @@ static void compose_update_priority_menu_item(Compose * compose)
        gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), TRUE);
 }      
 
-#if USE_GPGME 
-static void compose_set_gnupg_mode_cb(gpointer data,
-                                   guint action,
-                                   GtkWidget *widget)
+static void compose_set_privacy_system_cb(gpointer data,
+                                         guint action,
+                                         GtkWidget *widget)
 {
        Compose *compose = (Compose *) data;
-       compose->gnupg_mode = action;
+       gchar *systemid;
+       GtkItemFactory *ifactory;
+       gboolean can_sign = FALSE, can_encrypt = FALSE;
+
+       systemid = gtk_object_get_data(GTK_OBJECT(widget), "privacy_system");
+       g_free(compose->privacy_system);
+       compose->privacy_system = NULL;
+       if (systemid != NULL) {
+               compose->privacy_system = g_strdup(systemid);
+
+               can_sign = privacy_system_can_sign(systemid);
+               can_encrypt = privacy_system_can_encrypt(systemid);
+       }
+
+       ifactory = gtk_item_factory_from_widget(compose->menubar);
+       menu_set_sensitive(ifactory, "/Message/Sign", can_sign);
+       menu_set_sensitive(ifactory, "/Message/Encrypt", can_encrypt);
 }
 
-static void compose_update_gnupg_mode_menu_item(Compose * compose)
+static void compose_update_privacy_system_menu_item(Compose * compose)
 {
+       static gchar *branch_path = "/Message/System";
        GtkItemFactory *ifactory;
        GtkWidget *menuitem = NULL;
+       GList *amenu;
+       gboolean can_sign = FALSE, can_encrypt = FALSE;
 
        ifactory = gtk_item_factory_from_widget(compose->menubar);
-       
-       switch (compose->gnupg_mode) {
-               case GNUPG_MODE_DETACH:
-                       menuitem = gtk_item_factory_get_item
-                               (ifactory, "/Message/Mode/MIME");
-                       break;
-               case GNUPG_MODE_INLINE:
-                       menuitem = gtk_item_factory_get_item
-                               (ifactory, "/Message/Mode/Inline");
-                       break;
+
+       if (compose->privacy_system != NULL) {
+               gchar *systemid;
+
+               menuitem = gtk_item_factory_get_widget(ifactory, branch_path);
+               g_return_if_fail(menuitem != NULL);
+
+               amenu = GTK_MENU_SHELL(menuitem)->children;
+               menuitem = NULL;
+               while (amenu != NULL) {
+                       GList *alist = amenu->next;
+
+                       systemid = gtk_object_get_data(GTK_OBJECT(amenu->data), "privacy_system");
+                       if (systemid != NULL)
+                               if (strcmp(systemid, compose->privacy_system) == 0) {
+                                       menuitem = GTK_WIDGET(amenu->data);
+
+                                       can_sign = privacy_system_can_sign(systemid);
+                                       can_encrypt = privacy_system_can_encrypt(systemid);
+
+                                       break;
+                               }
+
+                       amenu = alist;
+               }
+               if (menuitem != NULL)
+                       gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), TRUE);
        }
-       gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), TRUE);
-       
-       if (compose->use_encryption == TRUE || compose->use_signing == TRUE)
-               menu_set_sensitive(ifactory, "/Message/Mode", TRUE);
-       else 
-               menu_set_sensitive(ifactory, "/Message/Mode", FALSE);
+
+       menu_set_sensitive(ifactory, "/Message/Sign", can_sign);
+       menu_set_sensitive(ifactory, "/Message/Encrypt", can_encrypt);
 }      
-#endif
  
 static void compose_set_template_menu(Compose *compose)
 {
@@ -5510,6 +5038,55 @@ void compose_update_actions_menu(Compose *compose)
        action_update_compose_menu(ifactory, "/Tools/Actions", compose);
 }
 
+void compose_update_privacy_systems_menu(Compose *compose)
+{
+       static gchar *branch_path = "/Message/System";
+       GtkItemFactory *ifactory;
+       GtkWidget *menuitem;
+       gchar *menu_path;
+       GSList *systems, *cur;
+       GList *amenu;
+       GtkItemFactoryEntry ifentry = {NULL, NULL, NULL, 0, "<Branch>"};
+       GtkWidget *widget;
+
+       ifactory = gtk_item_factory_from_widget(compose->menubar);
+
+       /* remove old entries */
+       ifentry.path = branch_path;
+       menuitem = gtk_item_factory_get_widget(ifactory, branch_path);
+       g_return_if_fail(menuitem != NULL);
+
+       amenu = GTK_MENU_SHELL(menuitem)->children->next;
+       while (amenu != NULL) {
+               GList *alist = amenu->next;
+               gtk_widget_destroy(GTK_WIDGET(amenu->data));
+               amenu = alist;
+       }
+
+       ifentry.accelerator     = NULL;
+       ifentry.callback_action = 0;
+       ifentry.callback        = compose_set_privacy_system_cb;
+       ifentry.item_type       = "/Message/System/None";
+
+       systems = privacy_get_system_ids();
+       for (cur = systems; cur != NULL; cur = g_slist_next(cur)) {
+               gchar *systemid = cur->data;
+
+               menu_path = g_strdup_printf("%s/%s", branch_path,
+                                           privacy_system_get_name(systemid));
+               ifentry.path = menu_path;
+               gtk_item_factory_create_item(ifactory, &ifentry, compose, 1);
+               widget = gtk_item_factory_get_widget(ifactory, menu_path);
+
+               gtk_object_set_data_full(GTK_OBJECT(widget), "privacy_system",
+                                        g_strdup(systemid), g_free);
+
+               g_free(systemid);
+               g_free(menu_path);
+       }
+       g_slist_free(systems);
+}
+
 void compose_reflect_prefs_all(void)
 {
        GList *cur;
@@ -6448,6 +6025,7 @@ static void compose_draft_cb(gpointer data, guint action, GtkWidget *widget)
        MsgFlags flag = {0, 0};
        static gboolean lock = FALSE;
        MsgInfo *newmsginfo;
+       FILE *fp;
        
        if (lock) return;
 
@@ -6458,12 +6036,40 @@ static void compose_draft_cb(gpointer data, guint action, GtkWidget *widget)
 
        tmp = g_strdup_printf("%s%cdraft.%p", get_tmp_dir(),
                              G_DIR_SEPARATOR, compose);
+       if ((fp = fopen(tmp, "wb")) == NULL) {
+               FILE_OP_ERROR(tmp, "fopen");
+               return;
+       }
+
+       /* chmod for security */
+       if (change_file_mode_rw(fp, tmp) < 0) {
+               FILE_OP_ERROR(tmp, "chmod");
+               g_warning("can't change file mode\n");
+       }
+
+       /* Save draft infos */
+       fprintf(fp, "X-Sylpheed-Account-Id:%d\n", compose->account->account_id);
+       fprintf(fp, "S:%s\n", compose->account->address);
+       if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(compose->savemsg_checkbtn))) {
+               gchar *savefolderid;
+
+               savefolderid = gtk_editable_get_chars(GTK_EDITABLE(compose->savemsg_entry), 0, -1);
+               fprintf(fp, "SCF:%s\n", savefolderid);
+               g_free(savefolderid);
+       }
+       fprintf(fp, "X-Sylpheed-Sign:%d\n", compose->use_signing);
+       fprintf(fp, "X-Sylpheed-Encrypt:%d\n", compose->use_encryption);
+       fprintf(fp, "X-Sylpheed-Gnupg-Mode:%s\n", compose->privacy_system);
+       fprintf(fp, "\n");
 
-       if (compose_write_to_file(compose, tmp, TRUE) < 0) {
+       if (compose_write_to_file(compose, fp) < 0) {
+               fclose(fp);
+               unlink(tmp);
                g_free(tmp);
                lock = FALSE;
                return;
        }
+       fclose(fp);
 
        folder_item_scan(draft);
        if ((msgnum = folder_item_add_msg(draft, tmp, &flag, TRUE)) < 0) {
@@ -6811,149 +6417,6 @@ static void compose_toggle_autowrap_cb(gpointer data, guint action,
                compose_wrap_line_all_full(compose, TRUE);
 }
 
-#if 0 /* NEW COMPOSE GUI */
-static void compose_toggle_to_cb(gpointer data, guint action,
-                                GtkWidget *widget)
-{
-       Compose *compose = (Compose *)data;
-
-       if (GTK_CHECK_MENU_ITEM(widget)->active) {
-               gtk_widget_show(compose->to_hbox);
-               gtk_widget_show(compose->to_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 1, 4);
-               compose->use_to = TRUE;
-       } else {
-               gtk_widget_hide(compose->to_hbox);
-               gtk_widget_hide(compose->to_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 1, 0);
-               gtk_widget_queue_resize(compose->table_vbox);
-               compose->use_to = FALSE;
-       }
-
-       if (addressbook_get_target_compose() == compose)
-               addressbook_set_target_compose(compose);
-}
-
-static void compose_toggle_cc_cb(gpointer data, guint action,
-                                GtkWidget *widget)
-{
-       Compose *compose = (Compose *)data;
-
-       if (GTK_CHECK_MENU_ITEM(widget)->active) {
-               gtk_widget_show(compose->cc_hbox);
-               gtk_widget_show(compose->cc_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 3, 4);
-               compose->use_cc = TRUE;
-       } else {
-               gtk_widget_hide(compose->cc_hbox);
-               gtk_widget_hide(compose->cc_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 3, 0);
-               gtk_widget_queue_resize(compose->table_vbox);
-               compose->use_cc = FALSE;
-       }
-
-       if (addressbook_get_target_compose() == compose)
-               addressbook_set_target_compose(compose);
-}
-
-static void compose_toggle_bcc_cb(gpointer data, guint action,
-                                 GtkWidget *widget)
-{
-       Compose *compose = (Compose *)data;
-
-       if (GTK_CHECK_MENU_ITEM(widget)->active) {
-               gtk_widget_show(compose->bcc_hbox);
-               gtk_widget_show(compose->bcc_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 4, 4);
-               compose->use_bcc = TRUE;
-       } else {
-               gtk_widget_hide(compose->bcc_hbox);
-               gtk_widget_hide(compose->bcc_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 4, 0);
-               gtk_widget_queue_resize(compose->table_vbox);
-               compose->use_bcc = FALSE;
-       }
-
-       if (addressbook_get_target_compose() == compose)
-               addressbook_set_target_compose(compose);
-}
-
-static void compose_toggle_replyto_cb(gpointer data, guint action,
-                                     GtkWidget *widget)
-{
-       Compose *compose = (Compose *)data;
-
-       if (GTK_CHECK_MENU_ITEM(widget)->active) {
-               gtk_widget_show(compose->reply_hbox);
-               gtk_widget_show(compose->reply_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 5, 4);
-               compose->use_replyto = TRUE;
-       } else {
-               gtk_widget_hide(compose->reply_hbox);
-               gtk_widget_hide(compose->reply_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 5, 0);
-               gtk_widget_queue_resize(compose->table_vbox);
-               compose->use_replyto = FALSE;
-       }
-}
-
-static void compose_toggle_followupto_cb(gpointer data, guint action,
-                                        GtkWidget *widget)
-{
-       Compose *compose = (Compose *)data;
-
-       if (GTK_CHECK_MENU_ITEM(widget)->active) {
-               gtk_widget_show(compose->followup_hbox);
-               gtk_widget_show(compose->followup_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 6, 4);
-               compose->use_followupto = TRUE;
-       } else {
-               gtk_widget_hide(compose->followup_hbox);
-               gtk_widget_hide(compose->followup_entry);
-               gtk_table_set_row_spacing(GTK_TABLE(compose->table), 6, 0);
-               gtk_widget_queue_resize(compose->table_vbox);
-               compose->use_followupto = FALSE;
-       }
-}
-
-static void compose_toggle_attach_cb(gpointer data, guint action,
-                                    GtkWidget *widget)
-{
-       Compose *compose = (Compose *)data;
-
-       if (GTK_CHECK_MENU_ITEM(widget)->active) {
-               gtk_widget_ref(compose->edit_vbox);
-
-               gtkut_container_remove(GTK_CONTAINER(compose->vbox2),
-                                      compose->edit_vbox);
-               gtk_paned_add2(GTK_PANED(compose->paned), compose->edit_vbox);
-               gtk_box_pack_start(GTK_BOX(compose->vbox2), compose->paned,
-                                  TRUE, TRUE, 0);
-               gtk_widget_show(compose->paned);
-
-               gtk_widget_unref(compose->edit_vbox);
-               gtk_widget_unref(compose->paned);
-
-               compose->use_attach = TRUE;
-       } else {
-               gtk_widget_ref(compose->paned);
-               gtk_widget_ref(compose->edit_vbox);
-
-               gtkut_container_remove(GTK_CONTAINER(compose->vbox2),
-                                      compose->paned);
-               gtkut_container_remove(GTK_CONTAINER(compose->paned),
-                                      compose->edit_vbox);
-               gtk_box_pack_start(GTK_BOX(compose->vbox2),
-                                  compose->edit_vbox, TRUE, TRUE, 0);
-
-               gtk_widget_unref(compose->edit_vbox);
-
-               compose->use_attach = FALSE;
-       }
-}
-#endif
-
-#if USE_GPGME
 static void compose_toggle_sign_cb(gpointer data, guint action,
                                   GtkWidget *widget)
 {
@@ -6963,8 +6426,6 @@ static void compose_toggle_sign_cb(gpointer data, guint action,
                compose->use_signing = TRUE;
        else
                compose->use_signing = FALSE;
-
-       compose_update_gnupg_mode_menu_item(compose);
 }
 
 static void compose_toggle_encrypt_cb(gpointer data, guint action,
@@ -6976,20 +6437,18 @@ static void compose_toggle_encrypt_cb(gpointer data, guint action,
                compose->use_encryption = TRUE;
        else
                compose->use_encryption = FALSE;
-               
-       compose_update_gnupg_mode_menu_item(compose);
 }
 
-static void activate_gnupg_mode (Compose *compose, PrefsAccount *account) 
+static void activate_privacy_system(Compose *compose, PrefsAccount *account) 
 {
+       /* TODO
        if (account->default_gnupg_mode)
                compose->gnupg_mode = GNUPG_MODE_INLINE;
        else
                compose->gnupg_mode = GNUPG_MODE_DETACH;
-               
-       compose_update_gnupg_mode_menu_item(compose);
+       */              
+       compose_update_privacy_system_menu_item(compose);
 }
-#endif /* USE_GPGME */
 
 static void compose_toggle_ruler_cb(gpointer data, guint action,
                                    GtkWidget *widget)
index 622a0c4f50289e8c39aff5d46b5f596b7439c96e..a44258452dc03d4d4bd31706ce185a038c85bc7a 100644 (file)
@@ -174,8 +174,7 @@ struct _Compose
        /* privacy settings */
        gboolean use_signing;
        gboolean use_encryption;
-       
-       gint gnupg_mode;
+       gchar *privacy_system;
 
        gboolean modified;
 
@@ -272,7 +271,7 @@ void compose_entry_mark_default_to  (Compose          *compose,
 gint compose_send                      (Compose          *compose);
 
 void compose_update_actions_menu       (Compose        *compose);
-
+void compose_update_privacy_systems_menu(Compose       *compose);
 void compose_reflect_prefs_all                 (void);
 void compose_reflect_prefs_pixmap_theme        (void);
 
index f2404482abcae7599cdcda55b92dc8cb5a1a27d9..6d49a7213e50a3e174ec21098ade98e8f81b7717 100644 (file)
@@ -413,9 +413,6 @@ static const gchar *get_compiled_in_features(void)
 #if HAVE_LIBJCONV
                   " libjconv"
 #endif
-#if USE_GPGME
-                  " GPGME"
-#endif
 #if USE_OPENSSL
                   " OpenSSL"
 #endif
index 0d31f901d902316d686e4532153eb9721c24c056..5674abc6ff74b125cceed4607eda2128a502a96d 100644 (file)
@@ -141,9 +141,6 @@ static void about_create(void)
 #if HAVE_LIBCOMPFACE
                   " compface"
 #endif
-#if USE_GPGME
-                  " GnuPG"
-#endif
 #if USE_OPENSSL
                   " OpenSSL"
 #endif
@@ -204,11 +201,6 @@ static void about_create(void)
 
        gtk_text_freeze(GTK_TEXT(text));
 
-#if USE_GPGME
-       gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL,
-               _("GPGME is copyright 2001 by Werner Koch <dd9jn@gnu.org>\n\n"), -1);
-#endif /* USE_GPGME */
-
        gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL,
                _("This program is free software; you can redistribute it and/or modify "
                  "it under the terms of the GNU General Public License as published by "
index 428078e9cc8dd3025d326e2e99e3cf623c1a7024..ab9dce3ae6c91a01e5b837c2bc357bcf50428f00 100644 (file)
 # include <gdk/gdkx.h>
 #endif
 
-#if USE_GPGME
-#  include <gpgme.h>
-#  include "passphrase.h"
-#endif
-
 #include "sylpheed.h"
 #include "intl.h"
 #include "main.h"
@@ -226,6 +221,7 @@ void sylpheed_gtk_idle(void)
 
 int main(int argc, char *argv[])
 {
+
        gchar *userrc;
        MainWindow *mainwin;
        FolderView *folderview;
index 43dfe4d90ec0fef6144030cdb50bffa211cb9ecc..58f6318746de6973af1ce6a1e895ad3ccf060adb 100644 (file)
@@ -429,7 +429,7 @@ static GtkCTreeNode *mimeview_append_part(MimeView *mimeview,
        gchar *str[N_MIMEVIEW_COLS];
 
        if (partinfo->type != MIMETYPE_UNKNOWN && partinfo->subtype) {
-               g_snprintf(content_type, 64, "%s/%s", procmime_get_type_str(partinfo->type), partinfo->subtype);
+               g_snprintf(content_type, 64, "%s/%s", procmime_get_media_type_str(partinfo->type), partinfo->subtype);
        } else {
                g_snprintf(content_type, 64, "UNKNOWN");
        }
index e0922667ce8b809ce3c08586028476b803bd67cc..8ae3b281a0c2ebf270dc3cc5dea6740afa4ea739 100644 (file)
@@ -3,8 +3,11 @@ plugindir = $(pkglibdir)/plugins
 plugin_LTLIBRARIES = pgpmime.la
 
 pgpmime_la_SOURCES = \
+       passphrase.c passphrase.h \
        plugin.c \
        pgpmime.c pgpmime.h \
+       prefs_gpg.c prefs_gpg.h \
+       select-keys.c select-keys.h \
        sgpgme.c sgpgme.h
 
 pgpmime_la_LDFLAGS = \
similarity index 96%
rename from src/passphrase.c
rename to src/plugins/pgpmime/passphrase.c
index 8daad3e777eec090b3fd056aae7f507d0fd8117a..adf762620361e56b2cbbd689f4e3f958ad30f918 100644 (file)
@@ -45,6 +45,9 @@
 #include "prefs_common.h"
 #include "manage_window.h"
 #include "utils.h"
+#include "prefs_gpg.h"
+
+extern struct GPGConfig prefs_gpg;
 
 static int grab_all = 0;
 
@@ -293,11 +296,11 @@ gpgmegtk_passphrase_cb (void *opaque, const char *desc, void **r_hd)
         /* FIXME: cleanup by looking at *r_hd */
         return NULL;
     }
-    if (prefs_common.store_passphrase && last_pass != NULL &&
+    if (prefs_gpg.store_passphrase && last_pass != NULL &&
         strncmp(desc, "TRY_AGAIN", 9) != 0)
         return g_strdup(last_pass);
 
-    gpgmegtk_set_passphrase_grab (prefs_common.passphrase_grab);
+    gpgmegtk_set_passphrase_grab (prefs_gpg.passphrase_grab);
     debug_print ("%% requesting passphrase for `%s': ", desc);
     pass = passphrase_mbox (desc);
     gpgmegtk_free_passphrase();
@@ -306,13 +309,13 @@ gpgmegtk_passphrase_cb (void *opaque, const char *desc, void **r_hd)
         gpgme_cancel (ctx);
     }
     else {
-        if (prefs_common.store_passphrase) {
+        if (prefs_gpg.store_passphrase) {
             last_pass = g_strdup(pass);
             if (mlock(last_pass, strlen(last_pass)) == -1)
                 debug_print("%% locking passphrase failed");
 
-            if (prefs_common.store_passphrase_timeout > 0) {
-                gtk_timeout_add(prefs_common.store_passphrase_timeout*60*1000,
+            if (prefs_gpg.store_passphrase_timeout > 0) {
+                gtk_timeout_add(prefs_gpg.store_passphrase_timeout*60*1000,
                                 free_passphrase, NULL);
             }
         }
index b3b0d5f4879d3934c129520b114d9d410f5cb375..947c5f94f2e5986170a680d47cc39c02bcb08066 100644 (file)
@@ -26,6 +26,7 @@
 #include "defs.h"
 #include <glib.h>
 #include <gpgme.h>
+#include <ctype.h>
 
 #include "utils.h"
 #include "privacy.h"
 #include "pgpmime.h"
 #include "sgpgme.h"
 #include "prefs_common.h"
+#include "prefs_gpg.h"
+#include "passphrase.h"
+
+extern struct GPGConfig prefs_gpg;
 
 typedef struct _PrivacyDataPGP PrivacyDataPGP;
 
@@ -119,15 +124,44 @@ static gboolean pgpmime_is_signed(MimeInfo *mimeinfo)
        return TRUE;
 }
 
+static gchar *get_canonical_content(FILE *fp, const gchar *boundary)
+{
+       gchar *ret;
+       GString *textbuffer;
+       guint boundary_len;
+       gchar buf[BUFFSIZE];
+
+       boundary_len = strlen(boundary);
+       while (fgets(buf, sizeof(buf), fp) != NULL)
+               if (IS_BOUNDARY(buf, boundary, boundary_len))
+                       break;
+
+       textbuffer = g_string_new("");
+       while (fgets(buf, sizeof(buf), fp) != NULL) {
+               gchar *buf2;
+
+               if (IS_BOUNDARY(buf, boundary, boundary_len))
+                       break;
+               
+               buf2 = canonicalize_str(buf);
+               g_string_append(textbuffer, buf2);
+               g_free(buf2);
+       }
+       g_string_truncate(textbuffer, textbuffer->len - 2);
+               
+       ret = textbuffer->str;
+       g_string_free(textbuffer, FALSE);
+
+       return ret;
+}
+
 static gint pgpmime_check_signature(MimeInfo *mimeinfo)
 {
        PrivacyDataPGP *data;
        MimeInfo *parent, *signature;
        FILE *fp;
-       gchar buf[BUFFSIZE];
        gchar *boundary;
-       GString *textstr;
-       gint boundary_len;
+       gchar *textstr;
        GpgmeData sigdata, textdata;
        
        g_return_val_if_fail(mimeinfo != NULL, -1);
@@ -140,29 +174,13 @@ static gint pgpmime_check_signature(MimeInfo *mimeinfo)
        fp = fopen(parent->filename, "rb");
        g_return_val_if_fail(fp != NULL, SIGNATURE_INVALID);
        
-       boundary = g_hash_table_lookup(parent->parameters, "boundary");
+       boundary = g_hash_table_lookup(parent->typeparameters, "boundary");
        if (!boundary)
                return 0;
 
-       boundary_len = strlen(boundary);
-       while (fgets(buf, sizeof(buf), fp) != NULL)
-               if (IS_BOUNDARY(buf, boundary, boundary_len))
-                       break;
+       textstr = get_canonical_content(fp, boundary);
 
-       textstr = g_string_new("");
-       while (fgets(buf, sizeof(buf), fp) != NULL) {
-               gchar *buf2;
-
-               if (IS_BOUNDARY(buf, boundary, boundary_len))
-                       break;
-               
-               buf2 = canonicalize_str(buf);
-               g_string_append(textstr, buf2);
-               g_free(buf2);
-       }
-       g_string_truncate(textstr, textstr->len - 2);
-               
-       gpgme_data_new_from_mem(&textdata, textstr->str, textstr->len, 0);
+       gpgme_data_new_from_mem(&textdata, textstr, strlen(textstr), 0);
        signature = (MimeInfo *) mimeinfo->node->next->data;
        sigdata = sgpgme_data_from_mimeinfo(signature);
 
@@ -171,7 +189,7 @@ static gint pgpmime_check_signature(MimeInfo *mimeinfo)
        
        gpgme_data_release(sigdata);
        gpgme_data_release(textdata);
-       g_string_free(textstr, TRUE);
+       g_free(textstr);
        fclose(fp);
        
        return 0;
@@ -184,7 +202,7 @@ static SignatureStatus pgpmime_get_sig_status(MimeInfo *mimeinfo)
        g_return_val_if_fail(data != NULL, SIGNATURE_INVALID);
 
        if (data->sigstatus == GPGME_SIG_STAT_NONE && 
-           prefs_common.auto_check_signatures)
+           prefs_gpg.auto_check_signatures)
                pgpmime_check_signature(mimeinfo);
        
        return sgpgme_sigstat_gpgme_to_privacy(data->ctx, data->sigstatus);
@@ -197,7 +215,7 @@ static gchar *pgpmime_get_sig_info_short(MimeInfo *mimeinfo)
        g_return_val_if_fail(data != NULL, g_strdup("Error"));
 
        if (data->sigstatus == GPGME_SIG_STAT_NONE && 
-           prefs_common.auto_check_signatures)
+           prefs_gpg.auto_check_signatures)
                pgpmime_check_signature(mimeinfo);
        
        return sgpgme_sigstat_info_short(data->ctx, data->sigstatus);
@@ -210,7 +228,7 @@ static gchar *pgpmime_get_sig_info_full(MimeInfo *mimeinfo)
        g_return_val_if_fail(data != NULL, g_strdup("Error"));
 
        if (data->sigstatus == GPGME_SIG_STAT_NONE && 
-           prefs_common.auto_check_signatures)
+           prefs_gpg.auto_check_signatures)
                pgpmime_check_signature(mimeinfo);
        
        return sgpgme_sigstat_info_full(data->ctx, data->sigstatus);
@@ -305,7 +323,7 @@ static MimeInfo *pgpmime_decrypt(MimeInfo *mimeinfo)
        g_node_unlink(decinfo->node);
        procmime_mimeinfo_free_all(parseinfo);
 
-       decinfo->tmpfile = TRUE;
+       decinfo->tmp = TRUE;
 
        if (sigstat != GPGME_SIG_STAT_NONE) {
                if (decinfo->privacy != NULL) {
@@ -326,6 +344,238 @@ static MimeInfo *pgpmime_decrypt(MimeInfo *mimeinfo)
        return decinfo;
 }
 
+/*
+ * Find TAG in XML and return a pointer into xml set just behind the
+ * closing angle.  Return NULL if not found. 
+ */
+static const char *
+find_xml_tag (const char *xml, const char *tag)
+{
+    int taglen = strlen (tag);
+    const char *s = xml;
+    while ( (s = strchr (s, '<')) ) {
+        s++;
+        if (!strncmp (s, tag, taglen)) {
+            const char *s2 = s + taglen;
+            if (*s2 == '>' || isspace (*(const unsigned char*)s2) ) {
+                /* found */
+                while (*s2 && *s2 != '>') /* skip attributes */
+                    s2++;
+                /* fixme: do need to handle angles inside attribute vallues? */
+                return *s2? (s2+1):NULL;
+            }
+        }
+        while (*s && *s != '>') /* skip to end of tag */
+            s++;
+    }
+    return NULL;
+}
+
+
+/*
+ * Extract the micalg from an GnupgOperationInfo XML container.
+ */
+static char *
+extract_micalg (char *xml)
+{
+    const char *s;
+
+    s = find_xml_tag (xml, "GnupgOperationInfo");
+    if (s) {
+        const char *s_end = find_xml_tag (s, "/GnupgOperationInfo");
+        s = find_xml_tag (s, "signature");
+        if (s && s_end && s < s_end) {
+            const char *s_end2 = find_xml_tag (s, "/signature");
+            if (s_end2 && s_end2 < s_end) {
+                s = find_xml_tag (s, "micalg");
+                if (s && s < s_end2) {
+                    s_end = strchr (s, '<');
+                    if (s_end) {
+                        char *p = g_malloc (s_end - s + 1);
+                        memcpy (p, s, s_end - s);
+                        p[s_end-s] = 0;
+                        return p;
+                    }
+                }
+            }
+        }
+    }
+    return NULL;
+}
+
+gboolean pgpmime_sign(MimeInfo *mimeinfo)
+{
+       MimeInfo *msgcontent, *sigmultipart, *newinfo;
+       gchar *textstr, *opinfo, *micalg;
+       FILE *fp;
+       gchar *boundary, *sigcontent;
+       GpgmeCtx ctx;
+       GpgmeData gpgtext, gpgsig;
+       guint len;
+       struct passphrase_cb_info_s info;
+  
+       memset (&info, 0, sizeof info);
+
+       /* remove content node from message */
+       msgcontent = (MimeInfo *) mimeinfo->node->children->data;
+       g_node_unlink(msgcontent->node);
+
+       /* create temporary multipart for content */
+       sigmultipart = procmime_mimeinfo_new();
+       sigmultipart->type = MIMETYPE_MULTIPART;
+       sigmultipart->subtype = g_strdup("signed");
+       boundary = generate_mime_boundary("Signature");
+       g_hash_table_insert(sigmultipart->typeparameters, g_strdup("boundary"),
+                            g_strdup(boundary));
+       g_hash_table_insert(sigmultipart->typeparameters, g_strdup("protocol"),
+                            g_strdup("application/pgp-signature"));
+       g_node_append(sigmultipart->node, msgcontent->node);
+       g_node_append(mimeinfo->node, sigmultipart->node);
+
+       /* write message content to temporary file */
+       fp = my_tmpfile();
+       procmime_write_mimeinfo(sigmultipart, fp);
+       rewind(fp);
+
+       /* read temporary file into memory */
+       textstr = get_canonical_content(fp, boundary);
+
+       fclose(fp);
+
+       gpgme_data_new_from_mem(&gpgtext, textstr, strlen(textstr), 0);
+       gpgme_data_new(&gpgsig);
+       gpgme_new(&ctx);
+       gpgme_set_textmode(ctx, 1);
+       gpgme_set_armor(ctx, 1);
+       gpgme_signers_clear(ctx);
+
+       if (!getenv("GPG_AGENT_INFO")) {
+               info.c = ctx;
+               gpgme_set_passphrase_cb (ctx, gpgmegtk_passphrase_cb, &info);
+           }
+
+       if (gpgme_op_sign(ctx, gpgtext, gpgsig, GPGME_SIG_MODE_DETACH) != GPGME_No_Error)
+               return FALSE;
+       opinfo = gpgme_get_op_info(ctx, 0);
+       micalg = extract_micalg(opinfo);
+       g_free(opinfo);
+
+       gpgme_release(ctx);
+       sigcontent = gpgme_data_release_and_get_mem(gpgsig, &len);
+       gpgme_data_release(gpgtext);
+       g_free(textstr);
+
+       /* add signature */
+       g_hash_table_insert(sigmultipart->typeparameters, g_strdup("micalg"),
+                            micalg);
+
+       newinfo = procmime_mimeinfo_new();
+       newinfo->type = MIMETYPE_APPLICATION;
+       newinfo->subtype = g_strdup("pgp-signature");
+       newinfo->content = MIMECONTENT_MEM;
+       newinfo->data = g_memdup(sigcontent, len + 1);
+       newinfo->data[len] = '\0';
+       g_node_append(sigmultipart->node, newinfo->node);
+
+       g_free(sigcontent);
+
+       return TRUE;
+}
+
+gchar *pgpmime_get_encrypt_data(GSList *recp_names)
+{
+       return sgpgme_get_encrypt_data(recp_names);
+}
+
+gboolean pgpmime_encrypt(MimeInfo *mimeinfo, const gchar *encrypt_data)
+{
+       MimeInfo *msgcontent, *encmultipart, *newinfo;
+       FILE *fp;
+       gchar *boundary, *enccontent;
+       guint len;
+       gchar *textstr;
+       GpgmeData gpgtext, gpgenc;
+       gchar **recipients, **nextrecp;
+       GpgmeRecipients recp;
+       GpgmeCtx ctx;
+
+       /* build GpgmeRecipients from encrypt_data */
+       recipients = g_strsplit(encrypt_data, " ", 0);
+       gpgme_recipients_new(&recp);
+       for (nextrecp = recipients; *nextrecp != NULL; nextrecp++) {
+               printf("%s\n", *nextrecp);
+               gpgme_recipients_add_name_with_validity(recp, *nextrecp,
+                                                       GPGME_VALIDITY_FULL);
+       }
+       g_strfreev(recipients);
+
+       debug_print("Encrypting message content\n");
+
+       /* remove content node from message */
+       msgcontent = (MimeInfo *) mimeinfo->node->children->data;
+       g_node_unlink(msgcontent->node);
+
+       /* create temporary multipart for content */
+       encmultipart = procmime_mimeinfo_new();
+       encmultipart->type = MIMETYPE_MULTIPART;
+       encmultipart->subtype = g_strdup("encrypted");
+       boundary = generate_mime_boundary("Encrypt");
+       g_hash_table_insert(encmultipart->typeparameters, g_strdup("boundary"),
+                            g_strdup(boundary));
+       g_hash_table_insert(encmultipart->typeparameters, g_strdup("protocol"),
+                            g_strdup("application/pgp-encrypted"));
+       g_node_append(encmultipart->node, msgcontent->node);
+
+       /* write message content to temporary file */
+       fp = my_tmpfile();
+       procmime_write_mimeinfo(encmultipart, fp);
+       rewind(fp);
+
+       /* read temporary file into memory */
+       textstr = get_canonical_content(fp, boundary);
+
+       fclose(fp);
+
+       /* encrypt data */
+       gpgme_data_new_from_mem(&gpgtext, textstr, strlen(textstr), 0);
+       gpgme_data_new(&gpgenc);
+       gpgme_new(&ctx);
+       gpgme_set_armor(ctx, 1);
+
+       gpgme_op_encrypt(ctx, recp, gpgtext, gpgenc);
+
+       gpgme_release(ctx);
+       enccontent = gpgme_data_release_and_get_mem(gpgenc, &len);
+       gpgme_recipients_release(recp);
+       gpgme_data_release(gpgtext);
+       g_free(textstr);
+
+       /* create encrypted multipart */
+       g_node_unlink(msgcontent->node);
+       procmime_mimeinfo_free_all(msgcontent);
+       g_node_append(mimeinfo->node, encmultipart->node);
+
+       newinfo = procmime_mimeinfo_new();
+       newinfo->type = MIMETYPE_APPLICATION;
+       newinfo->subtype = g_strdup("pgp-encrypted");
+       newinfo->content = MIMECONTENT_MEM;
+       newinfo->data = g_strdup("Version: 1\n");
+       g_node_append(encmultipart->node, newinfo->node);
+
+       newinfo = procmime_mimeinfo_new();
+       newinfo->type = MIMETYPE_APPLICATION;
+       newinfo->subtype = g_strdup("octet-stream");
+       newinfo->content = MIMECONTENT_MEM;
+       newinfo->data = g_memdup(enccontent, len + 1);
+       newinfo->data[len] = '\0';
+       g_node_append(encmultipart->node, newinfo->node);
+
+       g_free(enccontent);
+
+       return TRUE;
+}
+
 static PrivacySystem pgpmime_system = {
        "pgpmime",                      /* id */
        "PGP Mime",                     /* name */
@@ -340,6 +590,13 @@ static PrivacySystem pgpmime_system = {
 
        pgpmime_is_encrypted,           /* is_encrypted(MimeInfo *) */
        pgpmime_decrypt,                /* decrypt(MimeInfo *) */
+
+       TRUE,
+       pgpmime_sign,
+
+       TRUE,
+       pgpmime_get_encrypt_data,
+       pgpmime_encrypt,
 };
 
 void pgpmime_init()
index 190efb6fc6faec2eadb6ee869a64a6c83b438f01..7a2f4c741a823cc68927b6232692d47fda3d4239 100644 (file)
@@ -28,6 +28,7 @@
 #include "version.h"
 #include "sgpgme.h"
 #include "pgpmime.h"
+#include "prefs_gpg.h"
 
 gint plugin_init(gchar **error)
 {
@@ -43,12 +44,14 @@ gint plugin_init(gchar **error)
 
        sgpgme_init();
        pgpmime_init();
+       prefs_gpg_init();
 
        return 0;       
 }
 
 void plugin_done(void)
 {
+       prefs_gpg_init();
        pgpmime_done();
        sgpgme_done();
 }
diff --git a/src/plugins/pgpmime/prefs_gpg.c b/src/plugins/pgpmime/prefs_gpg.c
new file mode 100644 (file)
index 0000000..d6c367b
--- /dev/null
@@ -0,0 +1,188 @@
+/*
+ * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 2004 Hiroyuki Yamamoto & the Sylpheed-Claws team
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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.
+ */
+
+#include <gtk/gtk.h>
+
+#include "defs.h"
+#include "intl.h"
+#include "utils.h"
+#include "prefs.h"
+#include "prefs_gtk.h"
+#include "prefs_gpg.h"
+
+struct GPGConfig prefs_gpg;
+
+static PrefParam param[] = {
+       /* Privacy */
+       {"auto_check_signatures", "TRUE",
+        &prefs_gpg.auto_check_signatures, P_BOOL,
+        NULL, NULL, NULL},
+       {"store_passphrase", "FALSE", &prefs_gpg.store_passphrase, P_BOOL,
+        NULL, NULL, NULL},
+       {"store_passphrase_timeout", "0",
+        &prefs_gpg.store_passphrase_timeout, P_INT,
+        NULL, NULL, NULL},
+#ifndef __MINGW32__
+       {"passphrase_grab", "FALSE", &prefs_gpg.passphrase_grab, P_BOOL,
+        NULL, NULL, NULL},
+#endif /* __MINGW32__ */
+       {"gpg_warning", "TRUE", &prefs_gpg.gpg_warning, P_BOOL,
+        NULL, NULL, NULL},
+
+       {NULL, NULL, NULL, P_OTHER, NULL, NULL, NULL}
+};
+
+static void prefs_privacy_create(void)
+{
+       GtkWidget *vbox1;
+       GtkWidget *vbox2;
+       GtkWidget *vbox3;
+       GtkWidget *hbox1;
+       GtkWidget *hbox_spc;
+       GtkWidget *label;
+       GtkWidget *checkbtn_auto_check_signatures;
+       GtkWidget *checkbtn_store_passphrase;
+       GtkObject *spinbtn_store_passphrase_adj;
+       GtkWidget *spinbtn_store_passphrase;
+       GtkTooltips *store_tooltip;
+       GtkWidget *checkbtn_passphrase_grab;
+       GtkWidget *checkbtn_gpg_warning;
+
+       vbox1 = gtk_vbox_new (FALSE, VSPACING);
+       gtk_widget_show (vbox1);
+       gtk_container_set_border_width (GTK_CONTAINER (vbox1), VBOX_BORDER);
+
+       vbox2 = gtk_vbox_new (FALSE, 0);
+       gtk_widget_show (vbox2);
+       gtk_box_pack_start (GTK_BOX (vbox1), vbox2, FALSE, FALSE, 0);
+
+       PACK_CHECK_BUTTON (vbox2, checkbtn_auto_check_signatures,
+                          _("Automatically check signatures"));
+
+       PACK_CHECK_BUTTON (vbox2, checkbtn_store_passphrase,
+                          _("Store passphrase in memory temporarily"));
+
+       vbox3 = gtk_vbox_new (FALSE, 0);
+       gtk_widget_show (vbox3);
+       gtk_box_pack_start (GTK_BOX (vbox2), vbox3, FALSE, FALSE, 0);
+
+       hbox1 = gtk_hbox_new (FALSE, 8);
+       gtk_widget_show (hbox1);
+       gtk_box_pack_start (GTK_BOX (vbox3), hbox1, FALSE, FALSE, 0);
+
+       hbox_spc = gtk_hbox_new (FALSE, 0);
+       gtk_widget_show (hbox_spc);
+       gtk_box_pack_start (GTK_BOX (hbox1), hbox_spc, FALSE, FALSE, 0);
+       gtk_widget_set_usize (hbox_spc, 12, -1);
+
+       label = gtk_label_new (_("Expire after"));
+       gtk_widget_show (label);
+       gtk_box_pack_start (GTK_BOX (hbox1), label, FALSE, FALSE, 0);
+
+       store_tooltip = gtk_tooltips_new();
+
+       spinbtn_store_passphrase_adj = gtk_adjustment_new (0, 0, 1440, 1, 5, 5);
+       spinbtn_store_passphrase = gtk_spin_button_new
+               (GTK_ADJUSTMENT (spinbtn_store_passphrase_adj), 1, 0);
+       gtk_widget_show (spinbtn_store_passphrase);
+       gtk_tooltips_set_tip(GTK_TOOLTIPS(store_tooltip), spinbtn_store_passphrase,
+                            _("Setting to '0' will store the passphrase"
+                              " for the whole session"),
+                            NULL);
+       gtk_box_pack_start (GTK_BOX (hbox1), spinbtn_store_passphrase, FALSE, FALSE, 0);
+       gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbtn_store_passphrase),
+                                    TRUE);
+       gtk_widget_set_usize (spinbtn_store_passphrase, 64, -1);
+
+       label = gtk_label_new (_("minute(s) "));
+       gtk_widget_show (label);
+       gtk_box_pack_start (GTK_BOX (hbox1), label, FALSE, FALSE, 0);
+
+       hbox1 = gtk_hbox_new (FALSE, 8);
+       gtk_widget_show (hbox1);
+       gtk_box_pack_start (GTK_BOX (vbox3), hbox1, FALSE, FALSE, 0);
+
+       hbox_spc = gtk_hbox_new (FALSE, 0);
+       gtk_widget_show (hbox_spc);
+       gtk_box_pack_start (GTK_BOX (hbox1), hbox_spc, FALSE, FALSE, 0);
+       gtk_widget_set_usize (hbox_spc, 12, -1);
+
+       SET_TOGGLE_SENSITIVITY (checkbtn_store_passphrase, vbox3);
+
+#ifndef __MINGW32__
+       PACK_CHECK_BUTTON (vbox2, checkbtn_passphrase_grab,
+                          _("Grab input while entering a passphrase"));
+#endif
+
+       PACK_CHECK_BUTTON
+               (vbox2, checkbtn_gpg_warning,
+                _("Display warning on startup if GnuPG doesn't work"));
+
+       hbox1 = gtk_hbox_new (FALSE, 8);
+       gtk_widget_show (hbox1);
+       gtk_box_pack_start (GTK_BOX (vbox1), hbox1, FALSE, FALSE, 0);
+
+/*
+       privacy.checkbtn_auto_check_signatures
+                                            = checkbtn_auto_check_signatures;
+       privacy.checkbtn_store_passphrase    = checkbtn_store_passphrase;
+       privacy.spinbtn_store_passphrase     = spinbtn_store_passphrase;
+       privacy.spinbtn_store_passphrase_adj = spinbtn_store_passphrase_adj;
+       privacy.checkbtn_passphrase_grab     = checkbtn_passphrase_grab;
+       privacy.checkbtn_gpg_warning         = checkbtn_gpg_warning;
+*/
+}
+
+GPGConfig *prefs_gpg_get_config(void)
+{
+       return &prefs_gpg;
+}
+
+void prefs_gpg_save_config(void)
+{
+       PrefFile *pfile;
+       gchar *rcpath;
+
+       debug_print("Saving GPGME config\n");
+
+       rcpath = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, COMMON_RC, NULL);
+       pfile = prefs_write_open(rcpath);
+       g_free(rcpath);
+       if (!pfile || (prefs_set_block_label(pfile, "GPGME") < 0))
+               return;
+
+       if (prefs_write_param(param, pfile->fp) < 0) {
+               g_warning("failed to write GPGME configuration to file\n");
+               prefs_file_close_revert(pfile);
+               return;
+       }
+       fprintf(pfile->fp, "\n");
+
+       prefs_file_close(pfile);
+}
+
+void prefs_gpg_init()
+{
+       prefs_set_default(param);
+       prefs_read_config(param, "GPGME", COMMON_RC);
+}
+
+void prefs_gpg_done()
+{
+}
diff --git a/src/plugins/pgpmime/prefs_gpg.h b/src/plugins/pgpmime/prefs_gpg.h
new file mode 100644 (file)
index 0000000..055f227
--- /dev/null
@@ -0,0 +1,33 @@
+/*
+ * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 2004 Hiroyuki Yamamoto & the Sylpheed-Claws team
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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.
+ */
+
+typedef struct GPGConfig GPGConfig;
+
+struct GPGConfig
+{
+       gboolean auto_check_signatures;
+       gboolean gpg_signature_popup;
+       gboolean store_passphrase;
+       gint store_passphrase_timeout;
+       gboolean passphrase_grab;
+       gboolean gpg_warning;
+};
+
+void prefs_gpg_init();
+void prefs_gpg_done();
index 8e0eca648b227da496304ccce10132942e96a6e1..80827d75b54999eb7901732b37dc5da208613570 100644 (file)
 #include "alertpanel.h"
 #include "passphrase.h"
 #include "intl.h"
+#include "prefs_gpg.h"
+#include "select-keys.h"
+
+extern struct GPGConfig prefs_gpg;
 
 static void idle_function_for_gpgme(void)
 {
@@ -244,7 +248,6 @@ GpgmeData sgpgme_decrypt_verify(GpgmeData cipher, GpgmeSigStat *status, GpgmeCtx
        struct passphrase_cb_info_s info;
        GpgmeData plain;
        GpgmeError err;
-       GpgmeSigStat sigstat;
 
        memset (&info, 0, sizeof info);
        
@@ -269,6 +272,39 @@ GpgmeData sgpgme_decrypt_verify(GpgmeData cipher, GpgmeSigStat *status, GpgmeCtx
        return plain;
 }
 
+gchar *sgpgme_get_encrypt_data(GSList *recp_names)
+{
+
+       GpgmeRecipients recp;
+       GString *encdata;
+       void *iter;
+       const gchar *recipient;
+       gchar *data;
+
+       recp = gpgmegtk_recipient_selection(recp_names);
+       if (recp == NULL)
+               return NULL;
+
+       if (gpgme_recipients_enum_open(recp, &iter) != GPGME_No_Error) {
+               gpgme_recipients_release(recp);
+               return NULL;
+       }
+
+       encdata = g_string_sized_new(64);
+       while ((recipient = gpgme_recipients_enum_read(recp, &iter)) != NULL) {
+               if (encdata->len > 0)
+                       g_string_append_c(encdata, ' ');
+               g_string_append(encdata, recipient);
+       }
+
+       gpgme_recipients_release(recp);
+
+       data = encdata->str;
+       g_string_free(encdata, FALSE);
+
+       return data;
+}
+
 void sgpgme_init()
 {
        if (gpgme_engine_check_version(GPGME_PROTOCOL_OpenPGP) != 
@@ -277,7 +313,7 @@ void sgpgme_init()
                debug_print("gpgme_engine_version:\n%s\n",
                            gpgme_get_engine_info());
 
-               if (prefs_common.gpg_warning) {
+               if (prefs_gpg.gpg_warning) {
                        AlertValue val;
 
                        val = alertpanel_message_with_disable
@@ -286,7 +322,7 @@ void sgpgme_init()
                                   "to be upgraded.\n"
                                   "OpenPGP support disabled."), ALERT_WARNING);
                        if (val & G_ALERTDISABLE)
-                               prefs_common.gpg_warning = FALSE;
+                               prefs_gpg.gpg_warning = FALSE;
                }
        }
 
@@ -296,6 +332,7 @@ void sgpgme_init()
 void sgpgme_done()
 {
         gpgmegtk_free_passphrase();
+       gpgme_register_idle(NULL);
 }
 
 #endif /* USE_GPGME */
index c380ef4ac50d2cbba7dea7f28b3a659f5c651ee5..70f86a24193d5ff35dae9284e7e9fd10341f4d00 100644 (file)
@@ -40,5 +40,6 @@ gchar *sgpgme_sigstat_info_full               (GpgmeCtx ctx,
 GpgmeData sgpgme_data_from_mimeinfo    (MimeInfo *mimeinfo);
 GpgmeData sgpgme_decrypt_verify                (GpgmeData cipher, GpgmeSigStat *status,
                                         GpgmeCtx ctx);
+gchar *sgpgme_get_encrypt_data         (GSList *recp_names);
 
 #endif /* SGPGME_H */
index 0a3e6a9452f263d88d8517f56a71252e09b38947..1bd8bef94592b1965f5602dd7c2cfd76a68b8724 100644 (file)
@@ -135,18 +135,10 @@ static struct Compose {
        GtkWidget *autoreplyto_entry;
 } compose;
 
-#if USE_GPGME
 static struct Privacy {
        GtkWidget *default_encrypt_chkbtn;
        GtkWidget *default_sign_chkbtn;
-       GtkWidget *gnupg_mime_radiobtn;
-       GtkWidget *gnupg_inline_radiobtn;
-       GtkWidget *defaultkey_radiobtn;
-       GtkWidget *emailkey_radiobtn;
-       GtkWidget *customkey_radiobtn;
-       GtkWidget *customkey_entry;
 } privacy;
-#endif /* USE_GPGME */
 
 #if USE_OPENSSL
 static struct SSLPrefs {
@@ -219,10 +211,6 @@ static void prefs_account_smtp_auth_type_set_optmenu       (PrefParam *pparam);
 static void prefs_account_enum_set_data_from_radiobtn  (PrefParam *pparam);
 static void prefs_account_enum_set_radiobtn            (PrefParam *pparam);
 
-#if USE_GPGME
-static void prefs_account_gnupg_inline_warning         (GtkWidget *widget);
-#endif /* USE_GPGME */
-
 static void prefs_account_crosspost_set_data_from_colormenu(PrefParam *pparam);
 static void prefs_account_crosspost_set_colormenu(PrefParam *pparam);
 
@@ -402,7 +390,6 @@ static PrefParam param[] = {
         &compose.autoreplyto_entry,
         prefs_set_data_from_entry, prefs_set_entry},
 
-#if USE_GPGME
        /* Privacy */
        {"default_encrypt", "FALSE", &tmp_ac_prefs.default_encrypt, P_BOOL,
         &privacy.default_encrypt_chkbtn,
@@ -410,18 +397,6 @@ static PrefParam param[] = {
        {"default_sign", "FALSE", &tmp_ac_prefs.default_sign, P_BOOL,
         &privacy.default_sign_chkbtn,
         prefs_set_data_from_toggle, prefs_set_toggle},
-       {"default_gnupg_mode", NULL, &tmp_ac_prefs.default_gnupg_mode, P_ENUM,
-        &privacy.gnupg_mime_radiobtn,
-        prefs_account_enum_set_data_from_radiobtn,
-        prefs_account_enum_set_radiobtn},
-       {"sign_key", NULL, &tmp_ac_prefs.sign_key, P_ENUM,
-        &privacy.defaultkey_radiobtn,
-        prefs_account_enum_set_data_from_radiobtn,
-        prefs_account_enum_set_radiobtn},
-       {"sign_key_id", NULL, &tmp_ac_prefs.sign_key_id, P_STRING,
-        &privacy.customkey_entry,
-        prefs_set_data_from_entry, prefs_set_entry},
-#endif /* USE_GPGME */
 
 #if USE_OPENSSL
        /* SSL */
@@ -539,9 +514,7 @@ static void prefs_account_basic_create              (void);
 static void prefs_account_receive_create       (void);
 static void prefs_account_send_create          (void);
 static void prefs_account_compose_create       (void);
-#if USE_GPGME
 static void prefs_account_privacy_create       (void);
-#endif /* USE_GPGME */
 #if USE_OPENSSL
 static void prefs_account_ssl_create           (void);
 #endif /* USE_OPENSSL */
@@ -766,10 +739,8 @@ static void prefs_account_create(void)
        SET_NOTEBOOK_LABEL(dialog.notebook, _("Send"), page++);
        prefs_account_compose_create();
        SET_NOTEBOOK_LABEL(dialog.notebook, _("Compose"), page++);
-#if USE_GPGME
        prefs_account_privacy_create();
        SET_NOTEBOOK_LABEL(dialog.notebook, _("Privacy"), page++);
-#endif /* USE_GPGME */
 #if USE_OPENSSL
        prefs_account_ssl_create();
        SET_NOTEBOOK_LABEL(dialog.notebook, _("SSL"), page++);
@@ -1657,7 +1628,6 @@ static void prefs_account_compose_create(void)
        compose.autoreplyto_entry  = autoreplyto_entry;
 }
 
-#if USE_GPGME
 static void prefs_account_privacy_create(void)
 {
        GtkWidget *vbox1;
@@ -1690,96 +1660,9 @@ static void prefs_account_privacy_create(void)
        PACK_CHECK_BUTTON (vbox2, default_sign_chkbtn,
                           _("Sign message by default"));
                            
-       PACK_FRAME (vbox1, frame_mode, _("Default mode"));
-       
-       vbox_mode = gtk_vbox_new (FALSE, 0);
-       gtk_widget_show (vbox_mode);
-       gtk_container_add (GTK_CONTAINER (frame_mode), vbox_mode);
-       gtk_container_set_border_width (GTK_CONTAINER (vbox_mode), 8);
-
-       gnupg_mime_radiobtn = gtk_radio_button_new_with_label
-               (NULL, _("Use PGP/MIME"));
-       gtk_widget_show (gnupg_mime_radiobtn);
-       gtk_box_pack_start (GTK_BOX (vbox_mode), gnupg_mime_radiobtn,
-                           FALSE, FALSE, 0);
-       gtk_object_set_user_data (GTK_OBJECT (gnupg_mime_radiobtn),
-                                 GINT_TO_POINTER (GNUPG_MODE_DETACH));
-
-       gnupg_inline_radiobtn = gtk_radio_button_new_with_label_from_widget
-               (GTK_RADIO_BUTTON (gnupg_mime_radiobtn),
-                _("Use Inline"));
-       gtk_widget_show (gnupg_inline_radiobtn);
-       gtk_box_pack_start (GTK_BOX (vbox_mode), gnupg_inline_radiobtn,
-                           FALSE, FALSE, 0);
-       gtk_object_set_user_data (GTK_OBJECT (gnupg_inline_radiobtn),
-                                 GINT_TO_POINTER (GNUPG_MODE_INLINE));
-       gtk_signal_connect (GTK_OBJECT (gnupg_inline_radiobtn), "clicked",
-                           prefs_account_gnupg_inline_warning, NULL);
-
-
-       PACK_FRAME (vbox1, frame1, _("Sign key"));
-
-       vbox2 = gtk_vbox_new (FALSE, 0);
-       gtk_widget_show (vbox2);
-       gtk_container_add (GTK_CONTAINER (frame1), vbox2);
-       gtk_container_set_border_width (GTK_CONTAINER (vbox2), 8);
-
-       defaultkey_radiobtn = gtk_radio_button_new_with_label
-               (NULL, _("Use default GnuPG key"));
-       gtk_widget_show (defaultkey_radiobtn);
-       gtk_box_pack_start (GTK_BOX (vbox2), defaultkey_radiobtn,
-                           FALSE, FALSE, 0);
-       gtk_object_set_user_data (GTK_OBJECT (defaultkey_radiobtn),
-                                 GINT_TO_POINTER (SIGN_KEY_DEFAULT));
-
-       emailkey_radiobtn = gtk_radio_button_new_with_label_from_widget
-               (GTK_RADIO_BUTTON (defaultkey_radiobtn),
-                _("Select key by your email address"));
-       gtk_widget_show (emailkey_radiobtn);
-       gtk_box_pack_start (GTK_BOX (vbox2), emailkey_radiobtn,
-                           FALSE, FALSE, 0);
-       gtk_object_set_user_data (GTK_OBJECT (emailkey_radiobtn),
-                                 GINT_TO_POINTER (SIGN_KEY_BY_FROM));
-
-       customkey_radiobtn = gtk_radio_button_new_with_label_from_widget
-               (GTK_RADIO_BUTTON (defaultkey_radiobtn),
-                _("Specify key manually"));
-       gtk_widget_show (customkey_radiobtn);
-       gtk_box_pack_start (GTK_BOX (vbox2), customkey_radiobtn,
-                           FALSE, FALSE, 0);
-       gtk_object_set_user_data (GTK_OBJECT (customkey_radiobtn),
-                                 GINT_TO_POINTER (SIGN_KEY_CUSTOM));
-
-       hbox1 = gtk_hbox_new (FALSE, 8);
-       gtk_widget_show (hbox1);
-       gtk_box_pack_start (GTK_BOX (vbox2), hbox1, FALSE, FALSE, 0);
-
-       label = gtk_label_new ("");
-       gtk_widget_show (label);
-       gtk_box_pack_start (GTK_BOX (hbox1), label, FALSE, FALSE, 0);
-       gtk_widget_set_usize (label, 16, -1);
-
-       label = gtk_label_new (_("User or key ID:"));
-       gtk_widget_show (label);
-       gtk_box_pack_start (GTK_BOX (hbox1), label, FALSE, FALSE, 0);
-
-       customkey_entry = gtk_entry_new ();
-       gtk_widget_show (customkey_entry);
-       gtk_box_pack_start (GTK_BOX (hbox1), customkey_entry,
-                           TRUE, TRUE, 0);
-
-       SET_TOGGLE_SENSITIVITY (customkey_radiobtn, customkey_entry);
-
        privacy.default_encrypt_chkbtn = default_encrypt_chkbtn;
        privacy.default_sign_chkbtn    = default_sign_chkbtn;
-       privacy.gnupg_mime_radiobtn    = gnupg_mime_radiobtn;
-       privacy.gnupg_inline_radiobtn  = gnupg_inline_radiobtn;
-       privacy.defaultkey_radiobtn    = defaultkey_radiobtn;
-       privacy.emailkey_radiobtn      = emailkey_radiobtn;
-       privacy.customkey_radiobtn     = customkey_radiobtn;
-       privacy.customkey_entry        = customkey_entry;
 }
-#endif /* USE_GPGME */
 
 #if USE_OPENSSL
 
@@ -2354,18 +2237,6 @@ static void prefs_account_enum_set_radiobtn(PrefParam *pparam)
        }
 }
 
-#if USE_GPGME
-static void prefs_account_gnupg_inline_warning(GtkWidget *widget)
-{
-       if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(widget)) &&
-           gtk_notebook_get_current_page(GTK_NOTEBOOK(dialog.notebook)) > 0)
-               alertpanel_warning
-                       (_("Its not recommended to use the old style Inline\n"
-                          "mode for GnuPG messages. It doesn't comply with\n"
-                          "RFC 3156 - MIME Security with OpenPGP."));
-}
-#endif /* USE_GPGME */
-
 static void prefs_account_protocol_set_data_from_optmenu(PrefParam *pparam)
 {
        GtkWidget *menu;
index ec69975a05cabb4798d01f1f57691f7fed8270c7..cb4edd1e46905020df7ca025d6b2ff4a8cf481e3 100644 (file)
@@ -42,27 +42,11 @@ typedef enum {
        SIG_DIRECT
 } SigType;
 
-#if USE_GPGME
-typedef enum {
-       SIGN_KEY_DEFAULT,
-       SIGN_KEY_BY_FROM,
-       SIGN_KEY_CUSTOM
-} SignKeyType;
-
-typedef enum {
-       GNUPG_MODE_DETACH,
-       GNUPG_MODE_INLINE
-} DefaultGnuPGMode;
-#endif /* USE_GPGME */
-
 #include <glib.h>
 
 #include "smtp.h"
 #include "folder.h"
 
-#ifdef USE_GPGME
-#  include "rfc2015.h"
-#endif
 
 
 struct _PrefsAccount
@@ -144,14 +128,9 @@ struct _PrefsAccount
        gboolean  set_autoreplyto;
        gchar    *auto_replyto;
 
-#if USE_GPGME
        /* Privacy */
        gboolean default_encrypt;
        gboolean default_sign;
-       gboolean default_gnupg_mode;
-       SignKeyType sign_key;
-       gchar *sign_key_id;
-#endif /* USE_GPGME */
 
        /* Advanced */
        gboolean  set_smtpport;
index 7647933ebc15de10c7d9ac055b3dd1cd4593e1b4..c36869ba1f26394f94d722a570831444d577367d 100644 (file)
@@ -153,17 +153,6 @@ static struct Message {
        GtkWidget *chkbtn_attach_desc;
 } message;
 
-#if USE_GPGME
-static struct Privacy {
-       GtkWidget *checkbtn_auto_check_signatures;
-       GtkWidget *checkbtn_store_passphrase;
-       GtkWidget *spinbtn_store_passphrase;
-       GtkObject *spinbtn_store_passphrase_adj;
-       GtkWidget *checkbtn_passphrase_grab;
-       GtkWidget *checkbtn_gpg_warning;
-} privacy;
-#endif
-
 static struct Interface {
        /* GtkWidget *checkbtn_emacs; */
        GtkWidget *checkbtn_always_show_msg;
@@ -629,29 +618,6 @@ static PrefParam param[] = {
        {"mime_open_command", "gedit '%s'",
         &prefs_common.mime_open_cmd, P_STRING, NULL, NULL, NULL},
 
-#if USE_GPGME
-       /* Privacy */
-       {"auto_check_signatures", "TRUE",
-        &prefs_common.auto_check_signatures, P_BOOL,
-        &privacy.checkbtn_auto_check_signatures,
-        prefs_set_data_from_toggle, prefs_set_toggle},
-       {"store_passphrase", "FALSE", &prefs_common.store_passphrase, P_BOOL,
-        &privacy.checkbtn_store_passphrase,
-        prefs_set_data_from_toggle, prefs_set_toggle},
-       {"store_passphrase_timeout", "0",
-        &prefs_common.store_passphrase_timeout, P_INT,
-        &privacy.spinbtn_store_passphrase,
-        prefs_set_data_from_spinbtn, prefs_set_spinbtn},
-#ifndef __MINGW32__
-       {"passphrase_grab", "FALSE", &prefs_common.passphrase_grab, P_BOOL,
-        &privacy.checkbtn_passphrase_grab,
-        prefs_set_data_from_toggle, prefs_set_toggle},
-#endif /* __MINGW32__ */
-       {"gpg_warning", "TRUE", &prefs_common.gpg_warning, P_BOOL,
-        &privacy.checkbtn_gpg_warning,
-        prefs_set_data_from_toggle, prefs_set_toggle},
-#endif /* USE_GPGME */
-
        /* Interface */
        {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL,
         NULL, NULL, NULL},
@@ -763,9 +729,6 @@ static void prefs_compose_create    (void);
 static void prefs_quote_create         (void);
 static void prefs_display_create       (void);
 static void prefs_message_create       (void);
-#if USE_GPGME
-static void prefs_privacy_create       (void);
-#endif
 static void prefs_interface_create     (void);
 static void prefs_other_create         (void);
 
@@ -951,10 +914,6 @@ static void prefs_common_create(void)
        SET_NOTEBOOK_LABEL(dialog.notebook, _("Display"),   page++);
        prefs_message_create();
        SET_NOTEBOOK_LABEL(dialog.notebook, _("Message"),   page++);
-#if USE_GPGME
-       prefs_privacy_create();
-       SET_NOTEBOOK_LABEL(dialog.notebook, _("Privacy"),   page++);
-#endif
        prefs_interface_create();
        SET_NOTEBOOK_LABEL(dialog.notebook, _("Interface"), page++);
        prefs_other_create();
@@ -1901,108 +1860,6 @@ static void prefs_message_create(void)
        message.chkbtn_attach_desc  = chkbtn_attach_desc;
 }
 
-#if USE_GPGME
-static void prefs_privacy_create(void)
-{
-       GtkWidget *vbox1;
-       GtkWidget *vbox2;
-       GtkWidget *vbox3;
-       GtkWidget *hbox1;
-       GtkWidget *hbox_spc;
-       GtkWidget *label;
-       GtkWidget *checkbtn_auto_check_signatures;
-       GtkWidget *checkbtn_store_passphrase;
-       GtkObject *spinbtn_store_passphrase_adj;
-       GtkWidget *spinbtn_store_passphrase;
-       GtkTooltips *store_tooltip;
-       GtkWidget *checkbtn_passphrase_grab;
-       GtkWidget *checkbtn_gpg_warning;
-
-       vbox1 = gtk_vbox_new (FALSE, VSPACING);
-       gtk_widget_show (vbox1);
-       gtk_container_add (GTK_CONTAINER (dialog.notebook), vbox1);
-       gtk_container_set_border_width (GTK_CONTAINER (vbox1), VBOX_BORDER);
-
-       vbox2 = gtk_vbox_new (FALSE, 0);
-       gtk_widget_show (vbox2);
-       gtk_box_pack_start (GTK_BOX (vbox1), vbox2, FALSE, FALSE, 0);
-
-       PACK_CHECK_BUTTON (vbox2, checkbtn_auto_check_signatures,
-                          _("Automatically check signatures"));
-
-       PACK_CHECK_BUTTON (vbox2, checkbtn_store_passphrase,
-                          _("Store passphrase in memory temporarily"));
-
-       vbox3 = gtk_vbox_new (FALSE, 0);
-       gtk_widget_show (vbox3);
-       gtk_box_pack_start (GTK_BOX (vbox2), vbox3, FALSE, FALSE, 0);
-
-       hbox1 = gtk_hbox_new (FALSE, 8);
-       gtk_widget_show (hbox1);
-       gtk_box_pack_start (GTK_BOX (vbox3), hbox1, FALSE, FALSE, 0);
-
-       hbox_spc = gtk_hbox_new (FALSE, 0);
-       gtk_widget_show (hbox_spc);
-       gtk_box_pack_start (GTK_BOX (hbox1), hbox_spc, FALSE, FALSE, 0);
-       gtk_widget_set_usize (hbox_spc, 12, -1);
-
-       label = gtk_label_new (_("Expire after"));
-       gtk_widget_show (label);
-       gtk_box_pack_start (GTK_BOX (hbox1), label, FALSE, FALSE, 0);
-
-       store_tooltip = gtk_tooltips_new();
-
-       spinbtn_store_passphrase_adj = gtk_adjustment_new (0, 0, 1440, 1, 5, 5);
-       spinbtn_store_passphrase = gtk_spin_button_new
-               (GTK_ADJUSTMENT (spinbtn_store_passphrase_adj), 1, 0);
-       gtk_widget_show (spinbtn_store_passphrase);
-       gtk_tooltips_set_tip(GTK_TOOLTIPS(store_tooltip), spinbtn_store_passphrase,
-                            _("Setting to '0' will store the passphrase"
-                              " for the whole session"),
-                            NULL);
-       gtk_box_pack_start (GTK_BOX (hbox1), spinbtn_store_passphrase, FALSE, FALSE, 0);
-       gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbtn_store_passphrase),
-                                    TRUE);
-       gtk_widget_set_usize (spinbtn_store_passphrase, 64, -1);
-
-       label = gtk_label_new (_("minute(s) "));
-       gtk_widget_show (label);
-       gtk_box_pack_start (GTK_BOX (hbox1), label, FALSE, FALSE, 0);
-
-       hbox1 = gtk_hbox_new (FALSE, 8);
-       gtk_widget_show (hbox1);
-       gtk_box_pack_start (GTK_BOX (vbox3), hbox1, FALSE, FALSE, 0);
-
-       hbox_spc = gtk_hbox_new (FALSE, 0);
-       gtk_widget_show (hbox_spc);
-       gtk_box_pack_start (GTK_BOX (hbox1), hbox_spc, FALSE, FALSE, 0);
-       gtk_widget_set_usize (hbox_spc, 12, -1);
-
-       SET_TOGGLE_SENSITIVITY (checkbtn_store_passphrase, vbox3);
-
-#ifndef __MINGW32__
-       PACK_CHECK_BUTTON (vbox2, checkbtn_passphrase_grab,
-                          _("Grab input while entering a passphrase"));
-#endif
-
-       PACK_CHECK_BUTTON
-               (vbox2, checkbtn_gpg_warning,
-                _("Display warning on startup if GnuPG doesn't work"));
-
-       hbox1 = gtk_hbox_new (FALSE, 8);
-       gtk_widget_show (hbox1);
-       gtk_box_pack_start (GTK_BOX (vbox1), hbox1, FALSE, FALSE, 0);
-
-       privacy.checkbtn_auto_check_signatures
-                                            = checkbtn_auto_check_signatures;
-       privacy.checkbtn_store_passphrase    = checkbtn_store_passphrase;
-       privacy.spinbtn_store_passphrase     = spinbtn_store_passphrase;
-       privacy.spinbtn_store_passphrase_adj = spinbtn_store_passphrase_adj;
-       privacy.checkbtn_passphrase_grab     = checkbtn_passphrase_grab;
-       privacy.checkbtn_gpg_warning         = checkbtn_gpg_warning;
-}
-#endif /* USE_GPGME */
-
 static void prefs_interface_create(void)
 {
        GtkWidget *vbox1;
index 12cca8e314ab2adba47798179e9ff9486a0ba8d4..a7b5c720b67f0a619fd8fa89b5919cc5b9da502b 100644 (file)
@@ -236,16 +236,6 @@ struct _PrefsCommon
 
        GList *mime_open_cmd_history;
 
-#if USE_GPGME
-       /* Privacy */
-       gboolean auto_check_signatures;
-       gboolean gpg_signature_popup;
-       gboolean store_passphrase;
-       gint store_passphrase_timeout;
-       gboolean passphrase_grab;
-       gboolean gpg_warning;
-#endif /* USE_GPGME */
-
        /* Interface */
        gboolean sep_folder;
        gboolean sep_msg;
index 76a3cd1628dea01153e3f965d85f3afdbd2274a2..7220023eb70620a169c2eb2b6ee627a53ed25094 100644 (file)
@@ -225,3 +225,127 @@ gint privacy_mimeinfo_decrypt(MimeInfo *mimeinfo)
 
        return -1;
 }
+
+GSList *privacy_get_system_ids()
+{
+       GSList *cur;
+       GSList *ret = NULL;
+
+       for(cur = systems; cur != NULL; cur = g_slist_next(cur)) {
+               PrivacySystem *system = (PrivacySystem *) cur->data;
+
+               ret = g_slist_append(ret, g_strdup(system->id));
+       }
+
+       return ret;
+}
+
+static PrivacySystem *privacy_get_system(const gchar *id)
+{
+       GSList *cur;
+
+       g_return_val_if_fail(id != NULL, NULL);
+
+       for(cur = systems; cur != NULL; cur = g_slist_next(cur)) {
+               PrivacySystem *system = (PrivacySystem *) cur->data;
+
+               if(strcmp(id, system->id) == 0)
+                       return system;
+       }
+
+       return NULL;
+}
+
+const gchar *privacy_system_get_name(const gchar *id)
+{
+       PrivacySystem *system;
+
+       g_return_val_if_fail(id != NULL, NULL);
+
+       system = privacy_get_system(id);
+       if (system == NULL)
+               return NULL;
+
+       return system->name;
+}
+
+gboolean privacy_system_can_sign(const gchar *id)
+{
+       PrivacySystem *system;
+
+       g_return_val_if_fail(id != NULL, FALSE);
+
+       system = privacy_get_system(id);
+       if (system == NULL)
+               return FALSE;
+
+       return system->can_sign;
+}
+
+gboolean privacy_system_can_encrypt(const gchar *id)
+{
+       PrivacySystem *system;
+
+       g_return_val_if_fail(id != NULL, FALSE);
+
+       system = privacy_get_system(id);
+       if (system == NULL)
+               return FALSE;
+
+       return system->can_encrypt;
+}
+
+gboolean privacy_sign(const gchar *id, MimeInfo *target)
+{
+       PrivacySystem *system;
+
+       g_return_val_if_fail(id != NULL, FALSE);
+       g_return_val_if_fail(target != NULL, FALSE);
+
+       system = privacy_get_system(id);
+       if (system == NULL)
+               return FALSE;
+       if (!system->can_sign)
+               return FALSE;
+       if (system->sign == NULL)
+               return FALSE;
+
+       return system->sign(target);
+}
+
+gchar *privacy_get_encrypt_data(const gchar *id, GSList *recp_names)
+{
+       PrivacySystem *system;
+
+       g_return_val_if_fail(id != NULL, NULL);
+       g_return_val_if_fail(recp_names != NULL, NULL);
+
+       system = privacy_get_system(id);
+       if (system == NULL)
+               return FALSE;
+       if (!system->can_encrypt)
+               return FALSE;
+       if (system->get_encrypt_data == NULL)
+               return FALSE;
+
+       return system->get_encrypt_data(recp_names);
+}
+
+gboolean privacy_encrypt(const gchar *id, MimeInfo *mimeinfo, const gchar *encdata)
+{
+       PrivacySystem *system;
+
+       g_return_val_if_fail(id != NULL, FALSE);
+       g_return_val_if_fail(mimeinfo != NULL, FALSE);
+       g_return_val_if_fail(encdata != NULL, FALSE);
+
+       system = privacy_get_system(id);
+       if (system == NULL)
+               return FALSE;
+       if (!system->can_encrypt)
+               return FALSE;
+       if (system->encrypt == NULL)
+               return FALSE;
+
+       return system->encrypt(mimeinfo, encdata);
+}
index e77c66555e22b758d885b7eb52998af1bc242f99..c3222036f86beeb85387fe090c2dee534de05e57 100644 (file)
@@ -49,22 +49,43 @@ gchar *privacy_mimeinfo_sig_info_full               (MimeInfo *);
 gboolean privacy_mimeinfo_is_encrypted         (MimeInfo *);
 gint privacy_mimeinfo_decrypt                  (MimeInfo *);
 
+GSList *privacy_get_system_ids                 ();
+const gchar *privacy_system_get_name           (const gchar *);
+gboolean privacy_system_can_sign               (const gchar *);
+gboolean privacy_system_can_encrypt            (const gchar *);
+
+gboolean privacy_sign                          (const gchar *system,
+                                                MimeInfo    *mimeinfo);
+gchar *privacy_get_encrypt_data                        (const gchar *system,
+                                                GSList      *recp_names);
+gboolean privacy_encrypt                       (const gchar *system,
+                                                MimeInfo    *mimeinfo,
+                                                const gchar *encdata);
+
 struct _PrivacySystem {
        /** Identifier for the PrivacySystem that can use in config files */
        gchar            *id;
        /** Human readable name for the PrivacySystem for the user interface */
        gchar            *name;
 
-       void             (*free_privacydata)    (PrivacyData *);
+       void             (*free_privacydata)    (PrivacyData *data);
+
+       gboolean         (*is_signed)           (MimeInfo *mimeinfo);
+       gint             (*check_signature)     (MimeInfo *mimeinfo);
+       SignatureStatus  (*get_sig_status)      (MimeInfo *mimeinfo);
+       gchar           *(*get_sig_info_short)  (MimeInfo *mimeinfo);
+       gchar           *(*get_sig_info_full)   (MimeInfo *mimeinfo);
+
+       gboolean         (*is_encrypted)        (MimeInfo *mimeinfo);
+       MimeInfo        *(*decrypt)             (MimeInfo *mimeinfo);
 
-       gboolean         (*is_signed)           (MimeInfo *);
-       gint             (*check_signature)     (MimeInfo *);
-       SignatureStatus  (*get_sig_status)      (MimeInfo *);
-       gchar           *(*get_sig_info_short)  (MimeInfo *);
-       gchar           *(*get_sig_info_full)   (MimeInfo *);
+       gboolean           can_sign;
+       gboolean         (*sign)                (MimeInfo *mimeinfo);
 
-       gboolean         (*is_encrypted)        (MimeInfo *);
-       MimeInfo        *(*decrypt)             (MimeInfo *);
+       gboolean           can_encrypt;
+       gchar           *(*get_encrypt_data)    (GSList *recp_names);
+       gboolean         (*encrypt)             (MimeInfo *mimeinfo,
+                                                const gchar *encrypt_data);
 };
 
 struct _PrivacyData {
index 8dcc643f816c90b87501323ff75cc361e3e7bbcf..b2ad79e1588d26a3bf4d76315997d5db0cf7bae2 100644 (file)
@@ -55,12 +55,18 @@ MimeInfo *procmime_mimeinfo_new(void)
        MimeInfo *mimeinfo;
 
        mimeinfo = g_new0(MimeInfo, 1);
-       mimeinfo->type          = MIMETYPE_UNKNOWN;
-       mimeinfo->encoding_type = ENC_UNKNOWN;
-       mimeinfo->disposition   = DISPOSITIONTYPE_UNKNOWN;
+       mimeinfo->content        = MIMECONTENT_EMPTY;
+       mimeinfo->filename       = NULL;
+
+       mimeinfo->type           = MIMETYPE_UNKNOWN;
+       mimeinfo->encoding_type  = ENC_UNKNOWN;
+       mimeinfo->typeparameters = g_hash_table_new(g_str_hash, g_str_equal);
+
+       mimeinfo->disposition    = DISPOSITIONTYPE_UNKNOWN;
+       mimeinfo->dispositionparameters 
+                                = g_hash_table_new(g_str_hash, g_str_equal);
 
-       mimeinfo->parameters = g_hash_table_new(g_str_hash, g_str_equal);
-       mimeinfo->node       = g_node_new(mimeinfo);
+       mimeinfo->node           = g_node_new(mimeinfo);
        
        return mimeinfo;
 }
@@ -94,16 +100,30 @@ static gboolean free_func(GNode *node, gpointer data)
 {
        MimeInfo *mimeinfo = (MimeInfo *) node->data;
 
-       if (mimeinfo->tmpfile)
-               unlink(mimeinfo->filename);
-       g_free(mimeinfo->filename);
+       switch (mimeinfo->content) {
+       case MIMECONTENT_FILE:
+               if (mimeinfo->tmp)
+                       unlink(mimeinfo->filename);
+               g_free(mimeinfo->filename);
+               break;
+
+       case MIMECONTENT_MEM:
+               if (mimeinfo->tmp)
+                       g_free(mimeinfo->data);
+       default:
+               break;
+       }
 
        g_free(mimeinfo->subtype);
        g_free(mimeinfo->description);
        g_free(mimeinfo->id);
 
-       g_hash_table_foreach_remove(mimeinfo->parameters, procmime_mimeinfo_parameters_destroy, NULL);
-       g_hash_table_destroy(mimeinfo->parameters);
+       g_hash_table_foreach_remove(mimeinfo->typeparameters,
+               procmime_mimeinfo_parameters_destroy, NULL);
+       g_hash_table_destroy(mimeinfo->typeparameters);
+       g_hash_table_foreach_remove(mimeinfo->dispositionparameters,
+               procmime_mimeinfo_parameters_destroy, NULL);
+       g_hash_table_destroy(mimeinfo->dispositionparameters);
 
        if (mimeinfo->privacy)
                privacy_free_privacydata(mimeinfo->privacy);
@@ -233,10 +253,16 @@ enum
 
 const gchar *procmime_mimeinfo_get_parameter(MimeInfo *mimeinfo, const gchar *name)
 {
+       const gchar *value;
+
        g_return_val_if_fail(mimeinfo != NULL, NULL);
        g_return_val_if_fail(name != NULL, NULL);
+
+       value = g_hash_table_lookup(mimeinfo->dispositionparameters, name);
+       if (value == NULL)
+               value = g_hash_table_lookup(mimeinfo->typeparameters, name);
        
-       return g_hash_table_lookup(mimeinfo->parameters, name);
+       return value;
 }
 
 gboolean procmime_decode_content(MimeInfo *mimeinfo)
@@ -254,9 +280,8 @@ gboolean procmime_decode_content(MimeInfo *mimeinfo)
                   
        g_return_val_if_fail(mimeinfo != NULL, FALSE);
 
-       if (encoding == ENC_BINARY || 
-           encoding == ENC_7BIT ||
-           encoding == ENC_8BIT)
+       if (encoding == ENC_UNKNOWN ||
+           encoding == ENC_BINARY)
                return TRUE;
 
        infp = fopen(mimeinfo->filename, "rb");
@@ -325,11 +350,12 @@ gboolean procmime_decode_content(MimeInfo *mimeinfo)
        fclose(infp);
 
        stat(tmpfilename, &statbuf);
-       if (mimeinfo->tmpfile)
+       if (mimeinfo->tmp && (mimeinfo->filename != NULL))
                unlink(mimeinfo->filename);
-       g_free(mimeinfo->filename);
+       if (mimeinfo->filename != NULL)
+               g_free(mimeinfo->filename);
        mimeinfo->filename = tmpfilename;
-       mimeinfo->tmpfile = TRUE;
+       mimeinfo->tmp = TRUE;
        mimeinfo->offset = 0;
        mimeinfo->length = statbuf.st_size;
        mimeinfo->encoding_type = ENC_BINARY;
@@ -337,6 +363,83 @@ gboolean procmime_decode_content(MimeInfo *mimeinfo)
        return TRUE;
 }
 
+#define B64_LINE_SIZE          57
+#define B64_BUFFSIZE           77
+
+gboolean procmime_encode_content(MimeInfo *mimeinfo, EncodingType encoding)
+{
+       FILE *infp, *outfp;
+       gint len;
+       gchar *tmpfilename;
+       gchar *mimetmpdir;
+       struct stat statbuf;
+
+       if (mimeinfo->encoding_type != ENC_UNKNOWN ||
+           mimeinfo->encoding_type != ENC_BINARY ||
+           mimeinfo->encoding_type != ENC_7BIT ||
+           mimeinfo->encoding_type != ENC_8BIT)
+               if(!procmime_decode_content(mimeinfo))
+                       return FALSE;
+
+       mimetmpdir = get_mime_tmp_dir();
+       outfp = get_tmpfile_in_dir(mimetmpdir, &tmpfilename);
+       if (!outfp) {
+               perror("tmpfile");
+               return FALSE;
+       }
+
+       if ((infp = fopen(mimeinfo->filename, "rb")) == NULL) {
+               g_warning("Can't open file %s\n", mimeinfo->filename);
+               return FALSE;
+       }
+
+       if (encoding == ENC_BASE64) {
+               gchar inbuf[B64_LINE_SIZE], outbuf[B64_BUFFSIZE];
+
+               while ((len = fread(inbuf, sizeof(gchar),
+                                   B64_LINE_SIZE, infp))
+                      == B64_LINE_SIZE) {
+                       base64_encode(outbuf, inbuf, B64_LINE_SIZE);
+                       fputs(outbuf, outfp);
+                       fputc('\n', outfp);
+               }
+               if (len > 0 && feof(infp)) {
+                       base64_encode(outbuf, inbuf, len);
+                       fputs(outbuf, outfp);
+                       fputc('\n', outfp);
+               }
+       } else if (encoding == ENC_QUOTED_PRINTABLE) {
+               gchar inbuf[BUFFSIZE], outbuf[BUFFSIZE * 4];
+
+               while (fgets(inbuf, sizeof(inbuf), infp) != NULL) {
+                       qp_encode_line(outbuf, inbuf);
+                       fputs(outbuf, outfp);
+               }
+       } else {
+               gchar buf[BUFFSIZE];
+
+               while (fgets(buf, sizeof(buf), infp) != NULL) {
+                       strcrchomp(buf);
+                       fputs(buf, outfp);
+               }
+       }
+
+       fclose(outfp);
+       fclose(infp);
+
+       stat(tmpfilename, &statbuf);
+       if (mimeinfo->tmp && (mimeinfo->filename != NULL))
+               unlink(mimeinfo->filename);
+       g_free(mimeinfo->filename);
+       mimeinfo->filename = tmpfilename;
+       mimeinfo->tmp = TRUE;
+       mimeinfo->offset = 0;
+       mimeinfo->length = statbuf.st_size;
+       mimeinfo->encoding_type = encoding;
+
+       return TRUE;
+}
+
 gint procmime_get_part(const gchar *outfile, MimeInfo *mimeinfo)
 {
        FILE *infp, *outfp;
@@ -956,7 +1059,7 @@ static struct TypeTable mime_type_table[] = {
        {NULL, 0},
 };
 
-const gchar *procmime_get_type_str(MimeMediaType type)
+const gchar *procmime_get_media_type_str(MimeMediaType type)
 {
        struct TypeTable *type_table;
        
@@ -967,6 +1070,17 @@ const gchar *procmime_get_type_str(MimeMediaType type)
        return NULL;
 }
 
+MimeMediaType procmime_get_media_type(const gchar *str)
+{
+       struct TypeTable *typetablearray;
+
+       for (typetablearray = mime_type_table; typetablearray->str != NULL; typetablearray++)
+               if (g_strncasecmp(str, typetablearray->str, strlen(typetablearray->str)) == 0)
+                       return typetablearray->type;
+
+       return MIMETYPE_UNKNOWN;
+}
+
 /*!
  *\brief       Safe wrapper for content type string.
  *
@@ -977,7 +1091,7 @@ gchar *procmime_get_content_type_str(MimeMediaType type,
 {
        const gchar *type_str = NULL;
 
-       if (subtype == NULL || !(type_str = procmime_get_type_str(type)))
+       if (subtype == NULL || !(type_str = procmime_get_media_type_str(type)))
                return g_strdup("unknown");
        return g_strdup_printf("%s/%s", type_str, subtype);
 }
@@ -1041,7 +1155,7 @@ void procmime_parse_message_rfc822(MimeInfo *mimeinfo)
                MimeInfo *subinfo;
 
                subinfo = procmime_mimeinfo_new();
-               subinfo->encoding_type = ENC_BINARY;
+               subinfo->encoding_type = ENC_UNKNOWN;
                subinfo->type = MIMETYPE_TEXT;
                subinfo->subtype = g_strdup("plain");
                subinfo->filename = g_strdup(mimeinfo->filename);
@@ -1074,7 +1188,7 @@ void procmime_parse_multipart(MimeInfo *mimeinfo)
        gchar buf[BUFFSIZE];
        FILE *fp;
 
-       boundary = g_hash_table_lookup(mimeinfo->parameters, "boundary");
+       boundary = g_hash_table_lookup(mimeinfo->typeparameters, "boundary");
        if (!boundary)
                return;
        boundary_len = strlen(boundary);
@@ -1098,7 +1212,7 @@ void procmime_parse_multipart(MimeInfo *mimeinfo)
                                                        hentry[2].body, hentry[3].body, 
                                                        hentry[4].body, 
                                                        mimeinfo->filename, lastoffset,
-                                                       (ftell(fp) - strlen(buf)) - lastoffset);
+                                                       (ftell(fp) - strlen(buf)) - lastoffset - 1);
                        }
                        
                        if (buf[2 + boundary_len]     == '-' &&
@@ -1126,7 +1240,7 @@ void procmime_parse_multipart(MimeInfo *mimeinfo)
        fclose(fp);
 }
 
-static void add_to_mimeinfo_parameters(gchar **parts, MimeInfo *mimeinfo)
+static void add_to_mimeinfo_parameters(gchar **parts, GHashTable *table)
 {
        gchar **strarray;
 
@@ -1144,9 +1258,8 @@ static void add_to_mimeinfo_parameters(gchar **parts, MimeInfo *mimeinfo)
                                extract_quote(parameters_parts[1], '"');
                        else if ((firstspace = strchr(parameters_parts[1], ' ')) != NULL)
                                *firstspace = '\0';
-                       if (g_hash_table_lookup(mimeinfo->parameters,
-                                              parameters_parts[0]) == NULL)
-                               g_hash_table_insert(mimeinfo->parameters,
+                       if (g_hash_table_lookup(table, parameters_parts[0]) == NULL)
+                               g_hash_table_insert(table,
                                                    g_strdup(parameters_parts[0]),
                                                    g_strdup(parameters_parts[1]));
                }
@@ -1159,7 +1272,6 @@ static void procmime_parse_content_type(const gchar *content_type, MimeInfo *mim
        gchar **content_type_parts;
        gchar **strarray;
        gchar *str;
-       struct TypeTable *typetablearray;
        
        g_return_if_fail(content_type != NULL);
        g_return_if_fail(mimeinfo != NULL);
@@ -1178,24 +1290,25 @@ static void procmime_parse_content_type(const gchar *content_type, MimeInfo *mim
        if ((str == NULL) || (str[0] == '\0') || (strchr(str, '/') == NULL)) {
                mimeinfo->type = MIMETYPE_TEXT;
                mimeinfo->subtype = g_strdup("plain");
-               if (g_hash_table_lookup(mimeinfo->parameters,
+               if (g_hash_table_lookup(mimeinfo->typeparameters,
                                       "charset") == NULL)
-                       g_hash_table_insert(mimeinfo->parameters,
+                       g_hash_table_insert(mimeinfo->typeparameters,
                                            g_strdup("charset"),
                                            g_strdup("us-ascii"));
        } else {
-               mimeinfo->type = MIMETYPE_UNKNOWN;
-               for (typetablearray = mime_type_table; typetablearray->str != NULL; typetablearray++) {
-                       if (g_strncasecmp(str, typetablearray->str, strlen(typetablearray->str)) == 0 &&
-                           str[strlen(typetablearray->str)] == '/') {
-                               mimeinfo->type = typetablearray->type;
-                               mimeinfo->subtype = g_strdup(str + strlen(typetablearray->str) + 1);
-                               break;
-                       }
-               }
+               gchar *type, *subtype;
+
+               type = g_strdup(str);
+               subtype = strchr(type, '/') + 1;
+               *(subtype - 1) = '\0';
+
+               mimeinfo->type = procmime_get_media_type(type);
+               mimeinfo->subtype = g_strdup(subtype);
+
+               g_free(type);
 
                /* Get mimeinfo->parmeters */
-               add_to_mimeinfo_parameters(&content_type_parts[1], mimeinfo);
+               add_to_mimeinfo_parameters(&content_type_parts[1], mimeinfo->typeparameters);
        }
 
        g_strfreev(content_type_parts);
@@ -1229,7 +1342,7 @@ static void procmime_parse_content_disposition(const gchar *content_disposition,
        else
                mimeinfo->disposition = DISPOSITIONTYPE_ATTACHMENT;
        
-       add_to_mimeinfo_parameters(&content_disp_parts[1], mimeinfo);
+       add_to_mimeinfo_parameters(&content_disp_parts[1], mimeinfo->dispositionparameters);
        g_strfreev(content_disp_parts);
 }
 
@@ -1262,6 +1375,7 @@ void procmime_parse_mimepart(MimeInfo *parent,
 
        /* Create MimeInfo */
        mimeinfo = procmime_mimeinfo_new();
+       mimeinfo->content = MIMECONTENT_FILE;
        if (parent != NULL)
                g_node_append(parent->node, mimeinfo->node);
        mimeinfo->filename = g_strdup(filename);
@@ -1273,15 +1387,15 @@ void procmime_parse_mimepart(MimeInfo *parent,
        } else {
                mimeinfo->type = MIMETYPE_TEXT;
                mimeinfo->subtype = g_strdup("plain");
-               if (g_hash_table_lookup(mimeinfo->parameters,
+               if (g_hash_table_lookup(mimeinfo->typeparameters,
                                       "charset") == NULL)
-                       g_hash_table_insert(mimeinfo->parameters, g_strdup("charset"), g_strdup("us-ascii"));
+                       g_hash_table_insert(mimeinfo->typeparameters, g_strdup("charset"), g_strdup("us-ascii"));
        }
 
        if (content_encoding != NULL) {
                procmime_parse_content_encoding(content_encoding, mimeinfo);
        } else {
-               mimeinfo->encoding_type = ENC_7BIT;
+               mimeinfo->encoding_type = ENC_UNKNOWN;
        }
 
        if (content_description != NULL)
@@ -1345,7 +1459,7 @@ static void output_mime_structure(MimeInfo *mimeinfo, int indent)
        g_node_traverse(mimeinfo->node, G_PRE_ORDER, G_TRAVERSE_ALL, -1, output_func, NULL);
 }
 
-static MimeInfo *procmime_scan_file_with_offset(const gchar *filename, int offset)
+MimeInfo *procmime_scan_file_with_offset(const gchar *filename, int offset)
 {
        MimeInfo *mimeinfo;
        struct stat buf;
@@ -1353,7 +1467,8 @@ static MimeInfo *procmime_scan_file_with_offset(const gchar *filename, int offse
        stat(filename, &buf);
 
        mimeinfo = procmime_mimeinfo_new();
-       mimeinfo->encoding_type = ENC_BINARY;
+       mimeinfo->content = MIMECONTENT_FILE;
+       mimeinfo->encoding_type = ENC_UNKNOWN;
        mimeinfo->type = MIMETYPE_MESSAGE;
        mimeinfo->subtype = g_strdup("rfc822");
        mimeinfo->filename = g_strdup(filename);
@@ -1367,7 +1482,7 @@ static MimeInfo *procmime_scan_file_with_offset(const gchar *filename, int offse
        return mimeinfo;
 }
 
-MimeInfo *procmime_scan_file(gchar *filename)
+MimeInfo *procmime_scan_file(const gchar *filename)
 {
        MimeInfo *mimeinfo;
 
@@ -1378,7 +1493,7 @@ MimeInfo *procmime_scan_file(gchar *filename)
        return mimeinfo;
 }
 
-MimeInfo *procmime_scan_queue_file(gchar *filename)
+MimeInfo *procmime_scan_queue_file(const gchar *filename)
 {
        FILE *fp;
        MimeInfo *mimeinfo;
@@ -1400,3 +1515,220 @@ MimeInfo *procmime_scan_queue_file(gchar *filename)
 
        return mimeinfo;
 }
+
+static void write_parameters(gpointer key, gpointer value, gpointer user_data)
+{
+       gchar *param = key;
+       gchar *val = value;
+       FILE *fp = user_data;
+
+       /* FIXME: better encoding of parameters */
+       fprintf(fp, "; %s=", param);
+       if (strchr(val, ' ') != NULL)
+               fprintf(fp, "\"%s\"", val);
+       else
+               fprintf(fp, "%s", val);
+}
+
+void procmime_write_mime_header(MimeInfo *mimeinfo, FILE *fp)
+{
+       struct TypeTable *type_table;
+
+       debug_print("procmime_write_mime_header\n");
+
+       for (type_table = mime_type_table; type_table->str != NULL; type_table++)
+               if (mimeinfo->type == type_table->type) {
+                       fprintf(fp, "Content-Type: %s/%s", type_table->str, mimeinfo->subtype);
+                       break;
+               }
+       g_hash_table_foreach(mimeinfo->typeparameters, write_parameters, fp);
+       fprintf(fp, "\n");
+
+       if (mimeinfo->encoding_type != ENC_UNKNOWN)
+               fprintf(fp, "Content-Transfer-Encoding: %s\n", procmime_get_encoding_str(mimeinfo->encoding_type));
+
+       if (mimeinfo->description != NULL)
+               fprintf(fp, "Content-Description: %s\n", mimeinfo->description);
+
+       if (mimeinfo->id != NULL)
+               fprintf(fp, "Content-ID: %s\n", mimeinfo->id);
+
+       if (mimeinfo->disposition != DISPOSITIONTYPE_UNKNOWN) {
+               fprintf(fp, "Content-Disposition: ");
+               if (mimeinfo->disposition == DISPOSITIONTYPE_INLINE)
+                       fprintf(fp, "inline");
+               else if (mimeinfo->disposition == DISPOSITIONTYPE_ATTACHMENT)
+                       fprintf(fp, "attachment");
+               else
+                       fprintf(fp, "unknown");
+
+               /* FIXME: linebreaks after too many parameters */
+               g_hash_table_foreach(mimeinfo->dispositionparameters, write_parameters, fp);
+               fprintf(fp, "\n");
+       }
+
+       fprintf(fp, "\n");
+}
+
+gint procmime_write_message_rfc822(MimeInfo *mimeinfo, FILE *fp)
+{
+       FILE *infp;
+       GNode *childnode;
+       MimeInfo *child;
+       gchar buf[BUFFSIZE];
+       gboolean skip = FALSE;;
+
+       debug_print("procmime_write_message_rfc822\n");
+
+       /* write header */
+       switch (mimeinfo->content) {
+       case MIMECONTENT_FILE:
+               if ((infp = fopen(mimeinfo->filename, "rb")) == NULL) {
+                       FILE_OP_ERROR(mimeinfo->filename, "fopen");
+                       return -1;
+               }
+               fseek(infp, mimeinfo->offset, SEEK_SET);
+               while (fgets(buf, sizeof(buf), infp) == buf) {
+                       if (buf[0] == '\n' && buf[1] == '\0')
+                               break;
+                       if (skip && (buf[0] == ' ' || buf[0] == '\t'))
+                               continue;
+                       if (g_strncasecmp(buf, "Mime-Version:", 13) == 0 ||
+                           g_strncasecmp(buf, "Content-Type:", 13) == 0 ||
+                           g_strncasecmp(buf, "Content-Transfer-Encoding:", 26) == 0 ||
+                           g_strncasecmp(buf, "Content-Description:", 20) == 0 ||
+                           g_strncasecmp(buf, "Content-ID:", 11) == 0 ||
+                           g_strncasecmp(buf, "Content-Disposition:", 20) == 0) {
+                               skip = TRUE;
+                               continue;
+                       }
+                       fwrite(buf, sizeof(gchar), strlen(buf), fp);
+                       skip = FALSE;
+               }
+               fclose(infp);
+               break;
+
+       case MIMECONTENT_MEM:
+               fwrite(mimeinfo->data, strlen(mimeinfo->data), sizeof(gchar), fp);
+               break;
+
+       default:
+               break;
+       }
+
+       childnode = mimeinfo->node->children;
+       if (childnode == NULL)
+               return -1;
+
+       child = (MimeInfo *) childnode->data;
+       fprintf(fp, "Mime-Version: 1.0\n");
+       procmime_write_mime_header(child, fp);
+       return procmime_write_mimeinfo(child, fp);
+}
+
+gint procmime_write_multipart(MimeInfo *mimeinfo, FILE *fp)
+{
+       FILE *infp;
+       GNode *childnode;
+       gchar *boundary, *str, *str2;
+       gchar buf[BUFFSIZE];
+       gboolean firstboundary;
+
+       debug_print("procmime_write_multipart\n");
+
+       boundary = g_hash_table_lookup(mimeinfo->typeparameters, "boundary");
+
+       switch (mimeinfo->content) {
+       case MIMECONTENT_FILE:
+               if ((infp = fopen(mimeinfo->filename, "rb")) == NULL) {
+                       FILE_OP_ERROR(mimeinfo->filename, "fopen");
+                       return -1;
+               }
+               fseek(infp, mimeinfo->offset, SEEK_SET);
+               while (fgets(buf, sizeof(buf), infp) == buf) {
+                       if (IS_BOUNDARY(buf, boundary, strlen(boundary)))
+                               break;
+                       fwrite(buf, sizeof(gchar), strlen(buf), fp);
+               }
+               fclose(infp);
+               break;
+
+       case MIMECONTENT_MEM:
+               str = g_strdup(mimeinfo->data);
+               if (((str2 = strstr(str, boundary)) != NULL) && ((str2 - str) >= 2) &&
+                   (*(str2 - 1) == '-') && (*(str2 - 2) == '-'))
+                       *(str2 - 2) = '\0';
+               fwrite(str, strlen(str), sizeof(gchar), fp);
+               g_free(str);
+               break;
+
+       default:
+               break;
+       }
+
+       childnode = mimeinfo->node->children;
+       firstboundary = TRUE;
+       while (childnode != NULL) {
+               MimeInfo *child = childnode->data;
+
+               if (firstboundary)
+                       firstboundary = FALSE;
+               else
+                       fprintf(fp, "\n");
+               fprintf(fp, "--%s\n", boundary);
+
+               procmime_write_mime_header(child, fp);
+               if (procmime_write_mimeinfo(child, fp) < 0)
+                       return -1;
+
+               childnode = g_node_next_sibling(childnode);
+       }       
+       fprintf(fp, "\n--%s--\n", boundary);
+
+       return 0;
+}
+
+gint procmime_write_mimeinfo(MimeInfo *mimeinfo, FILE *fp)
+{
+       FILE *infp;
+
+       debug_print("procmime_write_mimeinfo\n");
+
+       if (G_NODE_IS_LEAF(mimeinfo->node)) {
+               switch (mimeinfo->content) {
+               case MIMECONTENT_FILE:
+                       if ((infp = fopen(mimeinfo->filename, "rb")) == NULL) {
+                               FILE_OP_ERROR(mimeinfo->filename, "fopen");
+                               return -1;
+                       }
+                       copy_file_part_to_fp(infp, mimeinfo->offset, mimeinfo->length, fp);
+                       fclose(infp);
+                       return 0;
+
+               case MIMECONTENT_MEM:
+                       fwrite(mimeinfo->data, strlen(mimeinfo->data), sizeof(gchar), fp);
+                       return 0;
+
+               default:
+                       return 0;
+               }
+       } else {
+               /* Call writer for mime type */
+               switch (mimeinfo->type) {
+               case MIMETYPE_MESSAGE:
+                       if (g_strcasecmp(mimeinfo->subtype, "rfc822") == 0)
+                               return procmime_write_message_rfc822(mimeinfo, fp);
+                       break;
+                       
+               case MIMETYPE_MULTIPART:
+                       return procmime_write_multipart(mimeinfo, fp);
+                       
+               default:
+                       break;
+               }
+
+               return -1;
+       }
+
+       return 0;
+}
index 9be1ece38e7ffc6ccd30dc4bd4d09dc595a3347d..354391bfbfce2d966e05084f4b4e8309610b4684 100644 (file)
@@ -54,9 +54,16 @@ typedef enum
 {
        DISPOSITIONTYPE_INLINE,
        DISPOSITIONTYPE_ATTACHMENT,
-       DISPOSITIONTYPE_UNKNOWN
+       DISPOSITIONTYPE_UNKNOWN,
 } DispositionType;
 
+typedef enum
+{
+       MIMECONTENT_EMPTY,
+       MIMECONTENT_FILE,               /* the file contains all content including sub parts */
+       MIMECONTENT_MEM,
+} MimeContent;
+
 #include <glib.h>
 #include <stdio.h>
 
@@ -94,8 +101,13 @@ struct _MimeType
 struct _MimeInfo
 {
        /* Internal data */
-       gchar *filename;
-       gboolean tmpfile;
+       MimeContent content;
+       union
+       {
+               gchar *filename;
+               gchar *data;
+       };
+       gboolean tmp;
 
        GNode *node;
 
@@ -104,7 +116,7 @@ struct _MimeInfo
        MimeMediaType    type;
        gchar           *subtype;
 
-       GHashTable      *parameters;
+       GHashTable      *typeparameters;
 
        /* Content-Transfer-Encoding */
        EncodingType     encoding_type;
@@ -120,6 +132,7 @@ struct _MimeInfo
 
        /* Content-Disposition */
        DispositionType  disposition;
+       GHashTable      *dispositionparameters;
 
        /* Privacy */
        PrivacyData     *privacy;
@@ -167,6 +180,7 @@ void procmime_scan_subject              (MimeInfo       *mimeinfo,
 MimeInfo *procmime_scan_mime_header    (FILE           *fp);
 
 gboolean procmime_decode_content       (MimeInfo       *mimeinfo);
+gboolean procmime_encode_content       (MimeInfo       *mimeinfo, EncodingType encoding);
 gint procmime_get_part                 (const gchar    *outfile,
                                         MimeInfo       *mimeinfo);
 FILE *procmime_get_text_content                (MimeInfo       *mimeinfo);
@@ -189,9 +203,10 @@ GList *procmime_get_mime_type_list (void);
 EncodingType procmime_get_encoding_for_charset (const gchar    *charset);
 EncodingType procmime_get_encoding_for_file    (const gchar    *file);
 const gchar *procmime_get_encoding_str         (EncodingType    encoding);
-MimeInfo *procmime_scan_file                   (gchar          *filename);
-MimeInfo *procmime_scan_queue_file             (gchar          *filename);
-const gchar *procmime_get_type_str             (MimeMediaType   type);
+MimeInfo *procmime_scan_file                   (const gchar    *filename);
+MimeInfo *procmime_scan_queue_file             (const gchar    *filename);
+const gchar *procmime_get_media_type_str       (MimeMediaType   type);
+MimeMediaType procmime_get_media_type          (const gchar    *str);
 gchar *procmime_get_content_type_str           (MimeMediaType   type,
                                                 const gchar    *subtype);
 void procmime_force_charset                    (const gchar    *str);
@@ -200,6 +215,8 @@ void procmime_force_encoding                        (EncodingType    encoding);
 void renderer_read_config(void);
 void renderer_write_config(void);
 
+gint procmime_write_mimeinfo(MimeInfo *mimeinfo, FILE *fp);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
index a9d9d78c61d982fef61377303d11a650a267bb2f..c89b2cf4136a64fe7ba9e8639e9e6d62e68509ff 100644 (file)
@@ -1023,7 +1023,10 @@ enum
        Q_NEWS_ACCOUNT_ID  = 5,
        Q_SAVE_COPY_FOLDER = 6,
        Q_REPLY_MESSAGE_ID = 7,
-       Q_FWD_MESSAGE_ID   = 8
+       Q_FWD_MESSAGE_ID   = 8,
+       Q_PRIVACY_SYSTEM   = 9,
+       Q_ENCRYPT          = 10,
+       Q_ENCRYPT_DATA     = 11,
 };
 
 gint procmsg_send_message_queue(const gchar *file)
@@ -1037,6 +1040,9 @@ gint procmsg_send_message_queue(const gchar *file)
                                       {"SCF:",  NULL, FALSE},
                                       {"RMID:", NULL, FALSE},
                                       {"FMID:", NULL, FALSE},
+                                      {"X-Sylpheed-Privacy-System:", NULL, FALSE},
+                                      {"X-Sylpheed-Encrypt:", NULL, FALSE},
+                                      {"X-Sylpheed-Encrypt-Data:", NULL, FALSE},
                                       {NULL,    NULL, FALSE}};
        FILE *fp;
        gint filepos;
@@ -1048,6 +1054,9 @@ gint procmsg_send_message_queue(const gchar *file)
        gchar *savecopyfolder = NULL;
        gchar *replymessageid = NULL;
        gchar *fwdmessageid = NULL;
+       gchar *privacy_system = NULL;
+       gboolean encrypt = FALSE;
+       gchar *encrypt_data = NULL;
        gchar buf[BUFFSIZE];
        gint hnum;
        PrefsAccount *mailac = NULL, *newsac = NULL;
@@ -1092,10 +1101,40 @@ gint procmsg_send_message_queue(const gchar *file)
                case Q_FWD_MESSAGE_ID:
                        if (!fwdmessageid) fwdmessageid = g_strdup(p);
                        break;
+               case Q_PRIVACY_SYSTEM:
+                       if (privacy_system == NULL) privacy_system = g_strdup(p);
+                       break;
+               case Q_ENCRYPT:
+                       if (p[0] == '1') encrypt = TRUE;
+                       break;
+               case Q_ENCRYPT_DATA:
+                       if (encrypt_data == NULL) encrypt_data = g_strdup(p);
+                       break;
                }
        }
        filepos = ftell(fp);
 
+       if (encrypt) {
+               /* FIXME: memory leaks, in case of errors */
+               MimeInfo *mimeinfo;
+
+               fclose(fp);
+
+               mimeinfo = procmime_scan_queue_file(file);
+               if (!privacy_encrypt(privacy_system, mimeinfo, encrypt_data))
+                       return -1;
+
+               fp = my_tmpfile();
+               if (procmime_write_mimeinfo(mimeinfo, fp) < 0) {
+                       fclose(fp);
+                       return -1;
+               }
+               procmime_mimeinfo_free_all(mimeinfo);
+                       
+               rewind(fp);
+               filepos = 0;
+       }
+
        if (to_list) {
                debug_print("Sending message by mail\n");
                if (!from) {
@@ -1132,7 +1171,7 @@ gint procmsg_send_message_queue(const gchar *file)
        }
 
        fseek(fp, filepos, SEEK_SET);
-       if (newsgroup_list && (newsval == 0)) {
+       if (newsgroup_list && (mailval == 0)) {
                Folder *folder;
                gchar *tmp = NULL;
                FILE *tmpfp;
diff --git a/src/rfc2015.c b/src/rfc2015.c
deleted file mode 100644 (file)
index 13b212c..0000000
+++ /dev/null
@@ -1,865 +0,0 @@
-/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2001 Werner Koch (dd9jn)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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.
- */
-
-#ifdef HAVE_CONFIG_H
-#  include "config.h"
-#endif
-
-#if USE_GPGME
-
-#include "defs.h"
-
-#include <glib.h>
-#include <stdio.h>
-#include <string.h>
-#include <locale.h>
-#include <ctype.h>
-
-#include <gpgme.h>
-
-#include "intl.h"
-#include "procmime.h"
-#include "procheader.h"
-#include "base64.h"
-#include "uuencode.h"
-#include "unmime.h"
-#include "codeconv.h"
-#include "utils.h"
-#include "prefs_common.h"
-#include "passphrase.h"
-#include "select-keys.h"
-#include "rfc2015.h"
-#include "alertpanel.h"
-
-#define DIM(v)     (sizeof(v)/sizeof((v)[0]))
-
-static char *content_names[] = {
-    "Content-Type",
-    "Content-Disposition",
-    "Content-Transfer-Encoding",
-    NULL
-};
-
-static char *mime_version_name[] = {
-    "Mime-Version",
-    NULL
-};
-
-#if 0
-static void dump_mimeinfo (const char *text, MimeInfo *x)
-{
-    debug_print ("MimeInfo[%s] %p  level=%d\n",
-               text, x, x? x->level:0 );
-    if (!x)
-        return;
-
-    debug_print ("      enc=`%s' enc_type=%d mime_type=%d\n",
-               x->encoding, x->encoding_type, x->mime_type );
-    debug_print ("      cont_type=`%s' cs=`%s' name=`%s' bnd=`%s'\n",
-               x->content_type, x->charset, x->name, x->boundary );
-    debug_print ("      cont_disp=`%s' fname=`%s' fpos=%ld size=%u, lvl=%d\n",
-               x->content_disposition, x->filename, x->fpos, x->size,
-               x->level );
-    dump_mimeinfo (".main", x->main );
-    dump_mimeinfo (".sub", x->sub );
-    dump_mimeinfo (".next", x->next );
-    debug_print ("MimeInfo[.parent] %p\n", x ); 
-    dump_mimeinfo (".children", x->children );
-    dump_mimeinfo (".plaintext", x->plaintext );
-}
-
-static void dump_part ( MimeInfo *mimeinfo, FILE *fp )
-{
-    unsigned int size = mimeinfo->size;
-    int c;
-
-    if (fseek (fp, mimeinfo->fpos, SEEK_SET)) {
-        debug_print ("dump_part: fseek error\n");
-        return;
-    }
-
-    debug_print ("--- begin dump_part ----\n");
-    while (size-- && (c = getc (fp)) != EOF) 
-        putc (c, stderr);
-    if (ferror (fp))
-        debug_print ("dump_part: read error\n");
-    debug_print ("--- end dump_part ----\n");
-}
-#endif
-
-void
-rfc2015_secure_remove (const char *fname)
-{
-    if (!fname)
-        return;
-    /* fixme: overwrite the file first */
-    remove (fname);
-}
-
-
-
-
-static int
-name_cmp(const char *a, const char *b)
-{
-    for( ; *a && *b; a++, b++) {
-        if(*a != *b
-           && toupper(*(unsigned char *)a) != toupper(*(unsigned char *)b))
-            return 1;
-    }
-
-    return *a != *b;
-}
-
-static int
-headerp(char *p, char **names)
-{
-    int i, c;
-    char *p2;
-
-    p2 = strchr(p, ':');
-    if(!p2 || p == p2) {
-        return 0;
-    }
-    if(p2[-1] == ' ' || p2[-1] == '\t') {
-        return 0;
-    }
-
-    if(!names[0])
-        return 1;  
-
-    c = *p2;
-    *p2 = 0;
-    for(i = 0 ; names[i] != NULL; i++) {
-        if(!name_cmp (names[i], p))
-            break;
-    }
-    *p2 = c;
-
-    return names[i] != NULL;
-}
-
-/*
- * plain contains an entire mime object.
- * Encrypt it and return an GpgmeData object with the encrypted version of
- * the file or NULL in case of error.
- */
-static GpgmeData
-pgp_encrypt ( GpgmeData plain, GpgmeRecipients rset )
-{
-    GpgmeCtx ctx = NULL;
-    GpgmeError err;
-    GpgmeData cipher = NULL;
-
-    err = gpgme_new (&ctx);
-    if (!err)
-       err = gpgme_data_new (&cipher);
-    if (!err) {
-        gpgme_set_armor (ctx, 1);
-       err = gpgme_op_encrypt (ctx, rset, plain, cipher);
-    }
-
-    if (err) {
-        debug_print ("encryption failed: %s\n", gpgme_strerror (err));
-        gpgme_data_release (cipher);
-        cipher = NULL;
-    }
-    else {
-        debug_print ("** encryption succeeded\n");
-    }
-
-    gpgme_release (ctx);
-    return cipher;
-}
-
-/*
- * Create and return a list of keys matching a key id
- */
-
-GSList *rfc2015_create_signers_list (const char *keyid)
-{
-       GSList *key_list = NULL;
-       GpgmeCtx list_ctx = NULL;
-       GSList *p;
-       GpgmeError err;
-       GpgmeKey key;
-
-       err = gpgme_new (&list_ctx);
-       if (err)
-               goto leave;
-       err = gpgme_op_keylist_start (list_ctx, keyid, 1);
-       if (err)
-               goto leave;
-       while ( !(err = gpgme_op_keylist_next (list_ctx, &key)) ) {
-               key_list = g_slist_append (key_list, key);
-       }
-       if (err != GPGME_EOF)
-               goto leave;
-       err = 0;
-       if (key_list == NULL) {
-               debug_print ("no keys found for keyid \"%s\"\n", keyid);
-       }
-
-leave:
-       if (err) {
-               debug_print ("rfc2015_create_signers_list failed: %s\n", gpgme_strerror (err));
-               for (p = key_list; p != NULL; p = p->next)
-                       gpgme_key_unref ((GpgmeKey) p->data);
-               g_slist_free (key_list);
-       }
-       if (list_ctx)
-               gpgme_release (list_ctx);
-       return err ? NULL : key_list;
-}
-
-/*
- * Encrypt the file by extracting all recipients and finding the
- * encryption keys for all of them.  The file content is then replaced
- * by the encrypted one.  */
-int
-rfc2015_encrypt (const char *file, GSList *recp_list, gboolean ascii_armored,
-                const gchar *out_codeset)
-{
-    FILE *fp = NULL;
-    char buf[BUFFSIZE];
-    int i, clineidx, saved_last;
-    char *clines[3] = {NULL};
-    GpgmeError err;
-    GpgmeData header = NULL;
-    GpgmeData plain = NULL;
-    GpgmeData cipher = NULL;
-    GpgmeRecipients rset = NULL;
-    size_t nread;
-    int mime_version_seen = 0;
-    char *boundary;
-
-    boundary = generate_mime_boundary ("Encrypt");
-
-    /* Create the list of recipients */
-    rset = gpgmegtk_recipient_selection (recp_list);
-    if (!rset) {
-        debug_print ("error creating recipient list\n" );
-        goto failure;
-    }
-
-    /* Open the source file */
-    if ((fp = fopen(file, "rb")) == NULL) {
-        FILE_OP_ERROR(file, "fopen");
-        goto failure;
-    }
-
-    err = gpgme_data_new (&header);
-    if (!err)
-       err = gpgme_data_new (&plain);
-    if (err) {
-        debug_print ("gpgme_data_new failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-
-    /* get the content header lines from the source */
-    clineidx = 0;
-    saved_last = 0;
-    while (!err && fgets(buf, sizeof(buf), fp)) {
-        /* fixme: check for overlong lines */
-        if (headerp (buf, content_names)) {
-            if (clineidx >= DIM (clines)) {
-                debug_print ("rfc2015_encrypt: too many content lines\n");
-                goto failure;
-            }
-            clines[clineidx++] = g_strdup (buf);
-            saved_last = 1;
-            continue;
-        }
-
-        if (saved_last) {
-            if (*buf == ' ' || *buf == '\t') {
-                char *last = clines[clineidx - 1];
-                clines[clineidx - 1] = g_strconcat (last, buf, NULL);
-                g_free (last);
-                continue;
-            }
-            saved_last = 0;
-        }
-
-        if (headerp (buf, mime_version_name)) 
-            mime_version_seen = 1;
-
-        if (buf[0] == '\r' || buf[0] == '\n')
-            break;
-       
-       err = gpgme_data_write (header, buf, strlen (buf));
-    }
-    if (ferror (fp)) {
-        FILE_OP_ERROR (file, "fgets");
-        goto failure;
-    }
-
-    /* write them to the temp data and add the rest of the message */
-    for (i = 0; !err && i < clineidx; i++) {
-        debug_print ("%% %s:%d: cline=`%s'", __FILE__ ,__LINE__, clines[i]);
-       if (!ascii_armored)
-               err = gpgme_data_write (plain, clines[i], strlen (clines[i]));
-    }
-    if (!err && !ascii_armored)
-        err = gpgme_data_write (plain, "\r\n", 2);
-
-    while (!err && fgets(buf, sizeof(buf), fp)) {
-        err = gpgme_data_write (plain, buf, strlen (buf));
-    }
-    if (ferror (fp)) {
-        FILE_OP_ERROR (file, "fgets");
-        goto failure;
-    }
-    if (err) {
-        debug_print ("gpgme_data_write failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-
-    cipher = pgp_encrypt (plain, rset);
-    gpgme_data_release (plain); plain = NULL;
-    gpgme_recipients_release (rset); rset = NULL;
-    if (!cipher)
-        goto failure;
-
-    /* we have the encrypted message available in cipher and now we
-     * are going to rewrite the source file. To be sure that file has
-     * been truncated we use an approach which should work everywhere:
-     * close the file and then reopen it for writing. It is important
-     * that this works, otherwise it may happen that parts of the
-     * plaintext are still in the file (The encrypted stuff is, due to
-     * compression, usually shorter than the plaintext). 
-     * 
-     * Yes, there is a race condition here, but everyone, who is so
-     * stupid to store the temp file with the plaintext in a public
-     * directory has to live with this anyway. */
-    if (fclose (fp)) {
-        FILE_OP_ERROR(file, "fclose");
-        goto failure;
-    }
-    if ((fp = fopen(file, "wb")) == NULL) {
-        FILE_OP_ERROR(file, "fopen");
-        goto failure;
-    }
-
-    /* Write the header, append new content lines, part 1 and part 2 header */
-    err = gpgme_data_rewind (header);
-    if (err) {
-        debug_print ("gpgme_data_rewind failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-    while (!(err = gpgme_data_read (header, buf, BUFFSIZE, &nread))) {
-        fwrite (buf, nread, 1, fp);
-    }
-    if (err != GPGME_EOF) {
-        debug_print ("gpgme_data_read failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-    if (ferror (fp)) {
-        FILE_OP_ERROR (file, "fwrite");
-        goto failure;
-    }
-    gpgme_data_release (header); header = NULL;
-    
-    if (!mime_version_seen) 
-        fputs ("MIME-Version: 1\r\n", fp);
-
-    if (ascii_armored) {
-        fprintf(fp, 
-            "Content-Type: text/plain; charset=%s\r\n"
-            "Content-Disposition: inline\r\n"  
-            "Content-Transfer-Encoding: 8bit\r\n"  
-            "\r\n", out_codeset ? out_codeset : CS_US_ASCII);
-    } else {
-        fprintf (fp,
-               "Content-Type: multipart/encrypted;"
-               " protocol=\"application/pgp-encrypted\";\r\n"
-               " boundary=\"%s\"\r\n"
-               "\r\n"
-               "--%s\r\n"
-               "Content-Type: application/pgp-encrypted\r\n"
-               "\r\n"
-               "Version: 1\r\n"
-               "\r\n"
-               "--%s\r\n"
-               "Content-Type: application/octet-stream\r\n"
-               "\r\n",
-               boundary, boundary, boundary);
-    }
-
-    /* append the encrypted stuff */
-    err = gpgme_data_rewind (cipher);
-    if (err) {
-        debug_print ("** gpgme_data_rewind on cipher failed: %s\n",
-                   gpgme_strerror (err));
-        goto failure;
-    }
-
-    while (!(err = gpgme_data_read (cipher, buf, BUFFSIZE, &nread))) {
-        fwrite (buf, nread, 1, fp);
-    }
-    if (err != GPGME_EOF) {
-        debug_print ("** gpgme_data_read failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-
-    /* and the final boundary */
-    if (!ascii_armored) {
-        fprintf (fp,
-                "\r\n"
-                "--%s--\r\n",
-                boundary);
-    }
-    fflush (fp);
-    if (ferror (fp)) {
-        FILE_OP_ERROR (file, "fwrite");
-        goto failure;
-    }
-    fclose (fp);
-    gpgme_data_release (cipher);
-    return 0;
-
-failure:
-    if (fp) 
-        fclose (fp);
-    gpgme_data_release (header);
-    gpgme_data_release (plain);
-    gpgme_data_release (cipher);
-    gpgme_recipients_release (rset);
-    g_free (boundary);
-    return -1; /* error */
-}
-
-/* 
- * plain contains an entire mime object.  Sign it and return an
- * GpgmeData object with the signature of it or NULL in case of error.
- * r_siginfo returns an XML object with information about the signature.
- */
-static GpgmeData
-pgp_sign (GpgmeData plain, GSList *key_list, gboolean clearsign,
-         char **r_siginfo)
-{
-    GSList *p;
-    GpgmeCtx ctx = NULL;
-    GpgmeError err;
-    GpgmeData sig = NULL;
-    struct passphrase_cb_info_s info;
-
-    *r_siginfo = NULL;
-    memset (&info, 0, sizeof info);
-
-    err = gpgme_new (&ctx);
-    if (err)
-        goto leave;
-    err = gpgme_data_new (&sig);
-    if (err)
-        goto leave;
-
-    if (!getenv("GPG_AGENT_INFO")) {
-        info.c = ctx;
-        gpgme_set_passphrase_cb (ctx, gpgmegtk_passphrase_cb, &info);
-    }
-    gpgme_set_textmode (ctx, 1);
-    gpgme_set_armor (ctx, 1);
-    gpgme_signers_clear (ctx);
-    for (p = key_list; p != NULL; p = p->next) {
-       err = gpgme_signers_add (ctx, (GpgmeKey) p->data);
-       if (err)
-           goto leave;
-    }
-    for (p = key_list; p != NULL; p = p->next)
-       gpgme_key_unref ((GpgmeKey) p->data);
-    g_slist_free (key_list);
-
-    if (err)
-       goto leave;
-    err = gpgme_op_sign
-       (ctx, plain, sig,
-        clearsign ? GPGME_SIG_MODE_CLEAR : GPGME_SIG_MODE_DETACH);
-    if (!err)
-        *r_siginfo = gpgme_get_op_info (ctx, 0);
-
-leave:
-    if (err) {
-        gpgmegtk_free_passphrase();
-        debug_print ("signing failed: %s\n", gpgme_strerror (err));
-        gpgme_data_release (sig);
-        sig = NULL;
-    }
-    else {
-        debug_print ("signing succeeded\n");
-    }
-
-    gpgme_release (ctx);
-    return sig;
-}
-
-/*
- * Find TAG in XML and return a pointer into xml set just behind the
- * closing angle.  Return NULL if not found. 
- */
-static const char *
-find_xml_tag (const char *xml, const char *tag)
-{
-    int taglen = strlen (tag);
-    const char *s = xml;
-    while ( (s = strchr (s, '<')) ) {
-        s++;
-        if (!strncmp (s, tag, taglen)) {
-            const char *s2 = s + taglen;
-            if (*s2 == '>' || isspace (*(const unsigned char*)s2) ) {
-                /* found */
-                while (*s2 && *s2 != '>') /* skip attributes */
-                    s2++;
-                /* fixme: do need to handle angles inside attribute vallues? */
-                return *s2? (s2+1):NULL;
-            }
-        }
-        while (*s && *s != '>') /* skip to end of tag */
-            s++;
-    }
-    return NULL;
-}
-
-
-/*
- * Extract the micalg from an GnupgOperationInfo XML container.
- */
-static char *
-extract_micalg (char *xml)
-{
-    const char *s;
-
-    s = find_xml_tag (xml, "GnupgOperationInfo");
-    if (s) {
-        const char *s_end = find_xml_tag (s, "/GnupgOperationInfo");
-        s = find_xml_tag (s, "signature");
-        if (s && s_end && s < s_end) {
-            const char *s_end2 = find_xml_tag (s, "/signature");
-            if (s_end2 && s_end2 < s_end) {
-                s = find_xml_tag (s, "micalg");
-                if (s && s < s_end2) {
-                    s_end = strchr (s, '<');
-                    if (s_end) {
-                        char *p = g_malloc (s_end - s + 1);
-                        memcpy (p, s, s_end - s);
-                        p[s_end-s] = 0;
-                        return p;
-                    }
-                }
-            }
-        }
-    }
-    return NULL;
-}
-
-
-/*
- * Sign the file and replace its content with the signed one.
- */
-int
-rfc2015_sign (const char *file, GSList *key_list)
-{
-    FILE *fp = NULL;
-    char buf[BUFFSIZE];
-    int i, clineidx, saved_last;
-    char *clines[3] = {NULL};
-    GpgmeError err;
-    GpgmeData header = NULL;
-    GpgmeData plain = NULL;
-    GpgmeData sigdata = NULL;
-    size_t nread;
-    int mime_version_seen = 0;
-    char *boundary;
-    char *micalg = NULL;
-    char *siginfo;
-
-    boundary = generate_mime_boundary ("Signature");
-
-    /* Open the source file */
-    if ((fp = fopen(file, "rb")) == NULL) {
-        FILE_OP_ERROR(file, "fopen");
-        goto failure;
-    }
-
-    err = gpgme_data_new (&header);
-    if (!err)
-        err = gpgme_data_new (&plain);
-    if (err) {
-        debug_print ("gpgme_data_new failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-
-    /* get the content header lines from the source */
-    clineidx = 0;
-    saved_last = 0;
-    while (!err && fgets(buf, sizeof(buf), fp)) {
-        /* fixme: check for overlong lines */
-        if (headerp (buf, content_names)) {
-            if (clineidx >= DIM (clines)) {
-                debug_print ("rfc2015_sign: too many content lines\n");
-                goto failure;
-            }
-            clines[clineidx++] = g_strdup (buf);
-            saved_last = 1;
-            continue;
-        }
-        if (saved_last) {
-            if (*buf == ' ' || *buf == '\t') {
-                char *last = clines[clineidx - 1];
-                clines[clineidx - 1] = g_strconcat (last, buf, NULL);
-                g_free (last);
-                continue;
-            }
-            saved_last = 0;
-        }
-
-        if (headerp (buf, mime_version_name)) 
-            mime_version_seen = 1;
-
-        if (buf[0] == '\r' || buf[0] == '\n')
-            break;
-        err = gpgme_data_write (header, buf, strlen (buf));
-    }
-    if (ferror (fp)) {
-        FILE_OP_ERROR (file, "fgets");
-        goto failure;
-    }
-
-    /* write them to the temp data and add the rest of the message */
-    for (i = 0; !err && i < clineidx; i++) {
-        err = gpgme_data_write (plain, clines[i], strlen (clines[i]));
-    }
-    if (!err)
-        err = gpgme_data_write (plain, "\r\n", 2 );
-    while (!err && fgets(buf, sizeof(buf), fp)) {
-        err = gpgme_data_write (plain, buf, strlen (buf));
-    }
-    if (ferror (fp)) {
-        FILE_OP_ERROR (file, "fgets");
-        goto failure;
-    }
-    if (err) {
-        debug_print ("gpgme_data_write failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-
-    sigdata = pgp_sign (plain, key_list, FALSE, &siginfo); 
-    if (siginfo) {
-       micalg = extract_micalg (siginfo);
-       free (siginfo);
-    }
-    if (!sigdata) 
-        goto failure;
-
-    /* we have the signed message available in sigdata and now we are
-     * going to rewrite the original file. To be sure that file has
-     * been truncated we use an approach which should work everywhere:
-     * close the file and then reopen it for writing. */
-    if (fclose (fp)) {
-        FILE_OP_ERROR(file, "fclose");
-        goto failure;
-    }
-    if ((fp = fopen(file, "wb")) == NULL) {
-        FILE_OP_ERROR(file, "fopen");
-        goto failure;
-    }
-
-    /* Write the rfc822 header and add new content lines */
-    err = gpgme_data_rewind (header);
-    if (err)
-        debug_print ("gpgme_data_rewind failed: %s\n", gpgme_strerror (err));
-    while (!(err = gpgme_data_read (header, buf, BUFFSIZE, &nread))) {
-        fwrite (buf, nread, 1, fp);
-    }
-    if (err != GPGME_EOF) {
-        debug_print ("gpgme_data_read failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-    if (ferror (fp)) {
-        FILE_OP_ERROR (file, "fwrite");
-        goto failure;
-    }
-    gpgme_data_release (header);
-    header = NULL;
-
-    if (!mime_version_seen) 
-        fputs ("MIME-Version: 1.0\r\n", fp);
-    fprintf (fp, "Content-Type: multipart/signed; "
-             "protocol=\"application/pgp-signature\";\r\n");
-    if (micalg)
-        fprintf (fp, " micalg=\"%s\";\r\n", micalg);
-    fprintf (fp, " boundary=\"%s\"\r\n", boundary);
-
-    /* Part 1: signed material */
-    fprintf (fp, "\r\n"
-                 "--%s\r\n",
-                 boundary);
-    err = gpgme_data_rewind (plain);
-    if (err) {
-        debug_print ("gpgme_data_rewind on plain failed: %s\n",
-                   gpgme_strerror (err));
-        goto failure;
-    }
-    while (!(err = gpgme_data_read (plain, buf, BUFFSIZE, &nread))) {
-        fwrite (buf, nread, 1, fp);   
-    }
-    if (err != GPGME_EOF) {
-        debug_print ("gpgme_data_read failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-
-    /* Part 2: signature */
-    fprintf (fp, "\r\n"
-                 "--%s\r\n",
-                 boundary);
-    fputs ("Content-Type: application/pgp-signature\r\n"
-          "\r\n", fp);
-
-    err = gpgme_data_rewind (sigdata);
-    if (err) {
-        debug_print ("gpgme_data_rewind on sigdata failed: %s\n",
-                   gpgme_strerror (err));
-        goto failure;
-    }
-
-    while (!(err = gpgme_data_read (sigdata, buf, BUFFSIZE, &nread))) {
-        fwrite (buf, nread, 1, fp);
-    }
-    if (err != GPGME_EOF) {
-        debug_print ("gpgme_data_read failed: %s\n", gpgme_strerror (err));
-        goto failure;
-    }
-
-    /* Final boundary */
-    fprintf (fp, "\r\n"
-                 "--%s--\r\n",
-                 boundary);
-    fflush (fp);
-    if (ferror (fp)) {
-        FILE_OP_ERROR (file, "fwrite");
-        goto failure;
-    }
-    fclose (fp);
-    gpgme_data_release (header);
-    gpgme_data_release (plain);
-    gpgme_data_release (sigdata);
-    g_free (boundary);
-    g_free (micalg);
-    return 0;
-
-failure:
-    if (fp) 
-        fclose (fp);
-    gpgme_data_release (header);
-    gpgme_data_release (plain);
-    gpgme_data_release (sigdata);
-    g_free (boundary);
-    g_free (micalg);
-    return -1; /* error */
-}
-
-
-/*
- * Sign the file with clear text and replace its content with the signed one.
- */
-gint
-rfc2015_clearsign (const gchar *file, GSList *key_list)
-{
-    FILE *fp;
-    gchar buf[BUFFSIZE];
-    GpgmeError err;
-    GpgmeData text = NULL;
-    GpgmeData sigdata = NULL;
-    size_t nread;
-    gchar *siginfo;
-
-    if ((fp = fopen(file, "rb")) == NULL) {
-       FILE_OP_ERROR(file, "fopen");
-       goto failure;
-    }
-
-    err = gpgme_data_new(&text);
-    if (err) {
-       debug_print("gpgme_data_new failed: %s\n", gpgme_strerror(err));
-       goto failure;
-    }
-
-    while (!err && fgets(buf, sizeof(buf), fp)) {
-       err = gpgme_data_write(text, buf, strlen(buf));
-    }
-    if (ferror(fp)) {
-       FILE_OP_ERROR(file, "fgets");
-       goto failure;
-    }
-    if (err) {
-       debug_print("gpgme_data_write failed: %s\n", gpgme_strerror(err));
-       goto failure;
-    }
-
-    sigdata = pgp_sign(text, key_list, TRUE, &siginfo);
-    if (siginfo) {
-       g_free(siginfo);
-    }
-    if (!sigdata)
-       goto failure;
-
-    if (fclose(fp) == EOF) {
-       FILE_OP_ERROR(file, "fclose");
-       fp = NULL;
-       goto failure;
-    }
-    if ((fp = fopen(file, "wb")) == NULL) {
-       FILE_OP_ERROR(file, "fopen");
-       goto failure;
-    }
-
-    err = gpgme_data_rewind(sigdata);
-    if (err) {
-       debug_print("gpgme_data_rewind on sigdata failed: %s\n",
-                   gpgme_strerror(err));
-       goto failure;
-    }
-
-    while (!(err = gpgme_data_read(sigdata, buf, sizeof(buf), &nread))) {
-       fwrite(buf, nread, 1, fp);
-    }
-    if (err != GPGME_EOF) {
-       debug_print("gpgme_data_read failed: %s\n", gpgme_strerror(err));
-       goto failure;
-    }
-
-    if (fclose(fp) == EOF) {
-       FILE_OP_ERROR(file, "fclose");
-       fp = NULL;
-       goto failure;
-    }
-    gpgme_data_release(text);
-    gpgme_data_release(sigdata);
-    return 0;
-
-failure:
-    if (fp)
-       fclose(fp);
-    gpgme_data_release(text);
-    gpgme_data_release(sigdata);
-    return -1;
-}
-
-#endif /* USE_GPGME */
diff --git a/src/rfc2015.h b/src/rfc2015.h
deleted file mode 100644 (file)
index 3c14a4b..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2001 Werner Koch (dd9jn)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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.
- */
-
-#ifndef __RFC2015_H__
-#define __RFC2015_H__
-
-#include <glib.h>
-#include <stdio.h>
-
-#include "procmime.h"
-
-void rfc2015_init                      (void);
-void rfc2015_done                      (void);
-
-void rfc2015_disable_all               (void);
-void rfc2015_secure_remove             (const gchar    *fname);
-MimeInfo *rfc2015_find_signature       (MimeInfo       *mimeinfo);
-gboolean rfc2015_has_signature         (MimeInfo       *mimeinfo);
-void rfc2015_check_signature           (MimeInfo       *mimeinfo,
-                                        FILE           *fp);
-gint rfc2015_is_encrypted              (MimeInfo       *mimeinfo);
-gboolean rfc2015_msg_is_encrypted      (const gchar    *file);
-void rfc2015_decrypt_message           (MsgInfo        *msginfo,
-                                        MimeInfo       *mimeinfo,
-                                        FILE           *fp);
-GSList *rfc2015_create_signers_list    (const gchar    *keyid);
-gint rfc2015_encrypt                   (const gchar    *file,
-                                        GSList         *recp_list,
-                                        gboolean        ascii_armored,
-                                        const gchar    *out_codeset);
-gint rfc2015_sign                      (const gchar    *file,
-                                        GSList         *key_list);
-gint rfc2015_clearsign                 (const gchar    *file,
-                                        GSList         *key_list);
-#endif /* __RFC2015_H__ */