* 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
* Add HTML email example
* Add comment about creating `SmtpTransportBuilder`
Add similar comment to `AsyncSmtpTransportBuilder`
* Improve wording and fix typos
* Add file_html example to Cargo.toml
* Update examples/README.md
Co-authored-by: Paolo Barbolini <paolo@paolo565.org>
* Use intra-doc links
* Rename file_html example to basic_html
* Add maud HTML example
* Make CI happy
* Fix CSS
* Fix maud version
Co-authored-by: Paolo Barbolini <paolo@paolo565.org>
* Add README for examples
* Fix typo in examples/README.md
Co-authored-by: Paolo Barbolini <paolo@paolo565.org>
* Update examples/README.md
Add links to source files and improve wording.
* Fix typos in examples/README.md
* Update examples/README.md
Fix typo.
Add line under title.
Co-authored-by: Paolo Barbolini <paolo@paolo565.org>
* Fix typo in examples/README.md
Co-authored-by: Paolo Barbolini <paolo@paolo565.org>
* Tokio 0.3 support
* Tokio 0.3 TLS support
* Tokio 0.3 sendmail transport
* Tokio 0.3 file transport
* Forgotten re-exports
* Tokio 0.3 examples
* fix tokio 0.2 file-transport
* It works
* Update dependencies (#386)
* Update dependencies and set MSRV to 1.40
* update hyperx
* Use display instead of description for errors
* Make hostname an optional feature
* Envelope from headers
* Update hyperx to 1.0
* rename builder to message
* Cleanup and make Transport send Messages
* Update rustls from 0.16 to 0.17
* Move transports into a common folder
* Merge imports from same crate
* Add message creation example to the site
* Hide "extern crate" in doc examples
* Add References and In-Reply-To methods
* Add message-id header
* Add blog posts and improve doc examples