Documentation
¶
Index ¶
Constants ¶
View Source
const RecaptchaAnchorURL = "" /* 192-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CookieData ¶
type CookieData struct {
XSRFToken string
}
type Gmailnator ¶
func NewGmailnator ¶
func NewGmailnator() (*Gmailnator, error)
func (*Gmailnator) GenerateEmail ¶
func (g *Gmailnator) GenerateEmail() error
func (*Gmailnator) GetKey ¶
func (g *Gmailnator) GetKey(jsonData, captchaToken string) (string, error)
func (*Gmailnator) GetMailBody ¶
func (g *Gmailnator) GetMailBody(messageId string) (string, error)
func (*Gmailnator) GetMails ¶
func (g *Gmailnator) GetMails() ([]ReceivedEmail, error)
type ReceivedEmail ¶
type ReceivedEmailDetail ¶
type ReceivedEmailDetail struct {
Body string `json:"body"`
}
Click to show internal directories.
Click to hide internal directories.