start the path to rust

This commit is contained in:
2026-02-10 15:54:09 +00:00
parent 237dba3bab
commit 8bd8c295b0
318 changed files with 28352 additions and 428 deletions

View File

@@ -1,9 +1,9 @@
import { tap, expect } from '@git.zone/tstest/tapbundle';
import * as plugins from '../ts/plugins.ts';
import * as paths from '../ts/paths.ts';
import { smtpClientMod } from '../ts/mail/delivery/index.ts';
import type { ISmtpClientOptions, SmtpClient } from '../ts/mail/delivery/smtpclient/index.ts';
import { Email } from '../ts/mail/core/classes.email.ts';
import * as plugins from '../ts/plugins.js';
import * as paths from '../ts/paths.js';
import { smtpClientMod } from '../ts/mail/delivery/index.js';
import type { ISmtpClientOptions, SmtpClient } from '../ts/mail/delivery/smtpclient/index.js';
import { Email } from '../ts/mail/core/classes.email.js';
/**
* Tests for the SMTP client class