Camel.VeeMessageInfo¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class Camel.VeeMessageInfo(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(summary, original_summary, vuid)¶
- Parameters:
summary (
Camel.FolderSummary) – aCamel.VeeSummary, the “owner” of the created message infooriginal_summary (
Camel.FolderSummary) – an originalCamel.FolderSummaryto reference tovuid (
str) – what UID to set on the resulting message info
- Returns:
a newly created
Camel.VeeMessageInfowhich references orig_mi. Free withGObject.Object.unref() when done with it.- Return type:
Creates a new instance of
Camel.VeeMessageInfowhich references a message from the original_summary internally.The vuid should be encoded in a way which the vFolder understands, which is like the one returned by
Camel.VeeMessageInfoData.get_vee_message_uid().New in version 3.24.
- get_original_folder()¶
- Returns:
A
Camel.Folderof the original message info, which this self is proxying.- Return type:
New in version 3.24.
- get_original_summary()¶
- Returns:
A
Camel.FolderSummaryof the original message info, which this self is proxying.- Return type:
New in version 3.24.