From 951e7228ee9651d81fdacf628c5e2a925b3a540d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 3 Sep 2011 21:08:48 +0300 Subject: [PATCH] readme modified --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 23b1aec..8c120eb 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ SMTP Client for Qt (C++) The SmtpClient for Qt is small library writen for Qt (C++ version) that allows application to send complex emails (plain text, html, attachments, inline files, etc.) using the Simple Mail Transfer Protocol (SMTP). -SMTP Client for Qt supports ---------------------------- +### SMPT Client for Qt supports -- TCP or SSL connections to SMTP servers +- TCP and SSL connections to SMTP servers - SMTP authentification (PLAIN and LOGIN methods) @@ -15,8 +14,8 @@ SMTP Client for Qt supports - plain text and HTML (with inline files) content in emails -- multiple attachments and inline file (used in HTML) +- multiple attachments and inline files (used in HTML) -- diferent character (ascii, utf-8, etc) sets and encoding methods (7bit, 8bit, base64) +- diferent character sets (ascii, utf-8, etc) and encoding methods (7bit, 8bit, base64) - error handling