PyAC Python API Reference

autocrypt package

autocrypt.acmime module

class autocrypt.acmime.MIMEApplicationACSetupPayload(_data, _subtype='autocrypt-setup', _encoder=<function encode_noop>, **_params)

Bases: email.mime.application.MIMEApplication

Class for generating application/autocrypt-setup MIME documents.

class autocrypt.acmime.MIMEMultipartACSetup(_data=None, _subtype='mixed', boundary=None, **_params)

Bases: email.mime.multipart.MIMEMultipart

Base class for MIME multipart/mixed including application/autocrypt-setup.

class autocrypt.acmime.MIMETextACSetupDescription(_data='This message contains all information to transfer your Autocryptnsettings along with your secret key securely from your originalndevice.nnTo set up your new device for Autocrypt, please follow theninstuctions that should be presented by your new device.nnYou can keep this message and use it as a backup for your secretnkey. If you want to do this, you should write down the Setup Codenand store it securely.n', _subtype='plain')

Bases: email.mime.text.MIMEText

Class for generating text/plain MIME documents.

autocrypt.conflog module

Logging configuration.

autocrypt.constants module

autocrypt.test_data module

.

autocrypt.crypto module

autocrypt.message module