You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 09:00:42 +13:00
mailgun dep
This commit is contained in:
57
vendor/github.com/mailgun/mailgun-go/v4/events/enums.go
generated
vendored
Normal file
57
vendor/github.com/mailgun/mailgun-go/v4/events/enums.go
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
package events
|
||||
|
||||
const (
|
||||
EventAccepted = "accepted"
|
||||
EventRejected = "rejected"
|
||||
EventDelivered = "delivered"
|
||||
EventFailed = "failed"
|
||||
EventOpened = "opened"
|
||||
EventClicked = "clicked"
|
||||
EventUnsubscribed = "unsubscribed"
|
||||
EventComplained = "complained"
|
||||
EventStored = "stored"
|
||||
EventDropped = "dropped"
|
||||
EventListMemberUploaded = "list_member_uploaded"
|
||||
EventListMemberUploadError = "list_member_upload_error"
|
||||
EventListUploaded = "list_uploaded"
|
||||
)
|
||||
|
||||
const (
|
||||
TransportHTTP = "http"
|
||||
TransportSMTP = "smtp"
|
||||
|
||||
DeviceUnknown = "unknown"
|
||||
DeviceMobileBrowser = "desktop"
|
||||
DeviceBrowser = "mobile"
|
||||
DeviceEmail = "tablet"
|
||||
DeviceOther = "other"
|
||||
|
||||
ClientUnknown = "unknown"
|
||||
ClientMobileBrowser = "mobile browser"
|
||||
ClientBrowser = "browser"
|
||||
ClientEmail = "email client"
|
||||
ClientLibrary = "library"
|
||||
ClientRobot = "robot"
|
||||
ClientOther = "other"
|
||||
|
||||
ReasonUnknown = "unknown"
|
||||
ReasonGeneric = "generic"
|
||||
ReasonBounce = "bounce"
|
||||
ReasonESPBlock = "espblock"
|
||||
ReasonGreylisted = "greylisted"
|
||||
ReasonBlacklisted = "blacklisted"
|
||||
ReasonSuppressBounce = "suppress-bounce"
|
||||
ReasonSuppressComplaint = "suppress-complaint"
|
||||
ReasonSuppressUnsubscribe = "suppress-unsubscribe"
|
||||
ReasonOld = "old"
|
||||
ReasonHardFail = "hardfail"
|
||||
|
||||
SeverityUnknown = "unknown"
|
||||
SeverityTemporary = "temporary"
|
||||
SeverityPermanent = "permanent"
|
||||
SeverityInternal = "internal"
|
||||
|
||||
MethodUnknown = "unknown"
|
||||
MethodSMTP = "smtp"
|
||||
MethodHTTP = "http"
|
||||
)
|
||||
Reference in New Issue
Block a user