Mercurial > libpst
comparison src/libpst.h @ 116:ed2a260bbb98 stable-0-6-25
improve handling of content-type charset values in mime parts
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 16 Jan 2009 15:23:52 -0800 |
parents | 8c4482be0b4c |
children | 0f1492b7fe8b |
comparison
equal
deleted
inserted
replaced
115:7689c006b166 | 116:ed2a260bbb98 |
---|---|
209 | 209 |
210 typedef struct pst_item_email { | 210 typedef struct pst_item_email { |
211 FILETIME *arrival_date; | 211 FILETIME *arrival_date; |
212 int autoforward; // 1 = true, 0 = not set, -1 = false | 212 int autoforward; // 1 = true, 0 = not set, -1 = false |
213 char *body; | 213 char *body; |
214 char *body_charset; // null if not specified | |
214 char *cc_address; | 215 char *cc_address; |
215 char *bcc_address; | 216 char *bcc_address; |
216 char *common_name; | 217 char *common_name; |
217 int32_t conv_index; | 218 int32_t conv_index; |
218 int conversion_prohib; // 1 = true, 0 = false | 219 int conversion_prohib; // 1 = true, 0 = false |