all-in-one header file

This commit is contained in:
Your Name 2011-08-31 00:00:17 +03:00
parent bc45c908bf
commit a9f7c23f8b

13
SmtpMime Normal file
View 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