aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native/com_libmailcore_AbstractMessage.h
blob: bdb17a69847b70d108e1613f1a01576862a71bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_libmailcore_AbstractMessage */

#ifndef _Included_com_libmailcore_AbstractMessage
#define _Included_com_libmailcore_AbstractMessage
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     com_libmailcore_AbstractMessage
 * Method:    header
 * Signature: ()Lcom/libmailcore/MessageHeader;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_AbstractMessage_header
  (JNIEnv *, jobject);

/*
 * Class:     com_libmailcore_AbstractMessage
 * Method:    setHeader
 * Signature: (Lcom/libmailcore/MessageHeader;)V
 */
JNIEXPORT void JNICALL Java_com_libmailcore_AbstractMessage_setHeader
  (JNIEnv *, jobject, jobject);

/*
 * Class:     com_libmailcore_AbstractMessage
 * Method:    partForContentID
 * Signature: (Ljava/lang/String;)Lcom/libmailcore/AbstractPart;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_AbstractMessage_partForContentID
  (JNIEnv *, jobject, jstring);

/*
 * Class:     com_libmailcore_AbstractMessage
 * Method:    partForUniqueID
 * Signature: (Ljava/lang/String;)Lcom/libmailcore/AbstractPart;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_AbstractMessage_partForUniqueID
  (JNIEnv *, jobject, jstring);

/*
 * Class:     com_libmailcore_AbstractMessage
 * Method:    attachments
 * Signature: ()Ljava/util/List;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_AbstractMessage_attachments
  (JNIEnv *, jobject);

/*
 * Class:     com_libmailcore_AbstractMessage
 * Method:    htmlInlineAttachments
 * Signature: ()Ljava/util/List;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_AbstractMessage_htmlInlineAttachments
  (JNIEnv *, jobject);

/*
 * Class:     com_libmailcore_AbstractMessage
 * Method:    requiredPartsForRendering
 * Signature: ()Ljava/util/List;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_AbstractMessage_requiredPartsForRendering
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif