aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel.h
blob: 9aba4ebd1ab94c7e0a3e2093049b91056a845d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */

/* 
 *
 * Author : 
 *  Bertrand Guiheneuf <bertrand@helixcode.com>
 *
 * Copyright 1999, 2000 Ximian, Inc. (www.ximian.com)
 *
 * This program is free software; you can redistribute it and/or 
 * modify it under the terms of version 2 of the GNU General Public 
 * License as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 * USA
 */


#ifndef CAMEL_H
#define CAMEL_H 1


#ifdef __cplusplus
extern "C" {
#pragma }
#endif /* __cplusplus */

#include <camel/camel-cipher-context.h>
#include <camel/camel-data-wrapper.h>
#include <camel/camel-exception.h>
#include <camel/camel-folder.h>
#include <camel/camel-digest-folder.h>
#include <camel/camel-digest-store.h>
#include <camel/camel-disco-diary.h>
#include <camel/camel-disco-folder.h>
#include <camel/camel-disco-store.h>
#include <camel/camel-vee-folder.h>
#include <camel/camel-medium.h>
#include <camel/camel-mime-filter-basic.h>
#include <camel/camel-mime-filter-canon.h>
#include <camel/camel-mime-filter-charset.h>
#include <camel/camel-mime-filter-enriched.h>
#include <camel/camel-mime-filter-from.h>
#include <camel/camel-mime-filter-index.h>
#include <camel/camel-mime-filter-save.h>
#include <camel/camel-mime-filter-crlf.h>
#include <camel/camel-mime-filter-tohtml.h>
#include <camel/camel-mime-filter.h>
#include <camel/camel-mime-message.h>
#include <camel/camel-mime-parser.h>
#include <camel/camel-mime-part-utils.h>
#include <camel/camel-mime-part.h>
#include <camel/camel-mime-utils.h>
#include <camel/camel-movemail.h>
#include <camel/camel-multipart.h>
#include <camel/camel-multipart-encrypted.h>
#include <camel/camel-multipart-signed.h>
#include <camel/camel-gpg-context.h>
#include <camel/camel-provider.h>
#include <camel/camel-seekable-stream.h>
#include <camel/camel-seekable-substream.h>
#include <camel/camel-service.h>
#include <camel/camel-session.h>
#include <camel/camel-store.h>
#include <camel/camel-stream-buffer.h>
#include <camel/camel-stream-filter.h>
#include <camel/camel-stream-fs.h>
#include <camel/camel-stream-mem.h>
#include <camel/camel-stream.h>
#include <camel/camel-tcp-stream-raw.h>
#include <camel/camel-tcp-stream-ssl.h>
#include <camel/camel-tcp-stream.h>
#include <camel/camel-transport.h>
#include <camel/camel-uid-cache.h>
#include <camel/camel-url.h>
#include <camel/camel-string-utils.h>

gint camel_init (const char *certdb_dir, gboolean nss_init);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* CAMEL_H */
ngChristopher James Lahey2001-06-112-16/+68 * Added this function to put a response back into the queue.Christopher James Lahey2001-06-114-62/+113 * Added this function to let you do slightly more complicated searches.Christopher James Lahey2001-06-114-6/+70 * Removed unused email variable.Christopher James Lahey2001-06-092-1/+5 * Null terminate the strv here. (e_card_locate_match): ref here instead ofChristopher James Lahey2001-06-0921-40/+512 * remove the gtk_widget_show call... (e_contact_editor_show): and put itChris Toshok2001-06-0913-326/+295 * Remove references to ECategoryMasterListWombat.Christopher James Lahey2001-06-063-12/+5 * Make this work when multiple names are selected then right click->Remove.Jason Leach2001-06-062-4/+36 * Oh yeah, the ChangeLog.Chris Lahey2001-06-061-0/+20 * Copy dates as they come in.Christopher James Lahey2001-06-066-630/+462 * Move an #include to the top, it's ugly to have it in the middle of theJacob Leach2001-06-061-1/+1 * (Fix bug #655: SelectNames doesn't let you remove addresses after you addJason Leach2001-06-062-0/+48 * Change the completion handler to use the ECompletionMatch.Jon Trowbridge2001-06-063-156/+163 * Added. Code for testing if two ECards appear to pertain to the sameJon Trowbridge2001-06-054-0/+520 * remove spew, and don't call the ShellView CORBA method if the interfaceChris Toshok2001-06-048-13/+131 * Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-032-3/+8 * Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-022-8/+14 * Included information about db3.Christopher James Lahey2001-06-013-93/+172 * Added fields for the GalViewMenus and GalViewCollection; we need to keepFederico Mena Quintero2001-06-014-21/+89 * add the EAddressbookModel* and change the ETableModel's name to "adapter".Chris Toshok2001-06-013-11/+35 * decrement data_count before emitting the card_removed signal, and breakChris Toshok2001-06-013-5/+42 * Print Preview => ContactsPrintPreview. Changed peter's change so that theChris Toshok2001-06-012-1/+7 * Use the correct path to the print preview menu item.Peter Williams2001-05-312-1/+6 * new function, for the Cut verb. (copy_contacts_cb): new function, for theChris Toshok2001-05-306-14/+344 * #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-282-2/+9 * Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-262-1/+5 * Correct the height calculation here to not include theChristopher James Lahey2001-05-263-1/+14 * fix strings such that ones that happening at the beginning or during anChris Toshok2001-05-233-8/+31 * add sequence_complete_id to EAddressbookModel and stop_state_changed toChris Toshok2001-05-235-12/+101 * ref the listener for the duration of this function, since emittingDan Winship2001-05-232-0/+15 * track the change in evolution-addressbook.xml's bonobo ui path's.Chris Toshok2001-05-222-6/+10 * update_view_type is gone, since the menu item is gone.Chris Toshok2001-05-223-52/+12 * Removed an unused variable.Christopher James Lahey2001-05-215-3/+19 * Do a better job constructing match strings, so we never try to use aJon Trowbridge2001-05-192-6/+63 * Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-1810-40/+638 * no more ContactFind command.Chris Toshok2001-05-182-47/+5 * add our selection_change signal. (e_minicard_view_widget_realize): connectChris Toshok2001-05-188-8/+300 * initialize the model and adapter. (button_press): set on the model.Chris Toshok2001-05-163-5/+28 * Fixed up the lifetime of the drag_data_get signal a bit.Christopher James Lahey2001-05-162-23/+10 * MinicardViewModel -> ReflowAdapter name change. (get_card_list): same.Chris Toshok2001-05-1616-1131/+1372 * Fix a small error not decreasing the data_count here.Christopher James Lahey2001-05-152-1/+7 * add prototype for addressbook_expand_uri.Chris Toshok2001-05-146-20/+102 * load pixmaps for MessageCopy and MessageForwardAttached. Thanks WayneGediminas Paulauskas2001-05-121-2/+2 * spew the data passed to us. (destination_folder_handle_motion): theChris Toshok2001-05-122-1/+11 * correct bug causing the Ok button to never be enabled.Chris Toshok2001-05-122-2/+9 * example.Chris Toshok2001-05-122-3/+7 * use e_card_list_get_vcard to build up the data to send.Chris Toshok2001-05-129-52/+169 * If the name is set and the full_name or file_as haven't been yet, setChristopher James Lahey2001-05-122-0/+23 * Reordered the includes here. (string_to_dbt): The sleepycat libdbChristopher James Lahey2001-05-124-1/+20 * only check schema support if we've connected.Chris Toshok2001-05-122-4/+10 * don't leak the ECard or ECardSimple.Chris Toshok2001-05-113-18/+31 * Importer changesIain Holmes2001-05-094-30/+69 * Removed e-card-pairs.h since we're not using it.Christopher James Lahey2001-05-0821-656/+1379 * flesh out the function more. It should work now, but there's no way toChris Toshok2001-05-082-4/+79 * Use a different error message in the ldap support/no ldap support/fileChris Toshok2001-05-082-22/+43 * use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-084-11/+14 * un-#if 0 this. (xfer_folder): add skeleton code to validate xfer request.Chris Toshok2001-05-052-12/+86 * init change_id to NULLJP Rosevear2001-05-042-1/+7 * unref the book if the view is being destroyedJP Rosevear2001-05-031-0/+2 * unref the book if the view is being destroyedJP Rosevear2001-05-033-0/+23 * if the view does not contain a search context, the result is by defaultJP Rosevear2001-05-012-0/+10 * Remove call to unicode_init.Dan Winship2001-04-262-3/+5 * Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-243-101/+32 * Added save_source_data here.Christopher James Lahey2001-04-222-0/+7 * Properly convert to utf8. (Bug #2256) (build_quick_add_dialog): ProperlyJon Trowbridge2001-04-223-12/+46 * Added.Jon Trowbridge2001-04-178-18/+138 * Added the function e_book_view_listener_stop to tell the book viewChristopher James Lahey2001-04-158-88/+117 * Ref the cursor here when we receive it.Christopher James Lahey2001-04-154-74/+39 * Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-143-0/+9 * Get the ESelectNamesModel from the widget's text model instead of storingChristopher James Lahey2001-04-132-6/+21 * Update the Voice and Fax phone numbers too, finishing off bug #1667.Jason Leach2001-04-132-2/+7 * Update the built in VCard.Christopher James Lahey2001-04-132-2/+7 * put the business address into the pilot record as that is what we put intoJP Rosevear2001-04-135-78/+24 * Don't add more than five phone numbers and set the remaining blank entriesJP Rosevear2001-04-122-3/+10 * Added E_CARD_SIMPLE_FIELD_LAST_SIMPLE_STRING.Christopher James Lahey2001-04-115-14/+34 * i18n fixes, added missing includes.Gediminas Paulauskas2001-04-118-26/+51 * stubbed, #if 0'ed (xfer_folder): same. (populate_context_menu): same.Chris Toshok2001-04-102-2/+68 * on BUTTON_PRESS: if it's button 1, store the button x, y, and setChris Toshok2001-04-106-0/+202 * add #include <sys/types.h> since gnome-print.h uses time_t withoutChris Toshok2001-04-092-0/+7 * make sure to notify new clients to the writable status of an already openChris Toshok2001-04-092-2/+12 * Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-059-43/+44 * Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-0515-1/+70 * Fixed a crash here.Christopher James Lahey2001-04-042-1/+8 * Removed junk imagesGediminas Paulauskas2001-04-0416-0/+0 * Made this table model more consistent in the number of columns it has.Christopher James Lahey2001-04-032-5/+14 * Unref and unregister the factory on exitIain Holmes2001-04-032-0/+7 * Blessed by Ettore.Gediminas Paulauskas2001-04-024-34/+24 * Call e_select_names_model_clean after adding address. This should dealJon Trowbridge2001-03-316-1/+58 * Tell new clients that are added whether they're writable.Christopher James Lahey2001-03-302-0/+13 * Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-305-1/+32 * Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-3097-215/+324 * Fixed some crashes.Christopher James Lahey2001-03-292-0/+18 * Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of getting the NAME and thenChristopher James Lahey2001-03-293-6/+18 * Rather than starting the pending query by directly callingJon Trowbridge2001-03-252-8/+42 * statsplain d---------fpc-base110logstatsplain d---------fpc-docs141logstatsplain d---------fpc-lua73logstatsplain d---------fpc-rexx73logstatsplain d---------fpc-tcl73logstatsplain d---------fpc-units73logstatsplain d---------fpc-utils73logstatsplain d---------fpc220logstatsplain d---------fsharp146logstatsplain d---------gambit-c185logstatsplain d---------gauche146logstatsplain d---------gawk178logstatsplain d---------gcc-aux228logstatsplain d---------gcc-ecj45109logstatsplain d---------gcc178logstatsplain d---------gcc46178logstatsplain d---------gcc47-aux228logstatsplain d---------gcc47178logstatsplain d---------gcc48178logstatsplain d---------gcc49178logstatsplain d---------gcc5-aux228logstatsplain d---------gcc5224logstatsplain d---------gcl141logstatsplain d---------gforth178logstatsplain d---------ghc308logstatsplain d---------gjs146logstatsplain d---------gnat_util149logstatsplain d---------gnatdroid-armv5142logstatsplain d---------gnatdroid-armv7142logstatsplain d---------gnatdroid-binutils178logstatsplain d---------gnatdroid-sysroot141logstatsplain d---------gnu-cobol146logstatsplain d---------gnustep-base178logstatsplain d---------go178logstatsplain d---------gprolog146logstatsplain d---------groovy141logstatsplain d---------gscheme146logstatsplain d---------guile178logstatsplain d---------guile2178logstatsplain d---------harbour146logstatsplain d---------hla178logstatsplain d---------hope178logstatsplain d---------hs-brainfuck109logstatsplain d---------hs-epic178logstatsplain d---------hs-unlambda109logstatsplain d---------huc185logstatsplain d---------hugs178logstatsplain d---------icc178logstatsplain d---------ici146logstatsplain d---------icon146logstatsplain d---------intel2gas178logstatsplain d---------intercal146logstatsplain d---------io221logstatsplain d---------itcl178logstatsplain d---------itcl4178logstatsplain d---------jakarta-commons-jelly141logstatsplain d---------jimtcl146logstatsplain d---------jruby146logstatsplain d---------js_of_ocaml