aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3/camel-pop3-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/pop3/camel-pop3-store.h')
-rw-r--r--camel/providers/pop3/camel-pop3-store.h79
1 files changed, 0 insertions, 79 deletions
diff --git a/camel/providers/pop3/camel-pop3-store.h b/camel/providers/pop3/camel-pop3-store.h
deleted file mode 100644
index 3b9b1f7ae1..0000000000
--- a/camel/providers/pop3/camel-pop3-store.h
+++ /dev/null
@@ -1,79 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/* camel-pop3-store.h : class for an pop3 store */
-
-/*
- * Authors:
- * Dan Winship <danw@ximian.com>
- * Michael Zucchi <notzed@ximian.com>
- *
- * Copyright (C) 2000-2002 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_POP3_STORE_H
-#define CAMEL_POP3_STORE_H 1
-
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus }*/
-
-#include <camel/camel-types.h>
-#include <camel/camel-store.h>
-#include "camel-pop3-engine.h"
-
-#define CAMEL_POP3_STORE_TYPE (camel_pop3_store_get_type ())
-#define CAMEL_POP3_STORE(obj) (CAMEL_CHECK_CAST((obj), CAMEL_POP3_STORE_TYPE, CamelPOP3Store))
-#define CAMEL_POP3_STORE_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_POP3_STORE_TYPE, CamelPOP3StoreClass))
-#define CAMEL_IS_POP3_STORE(o) (CAMEL_CHECK_TYPE((o), CAMEL_POP3_STORE_TYPE))
-
-
-typedef struct {
- CamelStore parent_object;
-
- CamelPOP3Engine *engine; /* pop processing engine */
-
- struct _CamelDataCache *cache;
-} CamelPOP3Store;
-
-
-
-typedef struct {
- CamelStoreClass parent_class;
-
-} CamelPOP3StoreClass;
-
-
-/* public methods */
-void camel_pop3_store_expunge (CamelPOP3Store *store, CamelException *ex);
-
-/* support functions */
-enum { CAMEL_POP3_OK, CAMEL_POP3_ERR, CAMEL_POP3_FAIL };
-int camel_pop3_command (CamelPOP3Store *store, char **ret, CamelException *ex, char *fmt, ...);
-char *camel_pop3_command_get_additional_data (CamelPOP3Store *store, int total, CamelException *ex);
-
-/* Standard Camel function */
-CamelType camel_pop3_store_get_type (void);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* CAMEL_POP3_STORE_H */
-
-
td class='commitgraph'>* Fix plist: since the gfortran migration, some tests are no more installed.thierry2007-01-262-10/+2 * Update to 7.0.9. Various security vulnerabilities have been fixed.hrs2007-01-182-4/+4 * Should not use WITH_FORTRAN.maho2007-01-181-1/+0 * * Migrate to gfortran.maho2007-01-172-28/+28 * forgot to commit. a build fix for gfortran.maho2007-01-171-0/+11 * * Migrate to gfortran.maho2007-01-171-13/+12 * - Fix handling of the rc.d scriptgabor2007-01-143-9/+3 * Update to 9.0.0-2.thierry2007-01-122-4/+4 * 2006-12-01 comms/vpb-driver: leaves files behind on deinstallmiwi2007-01-065-64/+0 * Upgrade seamonkey-flp to 1.0.7.thierry2006-12-302-4/+4 * - Update to 0.1.15miwi2006-12-302-6/+6 * The new tarball has been uploaded to the official site, no need tothierry2006-12-281-3/+1 * - Chase Code_Aster upgrade;thierry2006-12-262-2/+3 * Upgrade to 8.5-1.thierry2006-12-263-63/+135 * Upgrade to 9.0.0-1.thierry2006-12-265-95/+477 * Upgrade to 1.11.0-1.thierry2006-12-263-104/+123 * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-2013-30/+49 * Fix description & URL.thierry2006-12-201-2/+2 * - Track ditsfilegabor2006-12-202-13/+7 * - Fix fetchinggabor2006-12-192-30/+6 * Mark BROKEN also on ia64.thierry2006-12-181-5/+1 * - Upgrade MED to 2.3.1;thierry2006-12-136-89/+58 * Upgrade fr-seamonkey-flp to 1.0.6.thierry2006-11-182-4/+4 * Mark BROKEN on 5.x (undefined reference to `feenableexcept').thierry2006-11-151-2/+2 * Répare l'affichage des accents avec les locales UTF-8.jylefort2006-11-122-0/+7 * Add belote.jylefort2006-11-096-0/+69 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-4/+3 * - Catch the exception risen by gethostbyaddr and set a "to be configured"thierry2006-09-242-7/+16 * Mark as BROKEN everywhere, and deprecate.linimon2006-09-241-3/+6 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-1313-22/+123 * Fix plist.thierry2006-09-131-1/+1 * Reset maintainer at his request.linimon2006-09-101-1/+1 * Add Seamonkey's support, with some cleaning.thierry2006-09-064-10/+24 * Schedule these broken ports for termination on 2006-12-01kris2006-09-031-0/+2 * Mark as broken on 5.x: does not install.linimon2006-08-271-0/+2 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-152-2/+2 * Update to 8.3.0-3.thierry2006-08-082-4/+4 * Update to 8.3.0-2.thierry2006-08-042-4/+4 * Mark BROKEN: does not installerwin2006-08-041-0/+2 * Update to 7.0.8.hrs2006-08-022-5/+5 * - Switch to MPICH2;thierry2006-07-252-51/+83 * All dictionaries can be installed separately:thierry2006-07-154-7/+59 * Upgrade to 2003-2.thierry2006-07-075-2211/+72 * Upgrade to 8.2-1.thierry2006-07-073-12/+473 * Upgrade to 8.3.0-1.thierry2006-07-075-343/+320 * Upgrade to 1.10.0-1.thierry2006-07-073-17/+130 * - Limit INDEX contents to 7-bit ASCII characters for greater compatibilitysat2006-06-072-2/+2 * Update to KDE 3.5.3lofi2006-06-064-22/+38 * - Add MUMPS support (optional);thierry2006-06-032-20/+87 * Update to KOffice 1.5.1lofi2006-05-276-12/+12 * Bump PORTREVISION to reflect the fact that the .desktop file is nojylefort2006-05-211-1/+1