license modified
This commit is contained in:
parent
f217c1bab8
commit
2409bce571
@ -38,7 +38,7 @@ HEADERS += \
|
|||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
demos/demo2/printscreen.png \
|
demos/demo2/printscreen.png \
|
||||||
LICENCE
|
LICENSE
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
demos/demo2/sendemail.ui
|
demos/demo2/sendemail.ui
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <QtGui/QApplication>
|
#include <QtGui/QApplication>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sendemail.h"
|
#include "sendemail.h"
|
||||||
|
16
src/SmtpMime
16
src/SmtpMime
@ -1,3 +1,19 @@
|
|||||||
|
/*
|
||||||
|
Copyright (c) 2011 - Tőkés Attila
|
||||||
|
|
||||||
|
This file is part of SmtpClient for Qt.
|
||||||
|
|
||||||
|
SmtpClient for Qt is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
|
See the LICENSE file for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef SMTPMIME_H
|
#ifndef SMTPMIME_H
|
||||||
#define SMTPMIME_H
|
#define SMTPMIME_H
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "emailaddress.h"
|
#include "emailaddress.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mimeattachment.h"
|
#include "mimeattachment.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MIMEATTACHMENT_H
|
#ifndef MIMEATTACHMENT_H
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mimefile.h"
|
#include "mimefile.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MIMEFILE_H
|
#ifndef MIMEFILE_H
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mimehtml.h"
|
#include "mimehtml.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MIMEHTML_H
|
#ifndef MIMEHTML_H
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mimeinlinefile.h"
|
#include "mimeinlinefile.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MIMEINLINEFILE_H
|
#ifndef MIMEINLINEFILE_H
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mimemessage.h"
|
#include "mimemessage.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MIMEMESSAGE_H
|
#ifndef MIMEMESSAGE_H
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mimepart.h"
|
#include "mimepart.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MIMEPART_H
|
#ifndef MIMEPART_H
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mimetext.h"
|
#include "mimetext.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MIMETEXT_H
|
#ifndef MIMETEXT_H
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "smtpclient.h"
|
#include "smtpclient.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
SmtpClient for Qt is distributed in the hope that it will be useful,
|
SmtpClient for Qt is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY.
|
but WITHOUT ANY WARRANTY.
|
||||||
|
|
||||||
See the LICENCE file for more details.
|
See the LICENSE file for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SMTPCLIENT_H
|
#ifndef SMTPCLIENT_H
|
||||||
|
Loading…
Reference in New Issue
Block a user