all-in-one header file
This commit is contained in:
parent
bc45c908bf
commit
a9f7c23f8b
13
SmtpMime
Normal file
13
SmtpMime
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef SMTPMIME_H
|
||||
#define SMTPMIME_H
|
||||
|
||||
#include "smtpclient.h"
|
||||
#include "mimepart.h"
|
||||
#include "mimehtml.h"
|
||||
#include "mimeattachment.h"
|
||||
#include "mimemessage.h"
|
||||
#include "mimetext.h"
|
||||
#include "mimeinlinefile.h"
|
||||
#include "mimefile.h"
|
||||
|
||||
#endif // SMTPMIME_H
|
Loading…
Reference in New Issue
Block a user