Cole Maclean
Cole Maclean
# What is this project? `aiostmplib` implements an SMTP client. Just like `smtplib`, but async! # Why is it awesome? * Drop in `smtplib` replacement (except `await` is needed for...
Goals: simplify CI and remove poetry in favour of build
When implementing the [Speculation Rules API](https://developer.chrome.com/docs/web-platform/prerender-pages) and prerendering a page, Datadog RUM timings for the page (specifically LCP and FCP) are from when the prerender started on the referring page,...
- Updates protocol methods to follow stdlib stream implementations (at least somewhat) - Removes transport usage on `SMTP` class - Adds `SMTP.wait_closed`