Documentation ¶
Index ¶
- type Client
- func (c Client) DeleteMail(identifier string, mailID string) error
- func (c Client) FlushMail(identifier string, mailID string) error
- func (c Client) GetMailPage(identifier string, mailID string) (*goquery.Document, error)
- func (c Client) GetMailsPage(identifier string, page int) (*goquery.Document, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides a high level interface to abstract yopmail data fetching
func (Client) DeleteMail ¶
DeleteMail removes an email from yopmail inbox
func (Client) GetMailPage ¶
GetMailPage fetches html page containing the email
Click to show internal directories.
Click to hide internal directories.