diff src/libpst.h @ 233:1d50ff3c5091

better rfc822 embedded message decoding
author Carl Byington <carl@five-ten-sg.com>
date Thu, 10 Sep 2009 22:49:24 -0700
parents 7fcff97ca5a9
children c947b8812120 97c53c6868ab
line wrap: on
line diff
--- a/src/libpst.h	Thu Sep 10 15:29:13 2009 -0700
+++ b/src/libpst.h	Thu Sep 10 22:49:24 2009 -0700
@@ -33,7 +33,6 @@
 #define PST_TYPE_OTHER      13
 #define PST_TYPE_REPORT     14
 
-
 // defines types of possible encryption
 #define PST_NO_ENCRYPT   0
 #define PST_COMP_ENCRYPT 1
@@ -72,6 +71,15 @@
 #define PST_APP_RECUR_MONTHLY     3
 #define PST_APP_RECUR_YEARLY      4
 
+// define attachment types
+#define PST_ATTACH_NONE             0
+#define PST_ATTACH_BY_VALUE         1
+#define PST_ATTACH_BY_REF           2
+#define PST_ATTACH_BY_REF_RESOLV    3
+#define PST_ATTACH_BY_REF_ONLY      4
+#define PST_ATTACH_EMBEDDED         5
+#define PST_ATTACH_OLE              6
+
 
 typedef struct pst_entryid {
     int32_t u1;