Replace email builder by a new implementation (#393)

* 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
This commit is contained in:
Alexis Mousset
2020-04-18 23:10:03 +02:00
committed by GitHub
parent a440ae5c79
commit 53aa5b4df6
63 changed files with 3753 additions and 1513 deletions

View File

@@ -1,4 +1,5 @@
Copyright (c) 2014-2020 Alexis Mousset
Copyright (c) 2014-2020 Alexis Mousset <contact@amousset.me>
Copyright (c) 2018 K. <kayo@illumium.org>
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated