Documentation
¶
Index ¶
Constants ¶
View Source
const ( SERVER = "smtp.gmail.com" PORT = 587 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GMail ¶
type GMail struct { Username string // contains filtered or unexported fields }
Gmail encapsulates an authenticated GMail user.
func GmailConnection ¶
GmailConnection creates a GMail object, which encapsulates the connection to GMail's server(s).
Click to show internal directories.
Click to hide internal directories.