<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="versions.xsl"?>
<product>
  <name>Exchange plugin</name>
  <type>Plugin</type>
  <branch>1</branch>
  <full_version>1.2.3</full_version>
  <versions>
    <version>
      <release>1.2.3</release>
      <build>123</build>
      <released>2014-06-06</released>
      <comment>Added saveToFile() to any item and implemented a few calendar related fixes and enhancements</comment>
      <changes>
        <change>
          <type>fix</type>
          <description>Fixed an issue with getCalendarItemsBetween</description>
        </change>
        <change>
          <type>enh</type>
          <description>Added getRecurrenceMaster() to CalendarItem</description>
        </change>
        <change>
          <type>enh</type>
          <description>Added a saveToFile() method to any Item to write an item to disk</description>
        </change>
        <change>
          <type>fix</type>
          <description>Fixed a few search related bugs</description>
        </change>
        <change>
          <type>enh</type>
          <description>Updated to latest library</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.2.0</release>
      <build>120</build>
      <released>2013-11-04</released>
      <comment>getDelgatedFolder(), disconnect (forget) server added</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>added getDelegatedFolder() to server object to obtain a delegated folder of a given type for a given email address</description>
        </change>
        <change>
          <type>enh</type>
          <description>added disconnect() to server to let the plugin "forget" the connection</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.1.0</release>
      <build>110</build>
      <released>2012-01-24</released>
      <comment>New sample solution available, latest library included, errors can be retrieved any time now by calling getLastErrorMessage(), creation of Notes now possible, missing tooltips added</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>includes latest library (fixes a problem when creating folders of a certain type)</description>
        </change>
        <change>
          <type>enh</type>
          <description>added getLastErrorMessage to plugin to get access to the last error that occured</description>
        </change>
        <change>
          <type>enh</type>
          <description>Folder: added createItem(String type) to allow creation of any item in a folder (e.g. StickyNotes)</description>
        </change>
        <change>
          <type>enh</type>
          <description>Mail: added a check to prevent duplicate email addresses in To, CC and BCC by repeated calls of setters</description>
        </change>
        <change>
          <type>enh</type>
          <description>added missing tooltips</description>
        </change>
        <change>
          <type>enh</type>
          <description>added sample solution</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.0.0</release>
      <build>100</build>
      <released>2011-03-17</released>
      <comment>First public release</comment>
    </version>
  </versions>
</product>

