aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native/com_libmailcore_IMAPMessagePart.cpp
blob: 5ca19ab84149509d975c8247e7dff7cb31571647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "com_libmailcore_IMAPMessagePart.h"

#include "MCBaseTypes.h"
#include "JavaHandle.h"
#include "TypesUtils.h"
#include "MCIMAPMessagePart.h"

using namespace mailcore;

#define nativeType IMAPMessagePart
#define javaType nativeType

MC_JAVA_SYNTHESIZE_STRING(setPartID, partID)

MC_JAVA_BRIDGE