Name

struct _EMFormat — Mail formatter object.

Synopsis

struct _EMFormat {
  GObject parent;
  struct _EMFormatPrivate * priv;
  struct _CamelMimeMessage * message;
  struct _CamelFolder * folder;
  char * uid;
  GString * part_id;
  EDList header_list;
  struct _CamelSession * session;
  struct _CamelURL * base;
  const char * snoop_mime_type;
  struct _CamelCipherValidity * valid;
  struct _CamelCipherValidity * valid_parent;
  GHashTable * inline_table;
  GHashTable * pending_uri_table;
  struct _EMFormatPURITree * pending_uri_tree;
  struct _EMFormatPURITree * pending_uri_level;
  em_format_mode_t mode;
  char * charset;
  char * default_charset;
};  

Members

parent

priv

message

folder

uid

part_id

header_list

session

base

snoop_mime_type

valid

valid_parent

inline_table

pending_uri_table

pending_uri_tree

pending_uri_level

mode

charset

default_charset

Description

Most fields are private or read-only.

This is the base MIME formatter class. It provides no formatting itself, but drives most of the basic types, including multipart / * types.

Description

Most fields are private or read-only.

This is the base MIME formatter class. It provides no formatting itself, but drives most of the basic types, including multipart / * types.