CamelDiscoDiary

CamelDiscoDiary

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CamelObject
        ╰── CamelDiscoDiary

Description

Functions

camel_disco_diary_new ()

CamelDiscoDiary *
camel_disco_diary_new (CamelDiscoStore *store,
                       const gchar *filename,
                       GError **error);

camel_disco_diary_new is deprecated and should not be used in newly-written code.


camel_disco_diary_empty ()

gboolean
camel_disco_diary_empty (CamelDiscoDiary *diary);

camel_disco_diary_empty is deprecated and should not be used in newly-written code.


camel_disco_diary_log ()

void
camel_disco_diary_log (CamelDiscoDiary *diary,
                       CamelDiscoDiaryAction action,
                       ...);

camel_disco_diary_log is deprecated and should not be used in newly-written code.


camel_disco_diary_replay ()

void
camel_disco_diary_replay (CamelDiscoDiary *diary,
                          GCancellable *cancellable,
                          GError **error);

camel_disco_diary_replay is deprecated and should not be used in newly-written code.


camel_disco_diary_uidmap_add ()

void
camel_disco_diary_uidmap_add (CamelDiscoDiary *diary,
                              const gchar *old_uid,
                              const gchar *new_uid);

camel_disco_diary_uidmap_add is deprecated and should not be used in newly-written code.


camel_disco_diary_uidmap_lookup ()

const gchar *
camel_disco_diary_uidmap_lookup (CamelDiscoDiary *diary,
                                 const gchar *uid);

camel_disco_diary_uidmap_lookup is deprecated and should not be used in newly-written code.

Types and Values

struct CamelDiscoDiary

struct CamelDiscoDiary;

CamelDiscoDiary is deprecated and should not be used in newly-written code.


enum CamelDiscoDiaryAction

CamelDiscoDiaryAction is deprecated and should not be used in newly-written code.

Members

CAMEL_DISCO_DIARY_END

   

CAMEL_DISCO_DIARY_FOLDER_EXPUNGE

   

CAMEL_DISCO_DIARY_FOLDER_APPEND

   

CAMEL_DISCO_DIARY_FOLDER_TRANSFER