Documentation ¶
Index ¶
- Variables
- type Mail
- func (m *Mail) Close()
- func (m *Mail) Decrypt(r io.Reader, decryptKeys openpgp.PromptFunction) (*models.MessageDetails, error)
- func (m *Mail) Encrypt(buf *bytes.Buffer, rcpts []string, signer string, ...) (io.WriteCloser, error)
- func (m *Mail) ExportKey(k string) (io.Reader, error)
- func (m *Mail) GetKeyId(s string) (string, error)
- func (m *Mail) GetSignerKeyId(s string) (string, error)
- func (m *Mail) ImportKeys(r io.Reader) error
- func (m *Mail) Init() error
- func (m *Mail) KeyringExists() bool
- func (m *Mail) Sign(buf *bytes.Buffer, signer string, decryptKeys openpgp.PromptFunction, ...) (io.WriteCloser, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Keyring openpgp.EntityList
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.