Paolo Barbolini
f8f19d6af5
clippy: fix latest warnings ( #855 )
2023-01-29 13:46:57 +00:00
Paolo Barbolini
d7d05bf48a
Update deprecated imports
2021-03-08 10:59:28 +01:00
Paolo Barbolini
5c83120986
Executor refactor ( #545 )
...
* Executor
* Move transports inside the transport module
* AsyncTransport refactor
* Update examples
* Update docs
* impl Default for AsyncSendmailTransport
* Implement AsyncFileTransport::read
* Generalize AsyncFileTransport AsyncTransport implementation
* Remove remaining uses of AsyncSmtpConnector
2021-02-27 16:36:59 +00:00
Paolo Barbolini
20d0f8f3ba
Add async-std support to smtp transport ( #531 )
...
* Add async-std support to smtp transport
* fix Tls import
* fix copy paste
* too many imports
* Temporarely skip async-std native-tls support
* Fix panic message
* TlsParameters: use rustls when async-std is enabled
2021-01-28 11:07:15 +01:00