From 0f52ef29dea6320b73dc1fdf8621ec08b96e6f34 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 Aug 2011 19:21:32 +0300 Subject: [PATCH 1/3] first commit --- README | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e69de29 From 30214ac53b94bf96e90061063b601e5f8a2d8e8d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 Aug 2011 19:50:08 +0300 Subject: [PATCH 2/3] my first commit --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index e69de29..b2d8968 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +my first commit From 2705d59cccaf66072ebea1020e32a0e27a2ef730 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 Aug 2011 19:56:21 +0300 Subject: [PATCH 3/3] project description added to README --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index b2d8968..1a347e5 100644 --- a/README +++ b/README @@ -1 +1,9 @@ -my first commit +Copyright (c) 2011 - Tőkés Attila (bluetiger9) + + +SMTP Client for Qt (C++) +------------------------ + +An SMTP Client writen in C++ for Qt. +Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. +Supports SSL and SMTP authentification.