Method

EDataServerSourceMailSubmissionset_sent_folder

since: 3.6

Declaration [src]

void
e_source_mail_submission_set_sent_folder (
  ESourceMailSubmission* extension,
  const gchar* sent_folder
)

Description [src]

Sets the preferred folder for sent messages by an identifier string. The format of the identifier string is defined by the client application.

The internal copy of sent_folder is automatically stripped of leading and trailing whitespace. If the resulting string is empty, NULL is set instead.

Available since: 3.6

Parameters

sent_folder

Type: const gchar*

An identifier for the preferred sent folder, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.