Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEmailProcessor ¶ added in v0.1.12
func NewEmailProcessor( repositories *repository.Repositories, eventsService *events.EventsService, aiService interfaces.AIService, ) interfaces.EmailProcessor
Types ¶
type ImapProcessor ¶ added in v0.1.12
type ImapProcessor struct {
interfaces.EmailProcessor
// contains filtered or unexported fields
}
func NewImapProcessor ¶ added in v0.1.12
func NewImapProcessor(processor interfaces.EmailProcessor, imapService interfaces.IMAPService) *ImapProcessor
func (*ImapProcessor) ProcessIMAPMessage ¶ added in v0.1.12
func (p *ImapProcessor) ProcessIMAPMessage(ctx context.Context, inboundEmail dto.EmailReceived) error
Click to show internal directories.
Click to hide internal directories.