GMime.OpenPGPMarker

Fields

Name

Type

Access

Description

after

GMime.OpenPGPState

r/w

The GMime.OpenPGPState that the state machine will transition into once this marker is found.

before

GMime.OpenPGPState

r/w

The GMime.OpenPGPState that the state machine must be in before encountering this marker.

is_end_marker

bool

r/w

True if the marker is an end marker; otherwise, False.

len

int

r/w

The length of the OpenPGP marker.

marker

str

r/w

The OpenPGP marker.

Methods

None

Details

class GMime.OpenPGPMarker

An OpenPGP marker for use with GMime’s internal state machines used for detecting OpenPGP blocks.

New in version 3.2.