Function

Camelheader_msgid_decode

Declaration [src]

gchar*
camel_header_msgid_decode (
  const gchar* in
)

Description [src]

Extract a message-id token from in.

Parameters

in

Type: const gchar*

Input string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gchar*

The msg-id.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.