Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SUBSCRIBED_SUBJECT = enum.EventEmailInboundClassify.String()
Functions ¶
func NewEmailClassificationService ¶
func NewEmailClassificationService( natsConn *nats_internal.NATSConnections, repositories *repository.Repositories, ) interfaces.EmailProcessor
Types ¶
type EmailClassificationService ¶
type EmailClassificationService struct {
// contains filtered or unexported fields
}
func (*EmailClassificationService) Close ¶
func (s *EmailClassificationService) Close() error
Close gracefully shuts down the service
type EmailHeaders ¶
type EmailHeaders struct {
AutoSubmitted bool
ContentDescription string
DeliveryStatus bool
ListUnsubscribe bool
Precedence string
ReturnPath string
ReturnPathExists bool
XAutoreply string
XAutoresponse string
XLoop bool
XFailedRecipients []string
ReplyTo string
ReplyToExists bool
Sender string
ForwardedFor string
DKIM []string
SPF string
DMARC string
}
Click to show internal directories.
Click to hide internal directories.