From 862e882e865e5431a9a05de14a1e0e9571128512 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 3 Sep 2011 21:05:18 +0300 Subject: [PATCH] readme.md modifien --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f3acad7..23b1aec 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ The SmtpClient for Qt is small library writen for Qt (C++ version) that allows a SMTP Client for Qt supports --------------------------- - - TCP or SSL connections to SMTP servers +- TCP or SSL connections to SMTP servers - - SMTP authentification (PLAIN and LOGIN methods) +- SMTP authentification (PLAIN and LOGIN methods) - - sending MIME emails (to multiple recipients) +- sending MIME emails (to multiple recipients) - - plain text and HTML (with inline files) content in emails +- plain text and HTML (with inline files) content in emails - - multiple attachments and inline file (used in HTML) +- multiple attachments and inline file (used in HTML) - - diferent character (ascii, utf-8, etc) sets and encoding methods (7bit, 8bit, base64) +- diferent character (ascii, utf-8, etc) sets and encoding methods (7bit, 8bit, base64) - - error handling +- error handling