Escape from Outlook -- a PIM helper	                     Update Historie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[0.4.0]      2010-12-28
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- minor changes to write some 'tracing' generated during processing
  the ICS and LDIF data


[0.3.6]      2008-07-30
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ICS data requires to be written in UTF-8 encoding. This version uses
  ADODB.Stream instead of Scripting.FileSystemObject COM object to fix it.

- Long Lines Folding: break for long lines compliant with RFC 2445 sec 4.1 

- HowTo.PDF updates
   * use generated ICS data with TB/Lightning
   * mapping of Outlook Contacts with TB/Addressbook
   

[0.3.4]      2008-07-27
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Date value corrected for Todo Due and StartDate
- Event task always were written with reminder time also it was disabled
  in Outlook
  

[0.3.3.1]      2008-07-23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Outlook Todos with 'reminder' settings have not been corrected.


[0.3.3]        2008-07-21
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Outlook Todos without start date
   Todos entered in OL without 'StartDate' generate an output of '45010101'
   In this case the ICS output will skip 'StartDate'.
   
   Note for ReminderFox: 
      Importing a TODO without 'StartDate' (DTSTART) ReminderFox will
      disabled the "Date" area.
      The [ ] Date box can be used to enabled the area and a Start date
      and the other values can be supplied.
  
- Outlook DueDate 
   OL's DueDate is taken as DTEND for ICS output
    
- 'DONE' button 
      added to close the dialog (same as using the red [X] of the dialog
      

[0.3.1]        2008-07-20 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error TXT file separated for LDIF and ICS  errors (thanks to Ralph B.)
     The generated error file  
         C:\ PIM_escapeOL_<typ>_error.txt 
     will not only hold the error information but also the collected 
     items (Events/Tasks and/or Contacts) up to the moment the error 
     occurred.
      <typ>  =  ICS  or  LDIF
	

[0.3.0]        2008-07
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- TB/Addressbook Non-mapping
     OL-items without TB/Addressbook-item mapping can be added to the 
     TB/AB Notes using the following entry in the 'PIM_ContactsMap.txt'

     Format:    <ol_item_name>, Notes
     
     The OL 'Description' will be stored to the TB/AB Notes field with
     appending all defined non-mapping items.
      
     So finally the TB/AB Notes will hold:
         <OL 'Description'>
         ol_CreationTime: <date1>
         modifytimestamp: <date2>
         ol_item_name1: <ol_item_value1>
               .
         ol_item_nameN: <ol_item_valueN>
         
      The whole TB/AB Notes item will be 'base64' encoded.
      
- PIM_ContactsMap.txt
      The file is extended with all possible OL-Items also there is no 
      mapping with an TB/AB item. Useful with Non-Mapping items (see above).
      
- 'LDIF(TB-OL)_coding (0.3b).xls'   
                            (support only, not required for normal user)
      This Excel worksheet supports to encode/decode LDIF strings used 
      with this programm 



[0.2.5]   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Outlook Contact Lists
      OL Contact Lists are skipped, this will prevent an error termination.



	


