aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/gmime-utils.h')
-rw-r--r--camel/gmime-utils.h70
1 files changed, 0 insertions, 70 deletions
diff --git a/camel/gmime-utils.h b/camel/gmime-utils.h
deleted file mode 100644
index 99f240bebc..0000000000
--- a/camel/gmime-utils.h
+++ /dev/null
@@ -1,70 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/* mime-utils.h : misc utilities for mime */
-
-/*
- *
- * Author :
- * Bertrand Guiheneuf <bertrand@helixcode.com>
- *
- * Copyright 1999, 2000 Helix Code, Inc. (http://www.helixcode.com)
- *
- * 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 GMIME_UTILS_H
-#define GMIME_UTILS_H 1
-
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus }*/
-
-#include <glib.h>
-#include <stdio.h>
-#include <camel/camel-stream.h>
-
-typedef struct
-{
- gchar *name;
- gchar *value;
-
-} Rfc822Header;
-
-
-void gmime_write_header_pair_to_stream (CamelStream *stream,
- const gchar* name,
- const gchar *value);
-
-void gmime_write_header_table_to_stream (CamelStream *stream,
- GHashTable *header_table);
-
-void gmime_write_header_with_glist_to_stream (CamelStream *stream,
- const gchar *header_name,
- GList *header_values,
- const gchar *separator);
-
-GArray *get_header_array_from_stream (CamelStream *stream);
-gchar *gmime_read_line_from_stream (CamelStream *stream);
-
-
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* GMIME_UTILS_H */
2/+2 * Check for et/comm-err.h and comm_err.h so that we can include the correctRodney Dawes2004-08-132-0/+8 * Handle et/comm_err.h as well as the normal comm_err.hRodney Dawes2004-08-132-0/+9 * make the button say Add Task List instead of Add Group (matches menu item)JP Rosevear2004-08-132-1/+6 * Updated Korean translationChangwoo Ryu2004-08-132-91/+89 * Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-131-38/+97 * Updated Canadian English translation.Adam Weinberger2004-08-132-77/+72 * Really dist the pilot sources this timeJP Rosevear2004-08-132-0/+10 * Update Name and description to not include "Ximian" or "(Unstable)" RemoveRodney Dawes2004-08-132-3/+10 * Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-131-1/+5 * Check for gtk+-2.4 in order to enable the use of GtkFileChooser.Jeffrey Stedfast2004-08-132-2/+16 * added a commentJeffrey Stedfast2004-08-131-0/+1 * Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-133-24/+64 * added the property "use_filechooser" to the GnomeFileEntryCarlos Garnacho Parro2004-08-132-0/+6 * Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-132-6/+63 * added the "use_filechooser" property to the GnomeFileEntryCarlos Garnacho Parro2004-08-132-0/+6 * Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-132-11/+52 * Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0.Carlos Garnacho Parro2004-08-134-53/+139 * added the "use_filechooser" property to the GnomeFileEntryCarlos Garnacho Parro2004-08-132-0/+6 * use g_string_append_len when appending a subset of a string rather than g_str...Jeffrey Stedfast2004-08-132-8/+8 * Partial fix for bug #62771Jeffrey Stedfast2004-08-133-1/+12 * Fix for bug #62771Jeffrey Stedfast2004-08-133-7/+56 * completingAmanpreet Singh Alam2004-08-121-2368/+2144 * update Russian translationLeonid Kanter2004-08-122-468/+551 * Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-122-255/+273 * init epasswords.Not Zed2004-08-122-1/+7 * api change in e_passwords.Not Zed2004-08-123-6/+11 * epasswords api change.Not Zed2004-08-123-6/+11 * e passwords api change/reprompt if we need to.Not Zed2004-08-122-3/+10 * just call e_passwords_ask_password directly. (pass_activate,Not Zed2004-08-123-244/+73 * fix for e_passwords api change, and handle reprompting as well.Not Zed2004-08-123-4/+14 * ** See bug #61840, and others.Not Zed2004-08-123-214/+560 * just revering a local change gone in in the commit i just madeSivaiah nallagatla2004-08-122-3/+8 * when user cancels auth dialog send the anonoymous query only in case ofSivaiah Nallagatla2004-08-123-3/+22 * svn path=/trunk/; revision=26875Updated ja.po. T.Aihana2004-08-122-203/+226 * include scrollbar offset in vertical calculation. don't ask me i just workNot Zed2004-08-121-4/+6 * Updated Simplified Chinese translationFunda Wang2004-08-121-217/+241 * updated Russian translationLeonid Kanter2004-08-112-258/+179 * Fixes #61555JP Rosevear2004-08-112-6/+44 * Updated Korean translationChangwoo Ryu2004-08-112-197/+225 * guard against re-running the same query.Rodrigo Moya2004-08-112-0/+8 * Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-112-310/+418 * Updated Czech translation.Miloslav Trmac2004-08-112-172/+182 * Updated Canadian English translation.Adam Weinberger2004-08-112-189/+180 * Return NULL not FALSE on error.Jeffrey Stedfast2004-08-112-1/+6 * update Russian translationLeonid Kanter2004-08-112-1027/+442 * disconnect from signals also when using only the system tray. Fixes aRodrigo Moya2004-08-102-0/+9 * re-added 'Make this occurrence movable' menu item, gone by mistake.Rodrigo Moya2004-08-102-18/+96 * Updated Hungarian translation by Gabor Kelemen.Laszlo Dvornik2004-08-102-259/+381 * Updated Spanish translation.Francisco Javier F. Serrador2004-08-102-255/+282 * [ fixes bug #52459 ] use the same defaults as the 1.4 phone list view.Chris Toshok2004-08-102-4/+12 * We must return TRUE here so that things actually get removed from the listRodney Dawes2004-08-102-0/+7 * Fixes #62452JP Rosevear2004-08-092-56/+76 * ankit@redhat.com 09/08/04Ankitkumar Rameshchandra Patel2004-08-091-1207/+1144 * update for messageAmanpreet Singh Alam2004-08-091-2518/+3223 * Added Gujarati & PanjabiAnkitkumar Rameshchandra Patel2004-08-091-0/+8 * Added Gujarati & panjabiAnkitkumar Rameshchandra Patel2004-08-092-1/+5 * Updated Albanian translation.Laurent Dhima2004-08-092-501/+452 * Updated Simplified Chinese translationFunda Wang2004-08-081-4/+4 * Fixes #62021JP Rosevear2004-08-085-0/+36 * Updated Simplified Chinese translationFunda Wang2004-08-082-347/+412 * Updated Czech translation.Miloslav Trmac2004-08-072-68/+87 * Call camel_operation_progress(). (imap4_summary_fetch_all): Setup info weJeffrey Stedfast2004-08-072-0/+29 * Updated Canadian English translation.Adam Weinberger2004-08-072-73/+91 * minor typo, uppercase 'the' corrected.Karsten Bräckelmann2004-08-072-2/+13 * ankit@redhat.com 06/08/04Ankitkumar Rameshchandra Patel2004-08-061-721/+904 * Fix for bug #61673. The function takes two arguments now, instead of one.Parthasarathi S A2004-08-066-6/+47 * Fixes #62030Rodrigo Moya2004-08-063-12/+30 * tranlateAmanpreet Singh Alam2004-08-061-453/+629 * Updated Korean translationChangwoo Ryu2004-08-062-115/+208 * Updated Portuguese translation.Duarte Loreto2004-08-062-651/+504 * connect to "changed" signal on the GnomeIconTheme object.Rodrigo Moya2004-08-062-2/+20 * Updated Canadian English translation.Adam Weinberger2004-08-062-21/+25 * nuke, unnecessary. (e_entry_start_completion): set item_chosen to FALSE.Chris Toshok2004-08-061-20/+6 * In the case of start() or end() failing, loop starting with the firstJeffrey Stedfast2004-08-062-14/+28 * Fixes #62030Rodrigo Moya2004-08-052-4/+13 * ankit@redhat.com 05/08/04Ankitkumar Rameshchandra Patel2004-08-051-576/+696 * clean up all the default clients (default_client_cal_opened_cb): changeJP Rosevear2004-08-053-28/+58 * kill warning by checking if there is a default client first (can happenJP Rosevear2004-08-052-1/+10 * Fixes #62363JP Rosevear2004-08-052-0/+8 * Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-08-052-63/+157 * svn path=/trunk/; revision=26824Updated ja.po. T.Aihana2004-08-052-180/+200 * Updated Czech translation.Miloslav Trmac2004-08-042-58/+150 * #include <gtk/gtkvbox.h>Rodney Dawes2004-08-042-0/+5 * #include <gal/util/e-iconv.h>Rodney Dawes2004-08-042-0/+6 * If type="{Sender}" and name is an empty string, use the addr. Fixes bugJeffrey Stedfast2004-08-042-1/+6 * do not set position, it's already done in .glade, call set_transient_forRadek Doulik2004-08-044-17/+17 * Handle decline request by using update_item rather than remove_item, soHarish Krishnaswamy2004-08-042-1/+10 * Updated Canadian English translation.Adam Weinberger2004-08-042-58/+152 * Fixes #60529.Hans Petter Jansson2004-08-042-6/+46 * fixed changelogJeffrey Stedfast2004-08-04