From 6129865742934689477a671595dde9211ddd994d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C5=91k=C3=A9s=20Attila?= Date: Thu, 8 Sep 2011 19:37:27 +0300 Subject: [PATCH] Edited README.md via GitHub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3558975..8b38c87 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The SmtpClient for Qt is small library writen for Qt 4 (C++ version) that allows - TCP and SSL connections to SMTP servers -- SMTP authentification (PLAIN and LOGIN methods) +- SMTP authentication (PLAIN and LOGIN methods) - sending MIME emails (to multiple recipients) @@ -16,7 +16,7 @@ The SmtpClient for Qt is small library writen for Qt 4 (C++ version) that allows - multiple attachments and inline files (used in HTML) -- diferent character sets (ascii, utf-8, etc) and encoding methods (7bit, 8bit, base64) +- different character sets (ascii, utf-8, etc) and encoding methods (7bit, 8bit, base64) - error handling