Shared camel routines

Shared camel routines — A few shared camel routines

Synopsis

                    TnySessionCamel;
                    TnySessionCamelClass;
TnySessionCamel*    tny_session_camel_new               (TnyAccountStore *account_store);

Description

A few shared camel routines

Details

TnySessionCamel

typedef struct {
	CamelSession parent_object;
	TnySessionCamelPriv *priv;
} TnySessionCamel;


TnySessionCamelClass

typedef struct {
	CamelSessionClass parent_class;
} TnySessionCamelClass;


tny_session_camel_new ()

TnySessionCamel*    tny_session_camel_new               (TnyAccountStore *account_store);

A CamelSession for tinymail

account_store :

A TnyAccountStore instance

Returns :

The TnySessionCamel singleton instance