BREAKING CHANGE(smartmta): Rebrand package to @push.rocks/smartmta, add consolidated email security verification and IPC handler
This commit is contained in:
@@ -18,4 +18,16 @@ export {
|
||||
ThreatCategory,
|
||||
type IScanResult,
|
||||
type IContentScannerOptions
|
||||
} from './classes.contentscanner.js';
|
||||
} from './classes.contentscanner.js';
|
||||
|
||||
export {
|
||||
RustSecurityBridge,
|
||||
type IDkimVerificationResult,
|
||||
type ISpfResult,
|
||||
type IDmarcResult,
|
||||
type IEmailSecurityResult,
|
||||
type IValidationResult,
|
||||
type IBounceDetection,
|
||||
type IRustReputationResult,
|
||||
type IVersionInfo,
|
||||
} from './classes.rustsecuritybridge.js';
|
||||
Reference in New Issue
Block a user