Camel.MimeFilterPreview¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Camel.MimeFilterPreview(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(limit)¶
- Parameters:
limit (
int
) – a limit for the preview length- Returns:
a new
Camel.MimeFilterPreview
object- Return type:
Creates a new
Camel.MimeFilterPreview
object. It filters passed-in data into a text suitable for a message content preview.New in version 3.52.
- get_limit()¶
- Returns:
limit for the text length, in characters
- Return type:
Returns set limit for the text length, in characters. Zero means unlimited length.
New in version 3.52.
- get_text()¶
-
Returns read text until now.
New in version 3.52.