comparison xml/libpst.in @ 51:06c0262ad689 stable-0-6-5

code cleanup
author carl
date Tue, 22 Jan 2008 14:39:02 -0800
parents fb3818370dd6
children 034641c26ab9
comparison
equal deleted inserted replaced
50:fb3818370dd6 51:06c0262ad689
10 10
11 <para>The various source and binary packages are available at <ulink 11 <para>The various source and binary packages are available at <ulink
12 url="http://www.five-ten-sg.com/@PACKAGE@/packages/">http://www.five-ten-sg.com/@PACKAGE@/packages/</ulink> 12 url="http://www.five-ten-sg.com/@PACKAGE@/packages/">http://www.five-ten-sg.com/@PACKAGE@/packages/</ulink>
13 The most recent documentation is available at <ulink 13 The most recent documentation is available at <ulink
14 url="http://www.five-ten-sg.com/@PACKAGE@/">http://www.five-ten-sg.com/@PACKAGE@/</ulink> 14 url="http://www.five-ten-sg.com/@PACKAGE@/">http://www.five-ten-sg.com/@PACKAGE@/</ulink>
15 </para>
16
17 <para>This version can now convert both 32 bit Outlook files (pre 2003), and the
18 64 bit Outlook 2003 pst files.
15 </para> 19 </para>
16 20
17 </partintro> 21 </partintro>
18 22
19 23
28 <refmiscinfo>readpst @VERSION@</refmiscinfo> 32 <refmiscinfo>readpst @VERSION@</refmiscinfo>
29 </refmeta> 33 </refmeta>
30 34
31 <refnamediv id='readpst.name.1'> 35 <refnamediv id='readpst.name.1'>
32 <refname>readpst</refname> 36 <refname>readpst</refname>
33 <refpurpose>convert PST (MS Outlook Personal Folders) files to mbox format</refpurpose> 37 <refpurpose>convert PST (MS Outlook Personal Folders) files to mbox and other formats</refpurpose>
34 </refnamediv> 38 </refnamediv>
35 39
36 <refsynopsisdiv id='readpst.synopsis.1'> 40 <refsynopsisdiv id='readpst.synopsis.1'>
37 <title>Synopsis</title> 41 <title>Synopsis</title>
38 <cmdsynopsis> 42 <cmdsynopsis>
1472 <para> 1476 <para>
1473 The following item types are known, but not all of these 1477 The following item types are known, but not all of these
1474 are implemented in the code yet. 1478 are implemented in the code yet.
1475 </para> 1479 </para>
1476 <literallayout class="monospaced"><![CDATA[ 1480 <literallayout class="monospaced"><![CDATA[
1477 0002 AutoForward allowed 1481 0002 Alternate recipient allowed
1478 0003 Extended Attributes Table 1482 0003 Extended Attributes Table
1479 0017 Importance Level 1483 0017 Importance Level
1480 001a IPM Context. What type of message is this 1484 001a IPM Context, message class
1481 0023 Global Delivery Report 1485 0023 Global delivery report requested
1482 0026 Priority 1486 0026 Priority
1483 0029 Read Receipt 1487 0029 Read Receipt
1484 002b Reassignment Prohibited 1488 002b Reassignment Prohibited
1485 002e Original Sensitivity 1489 002e Original Sensitivity
1486 0036 Sensitivity 1490 0036 Sensitivity
1487 0037 Email Subject. The referenced item is of type "Subject Type" 1491 0037 Email Subject
1488 0039 Date. This is likely to be the arrival date 1492 0039 Date. This is likely to be the arrival date
1489 003b Outlook Address of Sender 1493 003b Outlook Address of Sender
1490 003f Outlook structure describing the recipient 1494 003f Outlook structure describing the recipient
1491 0040 Name of the Outlook recipient structure 1495 0040 Name of the Outlook recipient structure
1492 0041 Outlook structure describing the sender 1496 0041 Outlook structure describing the sender
1543 3004 Comment 1547 3004 Comment
1544 3007 Date item creation 1548 3007 Date item creation
1545 3008 Date item modification 1549 3008 Date item modification
1546 300b binary record header 1550 300b binary record header
1547 35df Valid Folder Mask 1551 35df Valid Folder Mask
1548 35e0 binary record found in first item. Contains the reference to "Top of Personal Folder" item 1552 35e0 binary record contains a reference to "Top of Personal Folder" item
1549 35e3 binary record with a reference to "Deleted Items" item 1553 35e2 binary record contains a reference to default outbox item
1550 35e7 binary record with a reference to "Search Root" item 1554 35e3 binary record contains a reference to "Deleted Items" item
1555 35e4 binary record contains a reference to sent items folder item
1556 35e5 binary record contains a reference to user views folder item
1557 35e6 binary record contains a reference to common views folder item
1558 35e7 binary record contains a reference to "Search Root" item
1551 3602 the number of emails stored in a folder 1559 3602 the number of emails stored in a folder
1552 3603 the number of unread emails in a folder 1560 3603 the number of unread emails in a folder
1553 360a Has Subfolders 1561 360a Has Subfolders
1554 3613 the folder content description 1562 3613 the folder content description
1555 3617 Associate Content count 1563 3617 Associate Content count
1557 3704 Attachment Filename 1565 3704 Attachment Filename
1558 3705 Attachement method 1566 3705 Attachement method
1559 3707 Attachment Filename long 1567 3707 Attachment Filename long
1560 370b Attachment Position 1568 370b Attachment Position
1561 370e Attachment mime encoding 1569 370e Attachment mime encoding
1562 3710 Attachment Mime Sequence 1570 3710 Attachment mime Sequence
1563 3a00 Contact's Account name 1571 3a00 Contact's Account name
1564 3a01 Contact Alternate Recipient 1572 3a01 Contact Alternate Recipient
1565 3a02 Callback telephone number 1573 3a02 Callback telephone number
1566 3a03 Message Conversion Prohibited 1574 3a03 Message Conversion Prohibited
1567 3a05 Contacts Suffix 1575 3a05 Contacts Suffix
1644 67f2 Attachment ID2 value 1652 67f2 Attachment ID2 value
1645 67ff Password checksum 1653 67ff Password checksum
1646 6f02 Secure HTML Body 1654 6f02 Secure HTML Body
1647 6f04 Secure Text Body 1655 6f04 Secure Text Body
1648 7c07 Top of folders RecID 1656 7c07 Top of folders RecID
1649 8000 Contain extra bits of information that have been taken from the email's header. I call them extra lines
1650 8005 Contact Fullname 1657 8005 Contact Fullname
1651 801a Home Address 1658 801a Home Address
1652 801b Business Address 1659 801b Business Address
1653 801c Other Address 1660 801c Other Address
1661 8045 Work Address Street
1662 8046 Work Address City
1663 8047 Work Address State
1664 8048 Work Address Postal Code
1665 8049 Work Address Country
1666 804a Work Address Post Office Box
1654 8082 Email Address 1 Transport 1667 8082 Email Address 1 Transport
1655 8083 Email Address 1 Address 1668 8083 Email Address 1 Address
1656 8084 Email Address 1 Description 1669 8084 Email Address 1 Description
1657 8085 Email Address 1 Record 1670 8085 Email Address 1 Record
1658 8092 Email Address 2 Transport 1671 8092 Email Address 2 Transport
1664 80a4 Email Address 3 Description 1677 80a4 Email Address 3 Description
1665 80a5 Email Address 3 Record 1678 80a5 Email Address 3 Record
1666 80d8 Internet Free/Busy 1679 80d8 Internet Free/Busy
1667 8205 Appointment shows as 1680 8205 Appointment shows as
1668 8208 Appointment Location 1681 8208 Appointment Location
1682 820d Appointment start
1683 820e Appointment end
1669 8214 Label for appointment 1684 8214 Label for appointment
1670 8215 All day appointment flag 1685 8215 All day appointment flag
1686 8231 Recurrence type
1687 8232 Recurrence description
1671 8234 TimeZone of times 1688 8234 TimeZone of times
1672 8235 Appointment Start Time 1689 8235 Recurrence Start Time
1673 8236 Appointment End Time 1690 8236 Recurrence End Time
1674 8516 Duplicate Time Start 1691 8501 Reminder minutes before appointment start
1675 8517 Duplicate Time End 1692 8503 Reminder alarm
1693 8516 Common Time Start
1694 8517 Common Time End
1695 851f Play reminder sound filename
1676 8530 Followup String 1696 8530 Followup String
1677 8534 Mileage 1697 8534 Mileage
1678 8535 Billing Information 1698 8535 Billing Information
1679 8554 Outlook Version 1699 8554 Outlook Version
1680 8560 Appointment Reminder Time 1700 8560 Appointment Reminder Time
1681 8700 Journal Entry Type 1701 8700 Journal Entry Type
1682 8706 Start Timestamp 1702 8706 Start Timestamp
1683 8708 End Timestamp 1703 8708 End Timestamp
1684 8712 Journal Entry Type 1704 8712 Journal Entry Type - duplicate?
1685 ]]></literallayout> 1705 ]]></literallayout>
1686 </refsect1> 1706 </refsect1>
1687 1707
1688 <refsect1 id='pst.file.desc2.5'> 1708 <refsect1 id='pst.file.desc2.5'>
1689 <title>Associated Descriptor Item 0x7cec</title> 1709 <title>Associated Descriptor Item 0x7cec</title>