MimeMessage
Object Hierarchy:
Description:
Namespace: Camel
Package: camel-1.2
Content:
Creation methods:
- public MimeMessage ()
Create a new MimeMessage object.
Methods:
- public string build_mbox_from ()
Build an MBox from-line from this.
- public void dump (int body)
Dump information about the mime message to stdout.
- public void encode_8bit_parts ()
Encode all message parts to a suitable transfer encoding for transport (7bit clean).
- public void foreach_part (ForeachPartFunc? callback)
Calls
callback
for each part of the this, including the message itself. - public long get_date (out int offset)
Get the date and UTC offset of a message.
- public long get_date_received (out int offset)
Get the received date and UTC offset of a message.
- public unowned InternetAddress? get_from ()
Get the from address of a message.
- public unowned string? get_message_id ()
Get the message-id of a message.
- public unowned MimePart? get_part_by_content_id (string content_id)
Get a MIME part by id from a message.
- public unowned InternetAddress? get_recipients (string type)
Get the message recipients of a specified type.
- public unowned InternetAddress? get_reply_to ()
Get the Reply-To of a message.
- public unowned string? get_source ()
Get the UID of the source account of the message.
- public unowned string? get_subject ()
Get the UTF-8 subject text of a message.
- public bool has_8bit_parts ()
Find out if a message contains 8bit or binary encoded parts.
- public bool has_attachment ()
Returns whether message contains at least one attachment part.
- public void set_best_encoding (BestencRequired required, BestencEncoding enctype)
Re-encode all message parts to conform with the required encoding rules.
- public void set_date (long date, int offset)
Set the date on a message.
- public void set_from (InternetAddress? from)
Set the from address of a message.
- public void set_message_id (string? message_id)
Set the message-id on a message.
- public void set_recipients (string type, InternetAddress? recipients)
Set the recipients of a message.
- public void set_reply_to (InternetAddress? reply_to)
Set the Reply-To of a message.
- public void set_source (string? source_uid)
Set the UID of the source account of the message.
- public void set_subject (string? subject)
Set the subject text of a message.
Inherited Members:
All known members inherited from class Camel.MimePart
All known members inherited from class Camel.Medium
All known members inherited from class Camel.DataWrapper
All known members inherited from class GLib.Object