chore: change all to have mailbox id in query
This commit is contained in:
@@ -25,6 +25,13 @@ export const enum EmailHeaderKey {
|
||||
Importance = "Importance",
|
||||
XCampaignID = "X-Campaign-ID",
|
||||
XMarketingEmail = "X-Marketing-Email",
|
||||
// Image-related anti-spam headers
|
||||
XImageSource = "X-Image-Source",
|
||||
XContentSecurity = "X-Content-Security",
|
||||
XImageValidation = "X-Image-Validation",
|
||||
XOriginVerified = "X-Origin-Verified",
|
||||
XImageCount = "X-Image-Count",
|
||||
XTrustedSources = "X-Trusted-Sources",
|
||||
}
|
||||
|
||||
export enum Priority {
|
||||
|
||||
Reference in New Issue
Block a user