Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIMAPImporter ¶
func NewIMAPImporter() importer.ImporterBackend
Types ¶
type IMAPImporter ¶
type IMAPImporter struct { importer.ImporterBackend // contains filtered or unexported fields }
func (*IMAPImporter) Begin ¶
func (p *IMAPImporter) Begin(location string) error
func (*IMAPImporter) End ¶
func (p *IMAPImporter) End() error
func (*IMAPImporter) Open ¶
func (p *IMAPImporter) Open(pathname string) (io.ReadCloser, error)
func (*IMAPImporter) Scan ¶
func (p *IMAPImporter) Scan() (<-chan importer.ImporterRecord, <-chan error, error)
Click to show internal directories.
Click to hide internal directories.