update
This commit is contained in:
@ -6,7 +6,10 @@
|
||||
import * as plugins from '../../../plugins.js';
|
||||
import type { Email } from '../../core/classes.email.js';
|
||||
import type { UnifiedEmailServer } from '../../routing/classes.unified.email.server.js';
|
||||
import type { SmtpState, SmtpCommand } from './constants.js';
|
||||
|
||||
// Re-export types from other modules
|
||||
export { SmtpState } from '../interfaces.js';
|
||||
export type { SmtpCommand } from './constants.js';
|
||||
|
||||
/**
|
||||
* Interface for components that need cleanup
|
||||
|
Reference in New Issue
Block a user