GMime.FilterOpenPGP¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
begin_offset  | 
r  | 
||
end_offset  | 
r  | 
||
midline  | 
r  | 
||
next  | 
r  | 
||
parent_object  | 
r  | 
parent   | 
|
position  | 
r  | 
||
seen_end_marker  | 
r  | 
||
state  | 
r  | 
Class Details¶
- class GMime.FilterOpenPGP(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A filter to detect OpenPGP markers.
New in version 3.2.
- classmethod new()¶
 - Returns:
 a new
GMime.FilterOpenPGPfilter.- Return type:
 
Creates a new
GMime.FilterOpenPGPfilter.New in version 3.2.
- get_begin_offset()¶
 - Returns:
 The stream offset or %-1 if no OpenPGP block was found.
- Return type:
 
Gets the stream offset of the beginning of the OpenPGP data block, if any have been found.
New in version 3.2.
- get_data_type()¶
 - Returns:
 a
GMime.OpenPGPDatavalue.- Return type:
 
Gets the type of OpenPGP data that has been detected.
New in version 3.2.