Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIME_TYPE_TEXT = "text/plain" MIME_TYPE_HTML = "text/html" MIME_TYPE_JSON = "application/json" MIME_TYPE_PDF = "application/pdf" MAX_DOWNLOAD_SIZE = 100000000 )
Variables ¶
This section is empty.
Functions ¶
func ServeMails ¶
Types ¶
type Attachments ¶
type Client ¶
type Client struct { Username string Password string From string SmtpSecure bool ImapSecure bool SmtpServer string SmtpPort uint16 Pop3Server string Pop3Port uint16 Token string }
func NewMailClient ¶
func (*Client) GetBillingInformationsFromBody ¶
func (c *Client) GetBillingInformationsFromBody(body string) (specs.AccountDetails, specs.BillingDetails, error)
Click to show internal directories.
Click to hide internal directories.