EnokMan
EnokMan
Without the version number, the latest version will be pulled, which means that your local Deno version should correspond to it.
It shouldn't be difficult. I contributed the Deno.startTLS function to complete this function. But I don’t currently have much energy to develop new features for open source projects
There is no need for the SMTP client to maintain a long connection. Or am I wrong?
For deno-smtp you should close the connection after each send and reestablish the connection the next time. For the SMTP server itself, new connections cannot be received after 15 minutes....
diacritical characters on subject field will not be interpreted correctly with icloud.com mail boxes
Sorry, I don't know anything about "diacritical characters". Can you submit PR and use specific test cases to solve your problem?
I made some modifications on this basis. Mainly follow the following principles: - Different database drivers are placed under drivers and inherit DsoClient - For Dso users, you don't need...
And the dependency of mysql is placed in drivers/mysql.ts. Because in the future, driver/mysql will use dynamic import to avoid loading these dependencies when I use the postgres database.
@tksilicon You can try to implement other drivers on this basis. Let's at least finish postgres
@tksilicon The items in the todo list are still not in progress. If you want, I can add you as a collaborator.
@tksilicon I have sent an invitation. I hope to do this work on a new branch and finally merge into master