summaryrefslogtreecommitdiffstats
path: root/smtp
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2018-11-16 16:40:01 +0100
committerPhilipp Korber <p.korber@1aim.com>2018-11-16 16:40:01 +0100
commit391cb298b730dd99f0826a3261f5ce572ca293a6 (patch)
tree1f2971d3baddace0311534271eb1ae6fe6689426 /smtp
parent052937d304752412c2df33c9951216a8267972dd (diff)
chore(smtp) applied some changes from deps
Diffstat (limited to 'smtp')
-rw-r--r--smtp/src/send_mail.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtp/src/send_mail.rs b/smtp/src/send_mail.rs
index 3839421..2e211f5 100644
--- a/smtp/src/send_mail.rs
+++ b/smtp/src/send_mail.rs
@@ -116,7 +116,7 @@ pub fn encode<C>(request: MailRequest, ctx: C)
};
let fut = mail
- .into_encodeable_mail(ctx.clone())
+ .into_encodable_mail(ctx.clone())
.and_then(move |enc_mail| ctx.offload_fn(move || {
let (mail_type, requirement) =
if envelop_data.needs_smtputf8() {