MCPcopy
hub / github.com/knadh/listmonk / Mailbox

Interface Mailbox

internal/bounce/bounce.go:16–18  ·  view source on GitHub ↗

Mailbox represents a POP/IMAP mailbox client that can scan messages and pass them to a given channel.

Source from the content-addressed store, hash-verified

14// Mailbox represents a POP/IMAP mailbox client that can scan messages and pass
15// them to a given channel.
16type Mailbox interface {
17 Scan(limit int, ch chan models.Bounce) error
18}
19
20// Opt represents bounce processing options.
21type Opt struct {

Callers 3

validateQueryTablesFunction · 0.65
runMailboxScannerMethod · 0.65
initAboutFunction · 0.65

Implementers 1

POPinternal/bounce/mailbox/pop.go

Calls

no outgoing calls

Tested by

no test coverage detected