package
Version:
v0.0.0-...-6e05819
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
ClientID string `json:"client_id"`
Email string `json:"email"`
MailType MailType `json:"mail_type"`
Short string `json:"short"`
}
Account type - description of account
ListAccounts - list of accounts from config file
MailType is an alias for string.
Gmail is MailType for google mail.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.