Documentation ¶
Overview ¶
Package imap provides a go-imap backend that encrypts and decrypts PGP messages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct { backend.Backend Encrypt EncryptMode Decrypt DecryptMode Unlock pgpmail.UnlockFunction }
type DecryptMode ¶
type DecryptMode uint
const ( DecryptRegular DecryptMode = iota DecryptWrap DecryptFull )
Click to show internal directories.
Click to hide internal directories.