Top | ![]() |
![]() |
![]() |
![]() |
|
camel_local_summary_construct () |
|
camel_local_summary_load () |
|
camel_local_summary_check () |
|
camel_local_summary_sync () |
|
camel_local_summary_add () |
|
camel_local_summary_check_force () |
|
camel_local_summary_encode_x_evolution () |
|
camel_local_summary_decode_x_evolution () |
|
camel_local_summary_write_headers () |
void camel_local_summary_construct (,
CamelLocalSummary *newconst
,gchar *local_name);
CamelIndex *index
gboolean camel_local_summary_load (,
CamelLocalSummary *cls,
gint forceindex);
GError **error
gint camel_local_summary_check (,
CamelLocalSummary *cls,
CamelFolderChangeInfo *Param2,
GCancellable *cancellable);
GError **error
gint camel_local_summary_sync (,
CamelLocalSummary *cls,
gboolean expunge,
CamelFolderChangeInfo *Param3,
GCancellable *cancellable);
GError **error
CamelMessageInfo * camel_local_summary_add (,
CamelLocalSummary *cls,
CamelMimeMessage *msgconst
,CamelMessageInfo *info,
CamelFolderChangeInfo *Param4);
GError **error
gchar * camel_local_summary_encode_x_evolution (,
CamelLocalSummary *clsconst
);CamelMessageInfo *info
gint camel_local_summary_decode_x_evolution (,
CamelLocalSummary *clsconst
,gchar *xev);
CamelMessageInfo *info
gint camel_local_summary_write_headers (,
gint fdCamelNameValueArray *headers
,const
,gchar *xevlineconst
,gchar *statusconst
);gchar *xstatus
Write a bunch of headers to the file fd
. If xevline is non NULL, then
an X-Evolution header line is created at the end of all of the headers.
If status
is non NULL, then a Status header line is also written.
The headers written are termianted with a blank line.
fd |
a file descriptor to write to |
|
headers |
a CamelNameValueArray with headers to write |
|
xevline |
an optional value of X-Evolution header to add. |
[nullable] |
status |
an optional value of Status header to add. |
[nullable] |
xstatus |
an optional value of X-Status header to add. |
[nullable] |