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