aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPSStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/imap/IMAPSStore.cpp')
-rw-r--r--src/net/imap/IMAPSStore.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/net/imap/IMAPSStore.cpp b/src/net/imap/IMAPSStore.cpp
index 9e92f92c..74f3fe18 100644
--- a/src/net/imap/IMAPSStore.cpp
+++ b/src/net/imap/IMAPSStore.cpp
@@ -21,6 +21,12 @@
// the GNU General Public License cover the whole combination.
//
+#include "vmime/config.hpp"
+
+
+#if VMIME_HAVE_MESSAGING_FEATURES && VMIME_HAVE_MESSAGING_PROTO_IMAP
+
+
#include "vmime/net/imap/IMAPSStore.hpp"
@@ -67,3 +73,7 @@ const serviceInfos& IMAPSStore::getInfos() const
} // imap
} // net
} // vmime
+
+
+#endif // VMIME_HAVE_MESSAGING_FEATURES && VMIME_HAVE_MESSAGING_PROTO_IMAP
+