.gitea
.vscode
test
ts
config
deliverability
errors
mail
core
classes.bouncemanager.ts
classes.email.ts
classes.emailvalidator.ts
classes.templatemanager.ts
index.ts
delivery
routing
security
index.ts
security
sms
storage
00_commitinfo_data.ts
classes.dcrouter.ts
index.ts
logger.ts
paths.ts
plugins.ts
ts_web
.dockerignore
.gitignore
Dockerfile
changelog.md
cli.child.js
cli.child.ts
cli.js
cli.ts.js
npmextra.json
package.json
pnpm-lock.yaml
readme.example.md
readme.hints.md
readme.md
tsconfig.json
- Add StorageManager with filesystem, custom, and memory backends - Update DKIMCreator and BounceManager to use StorageManager - Remove component-level storage warnings (handled by StorageManager) - Fix list() method for filesystem backend - Add comprehensive storage and integration tests - Implement DNS mode switching tests - Complete Phase 4 testing tasks from plan