comparison src/libpst.c @ 352:09dd5299d91c

Added Content-ID header support
author Igor Stroh <igor.stroh@rulim.de>
date Thu, 17 Dec 2015 12:03:44 +0100
parents a8577226f7a9
children 843705c25b45
comparison
equal deleted inserted replaced
351:602869b958a3 352:09dd5299d91c
2643 break; 2643 break;
2644 case 0x3710: // PR_ATTACH_MIME_SEQUENCE 2644 case 0x3710: // PR_ATTACH_MIME_SEQUENCE
2645 // sequence number for mime parts. Includes body 2645 // sequence number for mime parts. Includes body
2646 NULL_CHECK(attach); 2646 NULL_CHECK(attach);
2647 LIST_COPY_INT32("Attachment Mime Sequence", attach->sequence); 2647 LIST_COPY_INT32("Attachment Mime Sequence", attach->sequence);
2648 break;
2649 case 0x3712: // PR_ATTACH_CONTENT_ID
2650 // content identification header (Content-ID)
2651 NULL_CHECK(attach);
2652 LIST_COPY_STR("Content ID", attach->content_id);
2648 break; 2653 break;
2649 case 0x3A00: // PR_ACCOUNT 2654 case 0x3A00: // PR_ACCOUNT
2650 LIST_COPY_CONTACT_STR("Contact's Account name", item->contact->account_name); 2655 LIST_COPY_CONTACT_STR("Contact's Account name", item->contact->account_name);
2651 break; 2656 break;
2652 case 0x3A01: // PR_ALTERNATE_RECIPIENT 2657 case 0x3A01: // PR_ALTERNATE_RECIPIENT