Msg.MailFolder¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Msg.MailFolder(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Handling of mail folder specific functions.
- classmethod new()¶
- Returns:
the newly created
MsgMailFolder
- Return type:
Creates a new
MsgMailFolder
.
- classmethod new_from_json(json_object)¶
- Parameters:
json_object (
Json.Object
) – The json object to parse- Raises:
- Returns:
the newly created
MsgMailFolder
- Return type:
Creates a new
MsgMailFolder
from json response object.