From 2a847c1b3bc559c106393f6766915102cd21678c Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Mon, 15 Jan 2018 19:49:28 +0100 Subject: [PATCH] fix(all): Fix documentation issues --- README.md | 5 + docs/404.html | 16 +- docs/creating-messages/index.html | 52 +++--- docs/getting-started/index.html | 50 ++--- docs/getting-started/intro/index.html | 50 ++--- docs/{json/search.json => index.json} | 4 +- docs/index.xml | 9 +- docs/sending-messages/file/index.html | 100 +++++----- docs/sending-messages/index.html | 50 ++--- docs/sending-messages/index.xml | 9 +- docs/sending-messages/intro/index.html | 50 ++--- docs/sending-messages/sendmail/index.html | 77 ++++---- docs/sending-messages/smtp/index.html | 195 ++++++++++---------- docs/sending-messages/stub/index.html | 80 ++++---- lettre/benches/transport_smtp.rs | 16 +- lettre/src/smtp/authentication.rs | 15 +- lettre/src/smtp/client/mod.rs | 1 - lettre/src/smtp/client/net.rs | 18 +- lettre/src/smtp/commands.rs | 22 +-- lettre/src/smtp/error.rs | 20 +- lettre/src/smtp/extension.rs | 32 ++-- lettre/src/smtp/mod.rs | 27 +-- lettre/src/smtp/response.rs | 46 ++--- lettre/src/smtp/util.rs | 4 +- lettre_email/src/lib.rs | 33 ++-- rustfmt.toml | 1 - website/build.sh | 2 +- website/content/creating-messages/_index.md | 3 + 28 files changed, 477 insertions(+), 510 deletions(-) rename docs/{json/search.json => index.json} (92%) diff --git a/README.md b/README.md index 844ab7e..590fb95 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ Lettre provides the following features: * Secure delivery with SMTP using encryption and authentication * Easy email builders +## Example + +See https://github.com/lettre/lettre/blob/master/lettre_email/examples/smtp.rs +for a simple example of how to build and send an email. + ## Documentation Released versions: diff --git a/docs/404.html b/docs/404.html index 90698ff..cb082c5 100644 --- a/docs/404.html +++ b/docs/404.html @@ -9,14 +9,14 @@ 404 Page not found - - - - - - - - + + + + + + + +