Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector struct {
// contains filtered or unexported fields
}
Connector implements daneel.Connector for email using IMAP IDLE.
func (*Connector) Messages ¶
func (c *Connector) Messages() <-chan daneel.IncomingMessage
Messages returns the channel of incoming messages.
type Option ¶
type Option func(*Connector)
Option configures the email Connector.
func WithPollInterval ¶
WithPollInterval sets IMAP poll interval.
Click to show internal directories.
Click to hide internal directories.