aboutsummaryrefslogblamecommitdiffstats
path: root/camel/providers/local/camel-maildir-store.h
blob: 27b6a6e5902b18e8a344008638861d08c6d94722 (plain) (tree)

































                                                                                                                     
                                                                                      


















                                                           
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
 *
 * Copyright (C) 2000 Helix Code, Inc.
 *
 * Authors: Michael Zucchi <notzed@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 CAMEL_MAILDIR_STORE_H
#define CAMEL_MAILDIR_STORE_H 1

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

#include "camel-local-store.h"

#define CAMEL_MAILDIR_STORE_TYPE     (camel_maildir_store_get_type ())
#define CAMEL_MAILDIR_STORE(obj)     (CAMEL_CHECK_CAST((obj), CAMEL_MAILDIR_STORE_TYPE, CamelMaildirStore))
#define CAMEL_MAILDIR_STORE_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_MAILDIR_STORE_TYPE, CamelMaildirStoreClass))
#define CAMEL_IS_MAILDIR_STORE(o)    (CAMEL_CHECK_TYPE((o), CAMEL_MAILDIR_STORE_TYPE))

typedef struct {
    CamelLocalStore parent_object;
    
} CamelMaildirStore;

typedef struct {
    CamelLocalStoreClass parent_class;
    
} CamelMaildirStoreClass;

/* public methods */

/* Standard Camel function */
CamelType camel_maildir_store_get_type(void);

#ifdef __cplusplus
}
#endif              /* __cplusplus */
#endif              /* CAMEL_MAILDIR_STORE_H */
librarysergei2005-08-304-122/+0 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Update libgcrypt to 1.2.1. Changes:arved2005-01-111-1/+2 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 * - Update to 1.1.9 (latest development version)sergei2004-06-053-9/+7 * Update libgcrypt to the new stable version 1.2.0arved2004-05-031-2/+2 * - Unbreak by correcting LIB_DEPENDS: gcrypt.10 is security/libgcrypt-devel,sergei2004-03-241-3/+2 * BROKEN: Inconsistent dependencies (depends on two versions of libgcrypt)kris2004-03-221-0/+2 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * - Update to the latest development version (1.1.6)sergei2004-03-093-30/+38 * Change to my @FreeBSD.org address.sergei2003-10-231-1/+1 * - Make security/opencdk and security/libtasn1 dependencieskrion2003-09-293-25/+26 * - Chase library to actual opencdk dependencykrion2003-09-261-1/+1 * - Chase shared library versionkrion2003-09-241-1/+1 * - Update to 0.8.10krion2003-09-243-10/+8 * Update to 0.8.6kevlo2003-03-262-3/+3 * - Update to 0.8.1naddy2003-02-284-41/+40 * Add missing directorykris2003-02-221-0/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Use MASTER_SITE_GNUPGarved2003-02-151-2/+2 * - Add a knob for OpenCDK support (WITH_OPENCDK=yes), disabled by defaultnork2003-01-292-10/+25 * Update to 0.6.0arved2003-01-193-6/+22