import {withMailbox} from "./src/mail/read.ts";
await withMailbox('e12a', async c => {
console.log((await c.collect()).all())
})