package
Version:
v0.0.0-...-a644e2b
Opens a new window with list of versions in this module.
Published: Jul 24, 2022
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Mail struct {
Id int `json:"id"`
FromAdress string `json:"fromAdress"`
ToAdress string `json:"toAdress"`
Subject string `json:"subject"`
ReceivedOn time.Time `json:"receivedOn"`
RawData string `json:"rawData"`
Attachments []string `json:"attachments"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.