![]() |
![]() |
![]() |
Camel Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct CamelIMAPXFolder; CamelFolder * camel_imapx_folder_new (CamelStore *parent
,const gchar *path
,const gchar *raw
,GError **error
); gchar ** camel_imapx_folder_dup_quota_root_names (CamelIMAPXFolder *folder
); void camel_imapx_folder_set_quota_root_names (CamelIMAPXFolder *folder
,const gchar **quota_root_names
); void camel_imapx_folder_add_move_to_real_junk (CamelIMAPXFolder *folder
,const gchar *message_uid
); void camel_imapx_folder_add_move_to_real_trash (CamelIMAPXFolder *folder
,const gchar *message_uid
);
GObject +----CamelObject +----CamelFolder +----CamelOfflineFolder +----CamelIMAPXFolder
CamelFolder * camel_imapx_folder_new (CamelStore *parent
,const gchar *path
,const gchar *raw
,GError **error
);
gchar ** camel_imapx_folder_dup_quota_root_names
(CamelIMAPXFolder *folder
);
void camel_imapx_folder_set_quota_root_names (CamelIMAPXFolder *folder
,const gchar **quota_root_names
);
void camel_imapx_folder_add_move_to_real_junk (CamelIMAPXFolder *folder
,const gchar *message_uid
);
Adds message_uid
to a pool of messages to be moved to a real junk
folder the next time folder
is explicitly synchronized by way of
camel_folder_synchronize()
or camel_folder_synchronize_sync()
.
This only applies when using a real folder to track junk messages, as specified by the "use-real-junk-path" setting.
|
a CamelIMAPXFolder |
|
a message UID |
Since 3.8
void camel_imapx_folder_add_move_to_real_trash (CamelIMAPXFolder *folder
,const gchar *message_uid
);
Adds message_uid
to a pool of messages to be moved to a real trash
folder the next time folder
is explicitly synchronized by way of
camel_folder_synchronize()
or camel_folder_synchronize_sync()
.
This only applies when using a real folder to track deleted messages, as specified by the "use-real-trash-path" setting.
|
a CamelIMAPXFolder |
|
a message UID |
Since 3.8