Projet Bee-Honey't
1.0
BTS SN 2019
rucheIhm
simple-mail
mimehtml.h
Aller à la documentation de ce fichier.
1
/*
2
Copyright (c) 2011-2012 - Tőkés Attila
3
Copyright (C) 2015 Daniel Nicoletti <dantti12@gmail.com>
4
5
This library is free software; you can redistribute it and/or
6
modify it under the terms of the GNU Lesser General Public
7
License as published by the Free Software Foundation; either
8
version 2.1 of the License, or (at your option) any later version.
9
10
This library is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
Lesser General Public License for more details.
14
15
See the LICENSE file for more details.
16
*/
17
18
#ifndef MIMEHTML_H
19
#define MIMEHTML_H
20
21
#include "
mimetext.h
"
22
23
#include "
smtpexports.h
"
24
25
namespace
SimpleMail
{
26
27
class
SMTP_EXPORT
MimeHtml
:
public
MimeText
28
{
29
public
:
30
MimeHtml
(
const
QString &html = QString());
31
~
MimeHtml
();
32
33
void
setHtml(
const
QString &html);
34
QString html()
const
;
35
};
36
37
}
38
39
#endif // MIMEHTML_H
SimpleMail::MimeText
Definition:
mimetext.h:27
SMTP_EXPORT
#define SMTP_EXPORT
Definition:
smtpexports.h:7
smtpexports.h
mimetext.h
SimpleMail
Definition:
emailaddress.h:26
SimpleMail::MimeHtml
Definition:
mimehtml.h:27
Généré le Mercredi 5 Juin 2019 19:03:52 pour Projet Bee-Honey't par
1.8.13