Method

CamelMimeMessagedump

Declaration [src]

void
camel_mime_message_dump (
  CamelMimeMessage* message,
  gint body
)

Description [src]

Dump information about the mime message to stdout.

If body is TRUE, then dump body content of the message as well.

Parameters

body

Type: gint

Whether to dump also message body.