Struct gmime::Message[]

pub struct Message(_, _);

A MIME Message object.

Implements

MessageExt, ObjectExt

Methods

impl Message
[src]

If pretty_headers is true, then the standard rfc822 headers are initialized so as to put headers in a nice friendly order. This is strictly a cosmetic thing, so if you are unsure, it is safe to say no (false).

pretty_headers

make pretty headers

Returns

an empty Message object.

Trait Implementations

impl Clone for Message

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Message

Formats the value using the given formatter. Read more

impl Hash for Message

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for Message

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for Message

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Message

impl IsA<Object> for Message

impl IsA<Object> for Message

Auto Trait Implementations

impl !Send for Message

impl !Sync for Message